Searched refs:InitializedForCurrentProcess (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/
H A Dterminate_on_heap_corruption_experiment_win.cc23 if (!CommandLine::InitializedForCurrentProcess()) {
/external/chromium_org/mojo/common/test/
H A Dmultiprocess_test_helper.cc76 CHECK(base::CommandLine::InitializedForCurrentProcess());
/external/chromium_org/base/test/
H A Dtrace_to_file.cc24 DCHECK(CommandLine::InitializedForCurrentProcess());
/external/chromium_org/base/
H A Dcommand_line.h87 static bool InitializedForCurrentProcess();
H A Dcommand_line.cc221 bool CommandLine::InitializedForCurrentProcess() { function in class:base::CommandLine
H A Dtracked_objects.cc70 if (!CommandLine::InitializedForCurrentProcess())
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc592 DCHECK(CommandLine::InitializedForCurrentProcess());
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc1326 // TODO(ajwong): Remove the InitializedForCurrentProcess() check
1328 if (base::CommandLine::InitializedForCurrentProcess() &&
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc1234 if (CommandLine::InitializedForCurrentProcess() &&

Completed in 783 milliseconds