Searched refs:command_line (Results 226 - 250 of 861) sorted by relevance

1234567891011>>

/external/chromium_org/content/app/
H A Dcontent_main_runner.cc11 #include "base/command_line.h"
233 static base::ProcessId GetBrowserPid(const CommandLine& command_line) { argument
236 if (command_line.HasSwitch(switches::kProcessChannelID)) {
239 command_line.GetSwitchValueASCII(switches::kProcessChannelID);
267 static void InitializeStatsTable(const CommandLine& command_line) { argument
273 if (command_line.HasSwitch(switches::kEnableStatsTable)) {
278 static_cast<unsigned int>(GetBrowserPid(command_line)));
369 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
371 command_line.GetSwitchValueASCII(switches::kProcessType);
377 if (command_line
624 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable
677 SetupCRT(command_line); variable
708 InitializeStatsTable(command_line); variable
751 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable
774 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable
[all...]
/external/chromium_org/chrome/test/gpu/
H A Dgpu_feature_browsertest.cc5 #include "base/command_line.h"
65 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
66 command_line->AppendSwitch(switches::kDisablePopupBlocking);
67 command_line->AppendSwitchASCII(switches::kWindowSize, "400,300");
227 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
228 GpuFeatureTest::SetUpCommandLine(command_line);
229 command_line->AppendSwitch(switches::kDisableAcceleratedCompositing);
285 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
286 GpuFeatureTest::SetUpCommandLine(command_line);
289 command_line
[all...]
/external/chromium_org/chrome/browser/net/
H A Dproxy_browsertest.cc5 #include "base/command_line.h"
90 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
91 command_line->AppendSwitchASCII(switches::kProxyServer,
160 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
162 command_line->AppendSwitchASCII(switches::kProxyPacUrl, http_server_.GetURL(
182 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
183 command_line->AppendSwitchASCII(switches::kProxyPacUrl,
212 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
214 command_line->AppendSwitchASCII(
235 virtual void SetUpCommandLine(CommandLine* command_line) OVERRID
[all...]
/external/chromium/net/test/
H A Dtest_server.cc18 #include "base/command_line.h"
344 bool TestServer::AddCommandLineArguments(CommandLine* command_line) const {
345 command_line->AppendSwitchASCII("port",
347 command_line->AppendSwitchPath("data-dir", document_root_);
350 command_line->AppendArg("--log-to-console");
354 command_line->AppendArg("-f");
356 command_line->AppendArg("--sync");
366 command_line->AppendSwitchPath("https", certificate_path);
369 command_line->AppendSwitch("ssl-client-auth");
380 command_line
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_kde.cc9 #include "base/command_line.h"
99 bool file_operation, bool multiple_selection, CommandLine* command_line);
160 CommandLine command_line(cmd_vector);
162 return base::GetAppOutput(command_line, &dummy);
270 CommandLine command_line(cmd_vector);
273 params.multiple_selection, &command_line);
277 base::GetAppOutputWithExitCode(command_line, &output, &exit_code);
297 CommandLine* command_line) {
298 CHECK(command_line);
303 command_line
294 GetKDialogCommandLine(const std::string& type, const std::string& title, const base::FilePath& path, gfx::NativeWindow parent, bool file_operation, bool multiple_selection, CommandLine* command_line) argument
[all...]
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service.cc13 #include "base/command_line.h"
152 CommandLine command_line(CommandLine::NO_PROGRAM);
153 command_line.ParseFromString(lpCmdLine);
155 LOG(INFO) << command_line.GetCommandLineString();
158 *pnRetCode = ParseCommandLine(command_line, &is_service);
196 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) { argument
202 command_line.GetSwitchValuePath(switches::kUserDataDir);
206 if (command_line.HasSwitch(kStopSwitch))
209 if (command_line.HasSwitch(kUninstallSwitch))
212 if (command_line
[all...]
/external/chromium_org/ui/shell_dialogs/gtk/
H A Dselect_file_dialog_impl_kde.cc9 #include "base/command_line.h"
105 bool file_operation, bool multiple_selection, CommandLine* command_line);
254 CommandLine command_line(cmd_vector);
257 params.multiple_selection, &command_line);
261 base::GetAppOutputWithExitCode(command_line, &output, &exit_code);
277 CommandLine* command_line) {
278 CHECK(command_line);
283 command_line->AppendSwitchNative(
288 command_line->AppendSwitchNative("--title", title);
291 command_line
274 GetKDialogCommandLine(const std::string& type, const std::string& title, const base::FilePath& path, gfx::NativeWindow parent, bool file_operation, bool multiple_selection, CommandLine* command_line) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc16 #include "base/command_line.h"
202 void HandleTestParameters(const CommandLine& command_line) { argument
204 if (command_line.HasSwitch(switches::kBrowserAssertTest)) {
209 if (command_line.HasSwitch(switches::kBrowserCrashTest)) {
304 const CommandLine& command_line) {
305 if (command_line.HasSwitch(switches::kProfileDirectory)) {
307 command_line.GetSwitchValuePath(switches::kProfileDirectory));
312 if (command_line.HasSwitch(switches::kShowAppList))
383 void RegisterComponentsForUpdate(const CommandLine& command_line) { argument
397 if (!command_line
303 GetStartupProfilePath(const base::FilePath& user_data_dir, const CommandLine& command_line) argument
407 ProcessSingletonNotificationCallback( const CommandLine& command_line, const base::FilePath& current_directory) argument
465 LaunchDevToolsHandlerIfNeeded(const CommandLine& command_line) argument
599 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
663 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
1104 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
[all...]
H A Dprocess_singleton.h19 #include "base/command_line.h"
64 const CommandLine& command_line,
105 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
109 const CommandLine& command_line,
/external/chromium_org/ui/gfx/
H A Dgtk_util.cc12 #include "base/command_line.h"
59 static void CommonInitFromCommandLine(const CommandLine& command_line, argument
61 const std::vector<std::string>& args = command_line.argv();
78 void GtkInitFromCommandLine(const CommandLine& command_line) { argument
79 CommonInitFromCommandLine(command_line, gtk_init);
82 void GdkInitFromCommandLine(const CommandLine& command_line) { argument
83 CommonInitFromCommandLine(command_line, gdk_init);
/external/chromium/chrome/browser/extensions/
H A Dwindow_open_apitest.cc5 #include "base/command_line.h"
104 virtual void SetUpCommandLine(CommandLine* command_line) { argument
105 ExtensionApiTest::SetUpCommandLine(command_line);
106 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dcaptive_portal_window_browsertest.cc5 #include "base/command_line.h"
70 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
71 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
72 command_line->AppendSwitch(chromeos::switches::kLoginManager);
H A Duser_adding_screen_browsertest.cc35 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
36 LoginManagerTest::SetUpCommandLine(command_line);
37 command_line->AppendSwitch(::switches::kMultiProfiles);
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
H A Dcloud_print_private_apitest.cc26 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
27 ExtensionApiTest::SetUpCommandLine(command_line);
28 command_line->AppendSwitchASCII(switches::kCloudPrintServiceURL,
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_apitest.cc5 #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/
H A Dscript_badge_apitest.cc33 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/
H A Dhistory_apitest.cc6 #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/
H A Dextension_icon_source_apitest.cc20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
21 ExtensionApiTest::SetUpCommandLine(command_line);
22 command_line->AppendSwitch(
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_browser_main_extra_parts_metrics.cc10 #include "base/command_line.h"
97 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
99 command_line.HasSwitch(switches::kTouchEvents) ?
100 command_line.GetSwitchValueASCII(switches::kTouchEvents) :
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_script.cc8 #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/
H A Dwebgl_conformance_test.cc5 #include "base/command_line.h"
26 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
28 command_line->AppendSwitch(switches::kEnablePrivilegedWebGLExtensions);
30 command_line->AppendSwitch(
/external/chromium_org/content/shell/
H A Dshell_android.cc11 #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));
/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.cc291 const CommandLine::StringType& command_line,
305 LPWSTR command_line; member in struct:__anon9801::CreateProcessRequest
323 (application_name.size() + command_line.size() + desktop.size() + 3);
346 request->command_line = reinterpret_cast<LPWSTR>(buffer_offset);
347 std::copy(command_line.begin(),
348 command_line.end(),
350 buffer_offset += (command_line.size() + 1) * sizeof(wchar_t);
374 const CommandLine::StringType& command_line,
385 if (!SendCreateProcessRequest(pipe, application_name, command_line,
453 const CommandLine::StringType& command_line,
288 SendCreateProcessRequest( HANDLE pipe, const base::FilePath::StringType& application_name, const CommandLine::StringType& command_line, DWORD creation_flags, const char16* desktop_name) argument
371 CreateRemoteSessionProcess( uint32 session_id, const base::FilePath::StringType& application_name, const CommandLine::StringType& command_line, DWORD creation_flags, const char16* desktop_name, PROCESS_INFORMATION* process_information_out) argument
452 LaunchProcessWithToken(const base::FilePath& binary, const CommandLine::StringType& command_line, HANDLE user_token, SECURITY_ATTRIBUTES* process_attributes, SECURITY_ATTRIBUTES* thread_attributes, bool inherit_handles, DWORD creation_flags, const char16* desktop_name, ScopedHandle* process_out, ScopedHandle* thread_out) argument
[all...]
/external/chromium_org/sandbox/win/wow_helper/
H A Dwow_helper.cc100 int wWinMain(HINSTANCE, HINSTANCE, wchar_t* command_line, int) { argument
102 if (!command_line)
106 DWORD process_id = wcstoul(command_line, &next, 0);
/external/chromium_org/sync/util/
H A Dget_session_name.cc15 #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->

Completed in 639 milliseconds

1234567891011>>