/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_apitest.cc | 5 #include "base/command_line.h" 27 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 28 ExtensionApiTest::SetUpCommandLine(command_line); 29 command_line->AppendSwitchASCII(
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
script_badge_apitest.cc | 33 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 34 ExtensionApiTest::SetUpCommandLine(command_line); 35 command_line->AppendSwitchASCII(switches::kScriptBadges, "1");
|
/external/chromium_org/chrome/browser/extensions/api/history/ |
history_apitest.cc | 6 #include "base/command_line.h" 31 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 32 ExtensionApiTest::SetUpCommandLine(command_line); 33 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_icon_source_apitest.cc | 20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 21 ExtensionApiTest::SetUpCommandLine(command_line); 22 command_line->AppendSwitch(
|
component_loader.cc | 10 #include "base/command_line.h" 271 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 272 if (command_line->HasSwitch(switches::kFileManagerExtensionPath)) { 274 command_line->GetSwitchValuePath(switches::kFileManagerExtensionPath)); 287 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 288 if (command_line->HasSwitch(switches::kImageLoaderExtensionPath)) { 290 command_line->GetSwitchValuePath(switches::kImageLoaderExtensionPath)); 361 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 362 if (!command_line->HasSwitch(chromeos::switches::kGuestSession)) 390 const CommandLine* command_line = CommandLine::ForCurrentProcess() local [all...] |
/external/chromium_org/chrome/browser/translate/ |
translate_script.cc | 8 #include "base/command_line.h" 55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 56 if (command_line.HasSwitch(switches::kTranslateScriptURL)) { 58 command_line.GetSwitchValueASCII(switches::kTranslateScriptURL));
|
/external/chromium_org/content/browser/gpu/ |
webgl_conformance_test.cc | 5 #include "base/command_line.h" 26 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 28 command_line->AppendSwitch(switches::kEnablePrivilegedWebGLExtensions); 30 command_line->AppendSwitch(
|
gpu_pixel_browsertest.cc | 5 #include "base/command_line.h" 115 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 116 command_line->AppendSwitchASCII(switches::kTestGLLib, 123 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable 124 if (command_line->HasSwitch(switches::kUseGpuInTests)) 127 if (command_line->HasSwitch(kBuildRevision)) 128 build_revision_ = command_line->GetSwitchValueASCII(kBuildRevision); 133 if (command_line->HasSwitch(kGeneratedDir)) 134 generated_img_dir_ = command_line->GetSwitchValuePath(kGeneratedDir); 140 if (command_line->HasSwitch(kReferenceDir) [all...] |
/external/chromium_org/content/shell/ |
shell_android.cc | 11 #include "base/command_line.h" 24 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 25 DCHECK(command_line->HasSwitch(switches::kForceCompositingMode)); 26 DCHECK(command_line->HasSwitch(switches::kEnableThreadedCompositing));
|
shell_url_request_context_getter.cc | 7 #include "base/command_line.h" 93 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 98 if (command_line.HasSwitch(switches::kDumpRenderTree)) 116 if (command_line.HasSwitch(switches::kDumpRenderTree)) { 170 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) { 172 base::StringToInt(command_line.GetSwitchValueASCII( 176 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) { 178 base::StringToInt(command_line.GetSwitchValueASCII( 182 if (command_line.HasSwitch(switches::kHostResolverRules)) { 186 command_line.GetSwitchValueASCII(switches::kHostResolverRules)) [all...] |
/external/chromium_org/sync/util/ |
get_session_name.cc | 15 #include "base/command_line.h" 49 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 50 if (command_line->HasSwitch(chromeos::switches::kChromeOSReleaseBoard)) { 51 board = command_line->
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
executive_unittest.py | 76 def command_line(cmd, *args): function 115 executive.run_command(command_line('echo', 'foo')) 116 executive.run_command(tuple(command_line('echo', 'foo'))) 120 executive.run_command(command_line('echo', 1)) 121 executive.popen(command_line('echo', 1), stdout=executive.PIPE).wait() 127 executive.popen(args=command_line('echo', 1), stdout=executive.PIPE).wait() 148 output = executive.run_command(command_line('cat'), input=unicode_tor_input) 151 output = executive.run_command(command_line('echo', unicode_tor_input)) 154 output = executive.run_command(command_line('echo', unicode_tor_input), decode_output=False) 158 output = executive.run_command(command_line('cat'), input=encoded_tor, decode_output=False [all...] |
/external/chromium/base/debug/ |
debug_on_start_win.h | 43 // Returns true if the 'argument' is present in the 'command_line'. It does 45 static bool FindArgument(wchar_t* command_line, const char* argument);
|
/external/chromium_org/apps/ |
launcher.h | 24 // the |command_line| fields present. |extension| and |profile| must not be 25 // NULL. A NULL |command_line| means there is no launch data. If non-empty, 29 const CommandLine* command_line,
|
/external/chromium_org/base/debug/ |
debug_on_start_win.h | 42 // Returns true if the 'argument' is present in the 'command_line'. It does 44 static bool FindArgument(wchar_t* command_line, const char* argument);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
crash_restore_browsertest.cc | 8 #include "base/command_line.h" 40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 41 command_line->AppendSwitch(::switches::kMultiProfiles); 42 command_line->AppendSwitchASCII(switches::kLoginUser, kUserId1); 43 command_line->AppendSwitchASCII(
|
login_manager_test.h | 18 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
|
/external/chromium_org/chrome/browser/net/ |
proxy_service_factory.h | 49 const CommandLine& command_line);
|
/external/chromium_org/chrome/browser/ |
process_singleton_modal_dialog_lock.h | 54 bool NotificationCallbackImpl(const CommandLine& command_line,
|
process_singleton_startup_lock.h | 13 #include "base/command_line.h" 47 bool NotificationCallbackImpl(const CommandLine& command_line,
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_util.cc | 9 #include "base/command_line.h" 19 void CommonInitFromCommandLine(const CommandLine& command_line, 21 const std::vector<std::string>& args = command_line.argv(); 42 void GtkInitFromCommandLine(const CommandLine& command_line) { 43 CommonInitFromCommandLine(command_line, gtk_init);
|
/external/chromium_org/chrome/common/extensions/ |
feature_switch.cc | 7 #include "base/command_line.h" 78 FeatureSwitch::FeatureSwitch(const CommandLine* command_line, 81 Init(command_line, switch_name, default_value); 84 void FeatureSwitch::Init(const CommandLine* command_line, 87 command_line_ = command_line;
|
/external/chromium_org/chrome/test/base/ |
chrome_test_launcher.cc | 9 #include "base/command_line.h" 65 CommandLine* command_line, const base::FilePath& temp_data_dir) OVERRIDE { 66 CommandLine new_command_line(command_line->GetProgram()); 67 CommandLine::SwitchMap switches = command_line->GetSwitches(); 82 *command_line = new_command_line;
|
/external/chromium_org/content/public/test/ |
test_launcher.h | 37 CommandLine* command_line,
|
/external/chromium_org/content/utility/ |
utility_main.cc | 5 #include "base/command_line.h" 39 bool no_sandbox = parameters.command_line.HasSwitch(switches::kNoSandbox);
|