| /external/chromium_org/chrome/browser/extensions/ |
| app_process_apitest.cc | 5 #include "base/command_line.h" 60 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 61 ExtensionApiTest::SetUpCommandLine(command_line); 137 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 138 ExtensionApiTest::SetUpCommandLine(command_line); [all...] |
| extension_browsertest.h | 10 #include "base/command_line.h" 78 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| /external/chromium_org/chrome/installer/util/ |
| installation_validator.cc | 215 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); 269 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); 298 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); 324 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line()));
|
| /external/chromium_org/chromeos/dbus/ |
| power_manager_client.cc | 11 #include "base/command_line.h" 842 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 843 if (!command_line || !command_line->HasSwitch(switches::kPowerStub)) 846 command_line->GetSwitchValueASCII(switches::kPowerStub); [all...] |
| /external/chromium_org/content/browser/ |
| plugin_service_impl.cc | 8 #include "base/command_line.h" 181 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 183 command_line->GetSwitchValuePath(switches::kLoadPlugin); 186 path = command_line->GetSwitchValuePath(switches::kExtraPluginDir); 190 if (command_line->HasSwitch(switches::kDisablePluginsDiscovery))
|
| /external/chromium_org/content/browser/renderer_host/ |
| render_process_host_impl.h | 308 // results to |*command_line|. 309 void AppendRendererCommandLine(base::CommandLine* command_line) const;
|
| /external/chromium_org/tools/traceline/traceline/ |
| main.cc | 1227 std::string command_line; local [all...] |
| /external/chromium_org/chrome/browser/apps/ |
| web_view_browsertest.cc | 352 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 353 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); 354 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); 356 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); [all...] |
| /external/chromium_org/chrome/browser/ssl/ |
| ssl_browser_tests.cc | 5 #include "base/command_line.h" 185 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 187 command_line->AppendSwitch(switches::kAllowRunningInsecureContent); 190 command_line->AppendSwitch(switches::kProcessPerSite); 362 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 363 command_line->AppendSwitch(switches::kNoDisplayingInsecureContent); 371 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 373 command_line->AppendSwitch(switches::kIgnoreCertificateErrors); [all...] |
| /external/chromium_org/chrome/browser/chromeos/login/users/ |
| user_manager_impl.cc | 14 #include "base/command_line.h" 1119 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 1511 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 1527 CommandLine* command_line = CommandLine::ForCurrentProcess(); local [all...] |
| /external/chromium_org/chrome/browser/extensions/api/identity/ |
| identity_apitest.cc | 9 #include "base/command_line.h" 457 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 458 ExtensionBrowserTest::SetUpCommandLine(command_line); 459 command_line->AppendSwitch(switches::kExtensionsMultiAccount); 569 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 658 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 659 AsyncExtensionBrowserTest::SetUpCommandLine(command_line); 660 command_line->AppendSwitch(switches::kExtensionsMultiAccount); [all...] |
| /external/chromium_org/chrome/browser/ui/ash/launcher/ |
| chrome_launcher_controller_browsertest.cc | 313 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 314 ShelfAppBrowserTest::SetUpCommandLine(command_line); 315 command_line->AppendSwitch(switches::kNoStartupWindow); 330 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 331 LauncherPlatformAppBrowserTest::SetUpCommandLine(command_line); 332 command_line->AppendSwitch( [all...] |
| /external/chromium_org/chrome/browser/ui/views/tabs/ |
| tab_drag_controller_interactive_uitest.cc | 12 #include "base/command_line.h" [all...] |
| /external/lldb/source/Interpreter/ |
| CommandInterpreter.cpp | [all...] |
| /external/chromium_org/cc/test/ |
| layer_tree_test.cc | 7 #include "base/command_line.h" 409 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 410 if (!command_line->HasSwitch(switches::kCCLayerTreeTestNoTimeout))
|
| /external/chromium_org/chrome/browser/background/ |
| background_mode_manager_unittest.cc | 5 #include "base/command_line.h" 78 CommandLine* command_line, ProfileInfoCache* cache, bool enabled) 79 : BackgroundModeManager(command_line, cache), 490 extensions::Manifest::COMMAND_LINE, 499 extensions::Manifest::COMMAND_LINE, 627 extensions::Manifest::COMMAND_LINE, 636 extensions::Manifest::COMMAND_LINE,
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| existing_user_controller_browsertest.cc | 10 #include "base/command_line.h" 128 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 129 command_line->AppendSwitch(switches::kLoginManager);
|
| login_utils_browsertest.cc | 9 #include "base/command_line.h" 208 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable 209 command_line->AppendSwitchASCII(
|
| /external/chromium_org/chrome/browser/chromeos/login/signin/ |
| oauth2_browsertest.cc | 602 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 603 OAuth2Test::SetUpCommandLine(command_line);
|
| /external/chromium_org/chrome/browser/extensions/api/file_system/ |
| file_system_apitest.cc | 67 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 68 PlatformAppBrowserTest::SetUpCommandLine(command_line);
|
| /external/chromium_org/chrome/browser/history/ |
| history_browsertest.cc | 8 #include "base/command_line.h" 65 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 66 command_line->AppendSwitch(switches::kEnableFileCookies);
|
| /external/chromium_org/chrome/browser/search/ |
| search.cc | 7 #include "base/command_line.h" 396 const CommandLine* command_line = CommandLine::ForCurrentProcess(); 397 if (command_line->HasSwitch(switches::kEnableQueryExtraction))
|
| /external/chromium_org/chrome/browser/themes/ |
| theme_syncable_service_unittest.cc | 7 #include "base/command_line.h" 170 CommandLine command_line(CommandLine::NO_PROGRAM); 175 &command_line, base::FilePath(kExtensionFilePath), false);
|
| /external/chromium_org/chrome/browser/ui/panels/ |
| base_panel_browser_test.cc | 8 #include "base/command_line.h" 264 void BasePanelBrowserTest::SetUpCommandLine(CommandLine* command_line) { 265 command_line->AppendSwitch(switches::kEnablePanels);
|
| /external/chromium_org/chrome/browser/ui/website_settings/ |
| website_settings.cc | 12 #include "base/command_line.h" 560 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 561 if (!command_line->HasSwitch(switches::kEnableWebMIDI))
|