Searched defs:command_line (Results 101 - 125 of 444) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/net/
H A Dproxy_service_factory.cc7 #include "base/command_line.h"
94 const CommandLine& command_line,
101 bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver);
102 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) {
114 if (command_line.HasSwitch(switches::kNumPacThreads)) {
115 std::string s = command_line.GetSwitchValueASCII(switches::kNumPacThreads);
89 CreateProxyService( net::NetLog* net_log, net::URLRequestContext* context, net::NetworkDelegate* network_delegate, net::ProxyConfigService* proxy_config_service, const CommandLine& command_line, bool quick_check_enabled) argument
/external/chromium_org/chrome/browser/policy/
H A Dchrome_browser_policy_connector.cc10 #include "base/command_line.h"
142 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
144 !command_line->HasSwitch(switches::kEnableWebBasedSignin)) {
145 command_line->AppendSwitch(switches::kEnableWebBasedSignin);
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspellchecker_submenu_observer_hunspell.cc7 #include "base/command_line.h"
80 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
81 if (command_line->HasSwitch(switches::kEnableSpellingAutoCorrect)) {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.cc7 #include "base/command_line.h"
24 base::Time GetOriginalProcessStartTime(const CommandLine& command_line) { argument
25 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) {
27 command_line.GetSwitchValueASCII(switches::kOriginalProcessStartTime);
42 StartupType GetStartupType(const CommandLine& command_line) { argument
45 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) {
46 return command_line.HasSwitch(switches::kFastStart) ?
109 void AppListService::RecordShowTimings(const CommandLine& command_line) { argument
110 base::Time start_time = GetOriginalProcessStartTime(command_line);
115 StartupType startup = GetStartupType(command_line);
[all...]
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_bubble_sign_in_delegate_unittest.cc8 #include "base/command_line.h"
57 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
61 command_line->AppendSwitch(switches::kEnableWebBasedSignin);
65 command_line, base::FilePath(), false);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_menu_button_browsertest.cc5 #include "base/command_line.h"
35 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
54 void NewAvatarMenuButtonTest::SetUpCommandLine(CommandLine* command_line) { argument
55 switches::EnableNewProfileManagementForTesting(command_line);
/external/chromium_org/chrome/common/
H A Dpepper_permission_util.cc9 #include "base/command_line.h"
84 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
86 command_line.GetSwitchValueASCII(command_line_switch);
/external/chromium_org/chromeos/network/
H A Dnetwork_sms_handler_unittest.cc10 #include "base/command_line.h"
59 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
60 command_line->AppendSwitch(chromeos::switches::kSmsTestMessages);
/external/chromium_org/content/shell/android/browsertests_apk/
H A Dcontent_browser_tests_android.cc18 #include "base/command_line.h"
76 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
77 command_line->AppendArguments(CommandLine(argc, &argv[0]), false);
80 command_line->AppendSwitch(content::kSingleProcessTestsFlag);
81 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
82 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
85 command_line->AppendSwitchASCII(switches::kRemoteDebuggingSocketName,
/external/chromium_org/content/test/
H A Dwebkit_support.cc9 #include "base/command_line.h"
47 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
49 command_line.GetSwitchValueASCII(switches::kBlinkPlatformLogChannels));
/external/chromium_org/content/worker/
H A Dworker_thread.cc7 #include "base/command_line.h"
42 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
43 if (command_line.HasSwitch(switches::kJavaScriptFlags)) {
45 command_line.GetSwitchValueASCII(switches::kJavaScriptFlags));
48 SetRuntimeFeaturesDefaultsAndUpdateFromArgs(command_line);
/external/chromium_org/gpu/config/
H A Dgpu_util.cc9 #include "base/command_line.h"
56 void ApplyGpuDriverBugWorkarounds(CommandLine* command_line) { argument
60 ApplyGpuDriverBugWorkarounds(gpu_info, command_line);
64 const GPUInfo& gpu_info, CommandLine* command_line) {
71 &workarounds, *command_line);
73 command_line->AppendSwitchASCII(switches::kGpuDriverBugWorkarounds,
63 ApplyGpuDriverBugWorkarounds( const GPUInfo& gpu_info, CommandLine* command_line) argument
/external/chromium_org/jingle/glue/
H A Dlogging_unittest.cc16 #include "base/command_line.h"
53 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
57 command_line->AppendSwitchASCII("vmodule", value);
/external/chromium_org/mojo/embedder/
H A Dplatform_channel_pair_win.cc11 #include "base/command_line.h"
76 const base::CommandLine& command_line) {
78 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
92 base::CommandLine* command_line,
94 DCHECK(command_line);
105 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
108 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
111 command_line->AppendSwitchASCII(
75 PassClientHandleFromParentProcess( const base::CommandLine& command_line) argument
91 PrepareToPassClientHandleToChildProcess( base::CommandLine* command_line, base::HandlesToInheritVector* handle_passing_info) const argument
/external/chromium_org/remoting/tools/
H A Dbreakpad_tester_win.cc9 #include "base/command_line.h"
43 const base::CommandLine* command_line = local
45 if (command_line->HasSwitch(kHelpSwitchName) ||
46 command_line->HasSwitch(kQuestionSwitchName)) {
51 base::CommandLine::StringVector args = command_line->GetArgs();
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dsandbox.cc17 bool ParseCommandLine(wchar_t * command_line, argument
33 arg_list = CommandLineToArgvW(command_line, &arg_count);
50 int APIENTRY _tWinMain(HINSTANCE instance, HINSTANCE, wchar_t* command_line, argument
52 UNREFERENCED_PARAMETER(command_line);
/external/chromium_org/sandbox/win/tools/launcher/
H A Dlauncher.cc89 ATL::CString command_line; local
121 if (command_line.GetLength()) {
122 command_line += L' ';
124 command_line += argv[i];
128 if (!command_line.GetLength()) {
134 wprintf(L"\nLaunching command line: \"%ls\"\n", command_line.GetBuffer());
138 command_line.GetBuffer(),
/external/chromium_org/sync/tools/testserver/
H A Drun_sync_testserver.cc8 #include "base/command_line.h"
59 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
61 if (command_line->HasSwitch(switch_name)) {
62 std::string port_str = command_line->GetSwitchValueASCII(switch_name);
77 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
89 if (command_line->HasSwitch("help")) {
94 if (command_line->HasSwitch("sync-test")) {
98 if (command_line->HasSwitch("xmpp-test")) {
/external/chromium_org/third_party/libjingle/overrides/
H A Dinitialize_module.cc6 #include "base/command_line.h"
62 bool InitializeModule(const CommandLine& command_line, argument
90 CommandLine::ForCurrentProcess()->AppendArguments(command_line, true);
/external/chromium_org/tools/android/common/
H A Ddaemon.cc13 #include "base/command_line.h"
36 bool HasHelpSwitch(const CommandLine& command_line) { argument
37 return command_line.HasSwitch("h") || command_line.HasSwitch("help");
40 bool HasNoSpawnDaemonSwitch(const CommandLine& command_line) { argument
41 return command_line.HasSwitch(kNoSpawnDaemon);
/external/chromium_org/ui/gl/
H A Dgpu_switching_manager.cc7 #include "base/command_line.h"
68 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
70 if (command_line.HasSwitch(switches::kSupportsDualGpus)) {
72 std::string flag_string = command_line.GetSwitchValueASCII(
86 if (flag && command_line.HasSwitch(switches::kUseGL) &&
87 command_line.GetSwitchValueASCII(switches::kUseGL) !=
/external/chromium_org/win8/test/
H A Dtest_registrar.cc22 #include "base/command_line.h"
36 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
38 if (!command_line.HasSwitch(win8::test::kTestAppUserModelId))
39 command_line.AppendSwitchNative(win8::test::kTestAppUserModelId,
42 if (!command_line.HasSwitch(win8::test::kTestExeName))
43 command_line.AppendSwitchNative(win8::test::kTestExeName,
46 if (!command_line.HasSwitch(win8::test::kTestExePath)) {
51 command_line.AppendSwitchNative(win8::test::kTestExePath,
55 if (!command_line.HasSwitch(win8::test::kTestProgId))
56 command_line
83 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
[all...]
/external/e2fsprogs/ext2ed/
H A Dblockbitmap_com.c32 void type_ext2_block_bitmap___entry (char *command_line) argument
47 ptr=parse_word (command_line,buffer); /* Get the requested entry */
69 void type_ext2_block_bitmap___next (char *command_line) argument
81 ptr=parse_word (command_line,buffer);
91 void type_ext2_block_bitmap___prev (char *command_line) argument
97 ptr=parse_word (command_line,buffer);
107 void type_ext2_block_bitmap___allocate (char *command_line) argument
121 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */
142 void type_ext2_block_bitmap___deallocate (char *command_line) argument
150 ptr=parse_word (command_line,buffe
202 type_ext2_block_bitmap___show(char *command_line) argument
[all...]
H A Dinodebitmap_com.c26 void type_ext2_inode_bitmap___entry (char *command_line) argument
32 ptr=parse_word (command_line,buffer);
48 void type_ext2_inode_bitmap___next (char *command_line) argument
54 ptr=parse_word (command_line,buffer);
64 void type_ext2_inode_bitmap___prev (char *command_line) argument
70 ptr=parse_word (command_line,buffer);
80 void type_ext2_inode_bitmap___allocate (char *command_line) argument
86 ptr=parse_word (command_line,buffer);
106 void type_ext2_inode_bitmap___deallocate (char *command_line) argument
112 ptr=parse_word (command_line,buffe
159 type_ext2_inode_bitmap___show(char *command_line) argument
[all...]
/external/chromium_org/apps/
H A Dapp_load_service.cc30 command_line(CommandLine::NO_PROGRAM) {
54 const CommandLine& command_line,
67 action.command_line = command_line;
102 profile_, extension, it->second.command_line,
53 LoadAndLaunch(const base::FilePath& extension_path, const CommandLine& command_line, const base::FilePath& current_dir) argument

Completed in 3654 milliseconds

1234567891011>>