nsBrowserApp.cpp File Reference
#include "nsXULAppAPI.h"
#include <stdio.h>
#include <stdarg.h>
#include "plstr.h"
#include "prprf.h"
#include "prenv.h"
#include "nsCOMPtr.h"
#include "nsILocalFile.h"
#include "nsStringGlue.h"
Include dependency graph for nsBrowserApp.cpp:

Go to the source code of this file.

Classes

class  ScopedLogging
 

Functions

static void Output (const char *fmt,...)
 
static PRBool IsArg (const char *arg, const char *s)
 
int main (int argc, char *argv[])
 

Function Documentation

static PRBool IsArg ( const char *  arg,
const char *  s 
)
static

Return true if |arg| matches the given argument name.

Definition at line 82 of file nsBrowserApp.cpp.

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 109 of file nsBrowserApp.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static void Output ( const char *  fmt,
  ... 
)
static

Definition at line 63 of file nsBrowserApp.cpp.

Here is the caller graph for this function: