Searched defs:command_line (Results 251 - 275 of 444) sorted by relevance

<<1112131415161718

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc11 #include "base/command_line.h"
240 AppListServiceImpl::AppListServiceImpl(const CommandLine& command_line, argument
245 command_line_(command_line),
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator_browsertest.cc7 #include "base/command_line.h"
199 void BrowserNavigatorTest::SetUpCommandLine(base::CommandLine* command_line) { argument
202 command_line->AppendSwitch(::switches::kDisableSettingsWindow);
H A Dchrome_pages.cc7 #include "base/command_line.h"
79 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
80 if (!command_line->HasSwitch(chromeos::switches::kDisableGeniusApp)) {
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc10 #include "base/command_line.h"
104 CommandLine command_line(chrome_exe);
105 command_line.CopySwitchesFrom(*current, kSwitchesToCopy,
107 command_line.AppendSwitch(switches::kShowAppList);
108 return command_line;
116 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
117 if (command_line->HasSwitch(switches::kUserDataDir)) {
119 command_line->GetSwitchValuePath(switches::kUserDataDir).AppendASCII(
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc8 #include "base/command_line.h"
117 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
125 } else if (command_line.HasSwitch(switches::kUserDataDir)) {
131 command_line.GetSwitchValueNative(switches::kUserDataDir);
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.cc12 #include "base/command_line.h"
288 CommandLine::StringType command_line = local
290 source->AddString("commandLineInfo", command_line);
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui_browsertest.cc9 #include "base/command_line.h"
307 void NetInternalsTest::SetUpCommandLine(CommandLine* command_line) { argument
308 WebUIBrowserTest::SetUpCommandLine(command_line);
310 command_line->AppendSwitchASCII(switches::kPrerenderMode,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler_common.cc14 #include "base/command_line.h"
121 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
123 command_line.HasSwitch(switches::kEnableSpellingAutoCorrect);
/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc33 #include "base/command_line.h"
120 LoggingDestination DetermineLogMode(const CommandLine& command_line) { argument
132 if (command_line.HasSwitch(kInvertLoggingSwitch))
139 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
190 base::FilePath GetSessionLogFile(const CommandLine& command_line) { argument
197 } else if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) {
201 command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile);
216 void RedirectChromeLogging(const CommandLine& command_line) { argument
228 base::FilePath log_path = GetSessionLogFile(command_line);
239 settings.logging_dest = DetermineLogMode(command_line);
251 InitChromeLogging(const CommandLine& command_line, OldFileDeletionState delete_old_log_file) argument
[all...]
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.cc7 #include "base/command_line.h"
181 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
182 if (command_line.HasSwitch(switches::kEnableSpellingAutoCorrect)) {
/external/chromium_org/chrome/test/base/
H A Din_process_browser_test.cc10 #include "base/command_line.h"
152 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
158 command_line->AppendSwitch(switches::kDisableOfflineAutoReload);
161 SetUpCommandLine(command_line);
163 PrepareTestCommandLine(command_line);
176 base::FilePath log_dir = logging::GetSessionLogFile(*command_line).DirName();
213 void InProcessBrowserTest::PrepareTestCommandLine(CommandLine* command_line) { argument
215 test_launcher_utils::PrepareBrowserCommandLineForTests(command_line);
218 command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType);
221 if (command_line
256 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
[all...]
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_util.cc8 #include "base/command_line.h"
206 void NaClBrowserTestBase::SetUpCommandLine(base::CommandLine* command_line) { argument
207 command_line->AppendSwitch(switches::kEnableNaCl);
323 base::CommandLine* command_line) {
324 NaClBrowserTestBase::SetUpCommandLine(command_line);
325 command_line->AppendSwitch(switches::kDisablePnacl);
333 base::CommandLine* command_line) {
334 NaClBrowserTestBase::SetUpCommandLine(command_line);
335 command_line->AppendSwitch(switches::kEnableNaClNonSfiMode);
352 base::CommandLine* command_line) {
322 SetUpCommandLine( base::CommandLine* command_line) argument
332 SetUpCommandLine( base::CommandLine* command_line) argument
351 SetUpCommandLine( base::CommandLine* command_line) argument
357 SetUpCommandLine( CommandLine* command_line) argument
[all...]
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc7 #include "base/command_line.h"
42 void AddPrivateSwitches(base::CommandLine* command_line) { argument
44 command_line->AppendSwitch(switches::kUnlimitedStorage);
45 command_line->AppendSwitchASCII(switches::kAllowNaClFileHandleAPI,
134 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) { argument
136 command_line->AppendSwitch(switches::kEnableFileCookies);
140 command_line->AppendSwitch(switches::kEnablePepperTesting);
143 command_line->AppendSwitch(switches::kDisableSmoothScrolling);
285 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) { argument
286 PPAPITestBase::SetUpCommandLine(command_line);
311 SetUpCommandLine(base::CommandLine* command_line) argument
320 SetUpCommandLine(base::CommandLine* command_line) argument
326 SetUpCommandLine( base::CommandLine* command_line) argument
332 SetUpCommandLine(base::CommandLine* command_line) argument
395 SetUpCommandLine( base::CommandLine* command_line) argument
408 SetUpCommandLine( base::CommandLine* command_line) argument
421 SetUpCommandLine( base::CommandLine* command_line) argument
427 SetUpCommandLine( base::CommandLine* command_line) argument
440 SetUpCommandLine( base::CommandLine* command_line) argument
446 SetUpCommandLine( base::CommandLine* command_line) argument
[all...]
/external/chromium_org/chrome_elf/
H A Dchrome_elf_util.cc205 wchar_t* command_line = GetCommandLine(); local
206 bool has_process_type_flag = command_line && wcsstr(command_line, L"--type");
/external/chromium_org/chromeos/dbus/
H A Dfake_session_manager_client.cc46 const std::string& command_line) {
45 RestartJob(int pid, const std::string& command_line) argument
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params.cc7 #include "base/command_line.h"
47 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
48 return command_line.HasSwitch(
156 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
158 if (!command_line.HasSwitch(switches::kDisableDataReductionProxyDev)) {
159 origin = command_line.GetSwitchValueASCII(
163 origin = command_line.GetSwitchValueASCII(switches::kDataReductionProxy);
165 command_line.GetSwitchValueASCII(switches::kDataReductionProxyFallback);
167 command_line.GetSwitchValueASCII(switches::kDataReductionSSLProxy);
169 command_line
289 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
[all...]
/external/chromium_org/components/dom_distiller/standalone/
H A Dcontent_extractor.cc7 #include "base/command_line.h"
156 const CommandLine& command_line) {
158 if (command_line.HasSwitch(kUrlSwitch)) {
160 std::string url_string = command_line.GetSwitchValueASCII(kUrlSwitch);
165 } else if (command_line.HasSwitch(kUrlsSwitch)) {
166 std::string urls_string = command_line.GetSwitchValueASCII(kUrlsSwitch);
237 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
238 requests_ = ContentExtractionRequest::CreateForCommandLine(command_line);
155 CreateForCommandLine( const CommandLine& command_line) argument
/external/chromium_org/content/browser/
H A Dsite_instance_impl.cc7 #include "base/command_line.h"
332 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
333 if (command_line.HasSwitch(switches::kEnableStrictSiteIsolation) ||
334 command_line.HasSwitch(switches::kSitePerProcess)) {
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.cc10 #include "base/command_line.h"
76 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
77 if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess))
/external/chromium_org/content/common/sandbox_linux/
H A Dsandbox_linux.cc17 #include "base/command_line.h"
55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
57 command_line.GetSwitchValueASCII(switches::kProcessType);
267 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
269 command_line->GetSwitchValueASCII(switches::kProcessType);
299 command_line->HasSwitch(switches::kGpuSandboxFailuresFatal)) {
301 command_line->GetSwitchValueASCII(switches::kGpuSandboxFailuresFatal);
342 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
343 if (command_line->HasSwitch(switches::kNoSandbox)) {
/external/chromium_org/content/gpu/
H A Dgpu_main.cc70 const CommandLine& command_line);
71 bool WarmUpSandbox(const CommandLine& command_line);
109 const CommandLine& command_line = parameters.command_line; local
110 if (command_line.HasSwitch(switches::kGpuStartupDialog)) {
129 if (command_line.HasSwitch(switches::kSupportsDualGpus)) {
130 std::string types = command_line.GetSwitchValueASCII(
156 if (command_line.HasSwitch(switches::kUseGL) &&
157 command_line.GetSwitchValueASCII(switches::kUseGL) ==
185 !command_line
366 GetGpuInfoFromCommandLine(gpu::GPUInfo& gpu_info, const CommandLine& command_line) argument
386 WarmUpSandbox(const CommandLine& command_line) argument
[all...]
/external/chromium_org/content/plugin/
H A Dplugin_channel.cc8 #include "base/command_line.h"
248 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
249 log_messages_ = command_line->HasSwitch(switches::kLogPluginMessages);
320 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
321 base::FilePath path = command_line->GetSwitchValuePath(switches::kPluginPath);
/external/chromium_org/content/public/test/
H A Dtest_launcher.cc11 #include "base/command_line.h"
440 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
442 if (command_line->HasSwitch(kHelpFlag)) {
462 if (command_line->HasSwitch(kSingleProcessTestsFlag) ||
463 (command_line->HasSwitch(switches::kSingleProcess) &&
464 command_line->HasSwitch(base::kGTestFilterFlag)) ||
465 command_line->HasSwitch(base::kGTestListTestsFlag) ||
466 command_line->HasSwitch(base::kGTestHelpFlag)) {
472 if (command_line->HasSwitch(switches::kProcessType) ||
473 command_line
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.cc8 #include "base/command_line.h"
78 int GetCrashSignalFD(const CommandLine& command_line) { argument
83 command_line.GetSwitchValueASCII(switches::kProcessType);
209 CommandLine* command_line, int child_process_id) {
211 command_line->AppendSwitch(switches::kDumpRenderTree);
214 command_line->AppendSwitch(switches::kEnableFontAntialiasing);
217 command_line->AppendSwitch(switches::kExposeInternalsForTesting);
219 command_line->AppendSwitch(switches::kStableReleaseMode);
222 command_line->AppendSwitch(switches::kEnableCrashReporter);
225 command_line
208 AppendExtraCommandLineSwitches( CommandLine* command_line, int child_process_id) argument
293 GetAdditionalMappedFilesForChildProcess( const CommandLine& command_line, int child_process_id, std::vector<FileDescriptorInfo>* mappings) argument
[all...]
H A Dshell_devtools_delegate.cc10 #include "base/command_line.h"
48 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
51 if (command_line.HasSwitch(switches::kRemoteDebuggingSocketName)) {
52 socket_name = command_line.GetSwitchValueASCII(
61 if (command_line.HasSwitch(switches::kRemoteDebuggingPort)) {
64 command_line.GetSwitchValueASCII(switches::kRemoteDebuggingPort);

Completed in 507 milliseconds

<<1112131415161718