Searched refs:command_line (Results 1 - 25 of 915) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc267 base::CommandLine* command_line,
266 AppendExtraCommandLineSwitches( base::CommandLine* command_line, int child_process_id) argument
H A Daw_content_browser_client.h54 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc16 #include "base/command_line.h"
55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
56 if (command_line.HasSwitch(switches::kHostResolverRules)) {
64 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
72 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
73 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) {
74 base::StringToInt(command_line.GetSwitchValueASCII(
78 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) {
79 base::StringToInt(command_line.GetSwitchValueASCII(
83 if (command_line
[all...]
/external/chromium_org/apps/
H A Dapp_load_service.cc32 command_line(CommandLine::NO_PROGRAM) {
62 const CommandLine& command_line,
75 action.command_line = command_line;
109 profile_, extension, it->second.command_line, it->second.current_dir);
61 LoadAndLaunch(const base::FilePath& extension_path, const CommandLine& command_line, const base::FilePath& current_dir) argument
H A Dapp_load_service.h11 #include "base/command_line.h"
42 base::CommandLine command_line; member in struct:apps::AppLoadService::PostReloadAction
57 // command line parameters from |command_line| will be passed along via
61 const base::CommandLine& command_line,
H A Dlauncher.cc10 #include "base/command_line.h"
312 const CommandLine& command_line,
337 CommandLine::StringVector args = command_line.GetArgs();
342 if (args.empty() || (command_line.HasSwitch(switches::kTestType) &&
348 base::FilePath file_path(command_line.GetArgs()[0]);
310 LaunchPlatformAppWithCommandLine(Profile* profile, const Extension* extension, const CommandLine& command_line, const base::FilePath& current_directory) argument
H A Dlauncher.h26 // the |command_line| fields present. |extension| and |profile| must not be
27 // NULL. An empty |command_line| means there is no launch data. If non-empty,
31 const base::CommandLine& command_line,
H A Dload_and_launch_browsertest.cc112 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
113 PlatformAppBrowserTest::SetUpCommandLine(command_line);
117 command_line->AppendSwitchNative(apps::kLoadAndLaunchApp,
/external/chromium_org/ash/display/
H A Ddisplay_layout_store.cc9 #include "base/command_line.h"
16 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
17 if (command_line->HasSwitch(switches::kAshSecondaryDisplayLayout)) {
18 std::string value = command_line->GetSwitchValueASCII(
40 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
41 if (!command_line->HasSwitch(switches::kAshSecondaryDisplayLayout))
H A Ddisplay_manager.cc19 #include "base/command_line.h"
109 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
110 if (command_line->HasSwitch(switches::kAshUseFirstDisplayAsInternal))
244 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
245 if (!command_line->HasSwitch(switches::kAshHostWindowBounds))
248 command_line->GetSwitchValueASCII(switches::kAshHostWindowBounds);
258 command_line->HasSwitch(switches::kAshEnableSoftwareMirroring)) {
H A Ddisplay_manager_unittest.cc16 #include "base/command_line.h"
1464 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
1466 command_line->AppendSwitch(switches::kAshUseFirstDisplayAsInternal);
1467 command_line->AppendSwitchASCII(switches::kAshHostWindowBounds,
/external/chromium_org/ash/
H A Droot_window_controller.cc53 #include "base/command_line.h"
822 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
823 if (command_line->HasSwitch(switches::kAshTouchHud))
/external/chromium_org/ash/shell/content_client/
H A Dshell_main_delegate.cc8 #include "base/command_line.h"
22 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
24 command_line.GetSwitchValueASCII(switches::kProcessType);
/external/chromium_org/ash/test/
H A Dash_test_base.cc20 #include "base/command_line.h"
120 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
121 if (!command_line->HasSwitch(switches::kAshHostWindowBounds)) {
122 command_line->AppendSwitchASCII(
141 if (!command_line->HasSwitch(ash::switches::kForceAshToDesktop)) {
/external/chromium_org/ash/wm/
H A Dapp_list_controller_unittest.cc10 #include "base/command_line.h"
47 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
48 command_line->AppendSwitch(app_list::switches::kEnableCenteredAppList);
/external/chromium_org/athena/main/
H A Dathena_launcher.cc25 #include "base/command_line.h"
90 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
93 command_line->AppendSwitch(app_list::switches::kEnableExperimentalAppList);
94 command_line->AppendSwitch(switches::kEnableOverlayScrollbar);
97 command_line->AppendSwitchASCII(switches::kScrollEndEffect, "1");
H A Dathena_main.cc14 #include "base/command_line.h"
85 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); variable
88 command_line->HasSwitch(extensions::switches::kAppShellAppPath)
89 ? command_line->GetSwitchValueNative(
/external/chromium_org/base/
H A Dbase.target.darwin-arm.mk77 base/command_line.cc \
H A Dbase.target.darwin-arm64.mk77 base/command_line.cc \
H A Dbase.target.darwin-mips.mk77 base/command_line.cc \
H A Dbase.target.darwin-mips64.mk77 base/command_line.cc \
H A Dbase.target.darwin-x86.mk78 base/command_line.cc \
H A Dbase.target.darwin-x86_64.mk78 base/command_line.cc \
H A Dbase.target.linux-arm.mk77 base/command_line.cc \
H A Dbase.target.linux-arm64.mk77 base/command_line.cc \

Completed in 8373 milliseconds

1234567891011>>