| /external/chromium_org/chrome/browser/background/ |
| background_contents_service.h | 57 const base::CommandLine* command_line);
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| wizard_controller_browsertest.cc | 6 #include "base/command_line.h" 718 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 719 WizardControllerFlowTest::SetUpCommandLine(command_line); 721 command_line->AppendSwitchASCII( 724 command_line->AppendSwitchASCII( 726 command_line->AppendSwitchASCII( [all...] |
| /external/chromium_org/chrome/browser/extensions/api/webstore_private/ |
| webstore_private_apitest.cc | 110 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 111 ExtensionApiTest::SetUpCommandLine(command_line); 112 command_line->AppendSwitchASCII( 115 command_line->AppendSwitchASCII(
|
| /external/chromium_org/chrome/browser/extensions/ |
| chrome_extensions_browser_client.h | 44 virtual bool AreExtensionsDisabled(const base::CommandLine& command_line,
|
| extension_apitest.h | 191 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| lazy_background_page_apitest.cc | 5 #include "base/command_line.h" 84 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 85 ExtensionApiTest::SetUpCommandLine(command_line); 87 command_line->AppendSwitchASCII( 89 command_line->AppendSwitchASCII(
|
| /external/chromium_org/chrome/browser/metrics/ |
| chrome_metrics_service_client.cc | 11 #include "base/command_line.h" 419 const CommandLine* command_line(CommandLine::ForCurrentProcess()); 421 if (command_line->HasSwitch(switches::kUserDataDir)) { 426 if (command_line->HasSwitch(switches::kApp)) { 433 size_t switch_count = command_line->GetSwitches().size();
|
| thread_watcher_unittest.cc | 339 // Setup command_line arguments. 340 CommandLine command_line(CommandLine::NO_PROGRAM); 341 command_line.AppendSwitchASCII(switches::kCrashOnHangThreads, 344 // Parse command_line arguments. 347 ThreadWatcherList::ParseCommandLine(command_line, 369 // Setup command_line arguments. 370 CommandLine command_line(CommandLine::NO_PROGRAM); 371 command_line.AppendSwitchASCII(switches::kCrashOnHangThreads, 374 // Parse command_line arguments. 377 ThreadWatcherList::ParseCommandLine(command_line, [all...] |
| /external/chromium_org/chrome/browser/ |
| shell_integration.h | 119 base::CommandLine* command_line);
|
| shell_integration_linux.cc | 22 #include "base/command_line.h" 295 const CommandLine& command_line) { 299 const CommandLine::StringVector& argv = command_line.argv(); 592 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 593 std::string class_name = command_line->GetProgram().BaseName().value(); 779 const CommandLine& command_line, 812 std::string final_path = QuoteCommandLineForDesktopFileExec(command_line); [all...] |
| shell_integration_linux.h | 99 // Returns contents for .desktop file that executes command_line. This is a more 103 const base::CommandLine& command_line,
|
| /external/chromium_org/chrome/browser/sync/ |
| profile_sync_components_factory_impl.h | 43 base::CommandLine* command_line,
|
| /external/chromium_org/chrome/browser/ui/extensions/ |
| application_launch.cc | 10 #include "base/command_line.h" 334 profile, extension, params.command_line, params.current_directory); 375 command_line(CommandLine::NO_PROGRAM) {} 387 command_line(CommandLine::NO_PROGRAM) { 405 command_line(CommandLine::NO_PROGRAM) {
|
| /external/chromium_org/chrome/browser/ui/panels/ |
| base_panel_browser_test.h | 58 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| /external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
| gaia_screen_handler.cc | 164 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 167 command_line->HasSwitch(::switches::kGaiaUrl) 168 ? GURL(command_line->GetSwitchValueASCII(::switches::kGaiaUrl)) 172 if (command_line->HasSwitch(chromeos::switches::kEnableEmbeddedSignin))
|
| /external/chromium_org/chrome/installer/util/ |
| install_util.h | 16 #include "base/command_line.h" 178 // Composes |program| and |arguments| into |command_line|. 181 base::CommandLine* command_line);
|
| /external/chromium_org/chromeos/dbus/ |
| fake_session_manager_client.h | 33 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
|
| /external/chromium_org/content/browser/ |
| browser_main_loop.h | 133 void InitStartupTracing(const base::CommandLine& command_line);
|
| /external/chromium_org/content/ppapi_plugin/ |
| ppapi_thread.cc | 9 #include "base/command_line.h" 103 PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker) 112 command_line.GetSwitchValueASCII(switches::kPpapiFlashArgs)); 200 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 201 return command_line->GetSwitchValueASCII(switches::kLang);
|
| ppapi_thread.h | 47 PpapiThread(const base::CommandLine& command_line, bool is_broker);
|
| /external/chromium_org/extensions/browser/ |
| test_extensions_browser_client.cc | 34 const base::CommandLine& command_line,
|
| test_extensions_browser_client.h | 27 virtual bool AreExtensionsDisabled(const base::CommandLine& command_line,
|
| /external/chromium_org/tools/site_compare/commands/ |
| timeload.py | 18 import command_line namespace
|
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| file_manager_browsertest.cc | 535 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 596 void FileManagerBrowserTestBase::SetUpCommandLine(CommandLine* command_line) { 598 command_line->AppendSwitch(chromeos::switches::kGuestSession); 599 command_line->AppendSwitchNative(chromeos::switches::kLoginUser, ""); 600 command_line->AppendSwitch(switches::kIncognito); 603 command_line->AppendSwitch(switches::kIncognito); 605 ExtensionApiTest::SetUpCommandLine(command_line); [all...] |
| /external/chromium_org/chrome/renderer/ |
| chrome_content_renderer_client.cc | 7 #include "base/command_line.h" 304 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 305 if (command_line->HasSwitch(switches::kEnableBenchmarking)) 307 if (command_line->HasSwitch(switches::kEnableNetBenchmarking)) 309 if (command_line->HasSwitch(switches::kInstantProcess)) 312 if (command_line->HasSwitch(switches::kPlaybackMode) || 313 command_line->HasSwitch(switches::kRecordMode)) { 332 if (!command_line->HasSwitch(switches::kInstantProcess)) 458 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 459 if (command_line->HasSwitch(switches::kInstantProcess) 1426 CommandLine* command_line = CommandLine::ForCurrentProcess(); local [all...] |