| /external/chromium_org/chrome/browser/chromeos/extensions/ |
| virtual_keyboard_browsertest.cc | 11 #include "base/command_line.h" 55 void VirtualKeyboardBrowserTest::SetUpCommandLine(CommandLine* command_line) { 56 command_line->AppendSwitch(keyboard::switches::kEnableVirtualKeyboard);
|
| /external/chromium_org/chrome/browser/chromeos/login/lock/ |
| screen_locker_browsertest.cc | 8 #include "base/command_line.h" 135 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 136 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| login_utils.cc | 13 #include "base/command_line.h" 318 CommandLine command_line(browser_command_line.GetProgram()); 323 &command_line);
|
| /external/chromium_org/chrome/browser/devtools/ |
| devtools_sanity_browsertest.cc | 7 #include "base/command_line.h" 205 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 206 command_line->AppendSwitch( 321 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {} 421 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 422 command_line->AppendSwitch( [all...] |
| /external/chromium_org/chrome/browser/dom_distiller/ |
| dom_distiller_viewer_source_browsertest.cc | 7 #include "base/command_line.h" 87 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 88 command_line->AppendSwitch(switches::kEnableDomDistiller);
|
| /external/chromium_org/chrome/browser/extensions/ |
| chrome_extensions_browser_client.cc | 8 #include "base/command_line.h" 65 const CommandLine& command_line, 68 return command_line.HasSwitch(switches::kDisableExtensions) ||
|
| /external/chromium_org/chrome/browser/metrics/ |
| thread_watcher.h | 50 #include "base/command_line.h" 384 static void StartWatchingAll(const base::CommandLine& command_line); 428 const base::CommandLine& command_line,
|
| /external/chromium_org/chrome/browser/prefs/ |
| command_line_pref_store.cc | 75 CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line) 76 : command_line_(command_line) {
|
| /external/chromium_org/chrome/browser/profiles/ |
| profile_browsertest.cc | 7 #include "base/command_line.h" 94 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 96 command_line->AppendSwitch(
|
| profile_window.cc | 7 #include "base/command_line.h" 200 CommandLine command_line(CommandLine::NO_PROGRAM); 203 browser_creator.LaunchBrowser(command_line, profile, base::FilePath(),
|
| /external/chromium_org/chrome/browser/translate/ |
| translate_browsertest.cc | 5 #include "base/command_line.h" 57 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 62 command_line->AppendSwitchASCII(
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| app_list_service_interactive_uitest.cc | 7 #include "base/command_line.h" 162 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 163 command_line->AppendSwitch(switches::kShowAppList);
|
| /external/chromium_org/chrome/browser/ui/ |
| settings_window_manager_browsertest.cc | 7 #include "base/command_line.h" 62 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 63 command_line->AppendSwitch(::switches::kEnableSettingsWindow);
|
| /external/chromium_org/chrome/browser/ui/sync/ |
| profile_signin_confirmation_helper_unittest.cc | 11 #include "base/command_line.h" 146 CommandLine command_line(CommandLine::NO_PROGRAM); 147 system->CreateExtensionService(&command_line,
|
| /external/chromium_org/chrome/browser/ui/views/frame/ |
| browser_window_property_manager_browsertest_win.cc | 11 #include "base/command_line.h" 168 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 169 command_line->AppendSwitch(switches::kEnableProfileShortcutManager);
|
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| language_options_handler_common.cc | 14 #include "base/command_line.h" 121 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 123 command_line.HasSwitch(switches::kEnableSpellingAutoCorrect);
|
| /external/chromium_org/chrome/installer/util/ |
| wmi.cc | 96 bool WMIProcess::Launch(const std::wstring& command_line, int* process_id) { 108 ScopedVariant b_command_line(command_line.c_str());
|
| /external/chromium_org/content/renderer/ |
| browser_render_view_browsertest.cc | 12 #include "base/command_line.h" 142 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 145 command_line->AppendSwitch(switches::kSingleProcess);
|
| /external/chromium_org/jingle/glue/ |
| logging_unittest.cc | 16 #include "base/command_line.h" 53 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 57 command_line->AppendSwitchASCII("vmodule", value);
|
| /external/chromium_org/sandbox/win/src/ |
| interceptors_64.h | 111 LPCWSTR application_name, LPWSTR command_line, 119 LPCSTR application_name, LPSTR command_line,
|
| process_thread_policy.cc | 221 const base::string16 &command_line, 231 cmd_line(_wcsdup(command_line.c_str()));
|
| restricted_token_utils.cc | 143 DWORD StartRestrictedProcessInJob(wchar_t *command_line, 197 command_line,
|
| target_process.cc | 112 const wchar_t* command_line, 119 scoped_ptr<wchar_t, base::FreeDeleter> cmd_line(_wcsdup(command_line));
|
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| flags.cc | 288 LPTSTR command_line = ::GetCommandLine(); local 290 LPWSTR *wide_argv = ::CommandLineToArgvW(command_line, &argc_);
|
| /external/chromium_org/third_party/webrtc/base/ |
| flags.cc | 271 LPTSTR command_line = ::GetCommandLine(); local 273 LPWSTR *wide_argv = ::CommandLineToArgvW(command_line, &argc_);
|