OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:command_line
(Results
76 - 100
of
317
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/sync/tools/testserver/
run_sync_testserver.cc
8
#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/tools/set_default_handler/
set_default_handler_main.cc
12
#include "base/
command_line
.h"
41
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
42
base::string16 protocol(
command_line
->GetSwitchValueNative(kSwitchProtocol));
46
base::string16 program(
command_line
->GetSwitchValueNative(kSwitchProgram));
/external/chromium_org/tools/site_compare/utils/
browser_iterate.py
8
1. The
command_line
package from tools/site_compare
21
import
command_line
namespace
/external/chromium_org/ui/compositor/
compositor_switches.cc
7
#include "base/
command_line
.h"
31
const CommandLine&
command_line
= *CommandLine::ForCurrentProcess();
local
33
return
command_line
.HasSwitch(switches::kUIEnableImplSidePainting);
37
const CommandLine&
command_line
= *CommandLine::ForCurrentProcess();
local
39
return
command_line
.HasSwitch(switches::kUIEnableZeroCopy);
/external/chromium_org/ui/gl/
gpu_switching_manager.cc
7
#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) !=
gl_implementation_x11.cc
7
#include "base/
command_line
.h"
68
const CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
70
if (
command_line
->HasSwitch(switches::kTestGLLib))
72
command_line
->GetSwitchValueASCII(switches::kTestGLLib).c_str());
/external/chromium_org/ui/views_content_client/
views_content_main_delegate.cc
9
#include "base/
command_line
.h"
43
const CommandLine&
command_line
= *CommandLine::ForCurrentProcess();
local
45
command_line
.GetSwitchValueASCII(switches::kProcessType);
/external/chromium_org/ash/wm/
app_list_controller_unittest.cc
10
#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/
athena_launcher.cc
25
#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");
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_mode_idle_app_name_notification.cc
9
#include "base/
command_line
.h"
77
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
79
command_line
->GetSwitchValueASCII(::switches::kAppId);
/external/chromium_org/chrome/browser/chromeos/first_run/
first_run.cc
5
#include "base/
command_line
.h"
68
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
variable
69
bool launched_in_test =
command_line
->HasSwitch(::switches::kTestType);
71
command_line
->HasSwitch(switches::kOobeSkipPostLogin);
73
bool first_run_forced =
command_line
->HasSwitch(switches::kForceFirstRunUI);
/external/chromium_org/chrome/browser/extensions/api/hotword_private/
hotword_private_api.cc
7
#include "base/
command_line
.h"
135
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
136
result.experimental_hotword_enabled =
command_line
->HasSwitch(
/external/chromium_org/chrome/browser/extensions/signin/
gaia_auth_extension_loader.cc
7
#include "base/
command_line
.h"
42
const CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
43
if (
command_line
->HasSwitch(switches::kAuthExtensionPath)) {
45
command_line
->GetSwitchValuePath(switches::kAuthExtensionPath);
/external/chromium_org/chrome/browser/net/
cookie_store_util.cc
9
#include "base/
command_line
.h"
103
const CommandLine&
command_line
= *CommandLine::ForCurrentProcess();
local
106
return
command_line
.HasSwitch(switches::kRecordMode) &&
111
const CommandLine&
command_line
= *CommandLine::ForCurrentProcess();
local
113
command_line
.HasSwitch(switches::kPlaybackMode);
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bubble_sign_in_delegate_unittest.cc
8
#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/chromecast/shell/browser/
cast_browser_main_parts.cc
7
#include "base/
command_line
.h"
45
void AddDefaultCommandLineSwitches(CommandLine*
command_line
) {
48
command_line
->AppendSwitchASCII(
64
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
65
AddDefaultCommandLineSwitches(
command_line
);
/external/chromium_org/chromeos/network/
network_sms_handler_unittest.cc
10
#include "base/
command_line
.h"
59
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
variable
60
command_line
->AppendSwitch(chromeos::switches::kSmsTestMessages);
/external/chromium_org/components/translate/core/browser/
translate_script_unittest.cc
8
#include "base/
command_line
.h"
109
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
110
command_line
->AppendSwitchASCII(translate::switches::kTranslateScriptURL,
/external/chromium_org/content/browser/
browser_main_runner.cc
9
#include "base/
command_line
.h"
137
if (parameters.
command_line
.HasSwitch(switches::kWaitForDebugger))
236
const base::CommandLine&
command_line
=
variable
239
if (
command_line
.HasSwitch(switches::kTraceShutdown)) {
/external/chromium_org/content/renderer/
renderer_main_platform_delegate_win.cc
7
#include "base/
command_line
.h"
80
const CommandLine&
command_line
= parameters_.
command_line
;
local
83
if (
command_line
.HasSwitch(switches::kEnableVtune))
89
bool no_sandbox =
command_line
.HasSwitch(switches::kNoSandbox);
/external/chromium_org/content/shell/browser/
shell_browser_main_parts.cc
9
#include "base/
command_line
.h"
57
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
58
if (
command_line
->HasSwitch(switches::kContentBrowserTest))
60
const CommandLine::StringVector& args =
command_line
->GetArgs();
/external/chromium_org/net/tools/dump_cache/
dump_cache.cc
12
#include "base/
command_line
.h"
59
const base::CommandLine&
command_line
=
local
61
base::FilePath input_path =
command_line
.GetSwitchValuePath(kInputPath);
65
bool dump_to_files =
command_line
.HasSwitch(kDumpToFiles);
67
base::FilePath output_path =
command_line
.GetSwitchValuePath(kOutputPath);
81
if (
command_line
.HasSwitch(kDumpContents))
84
if (
command_line
.HasSwitch(kDumpHeaders))
/external/chromium_org/remoting/base/
service_urls.cc
7
#include "base/
command_line
.h"
36
base::CommandLine*
command_line
= base::CommandLine::ForCurrentProcess();
local
37
CHECK(
command_line
);
38
if (
command_line
->HasSwitch(kDirectoryBaseUrlSwitch)) {
39
directory_base_url_ =
command_line
->GetSwitchValueASCII(
42
if (
command_line
->HasSwitch(kXmppServerAddressSwitch)) {
43
xmpp_server_address_ =
command_line
->GetSwitchValueASCII(
46
if (
command_line
->HasSwitch(kXmppServerDisableTlsSwitch)) {
49
if (
command_line
->HasSwitch(kDirectoryBotJidSwitch)) {
50
directory_bot_jid_ =
command_line
->GetSwitchValueASCII
[
all
...]
/external/chromium_org/remoting/host/setup/
start_host.cc
10
#include "base/
command_line
.h"
104
const base::CommandLine*
command_line
=
local
107
std::string host_name =
command_line
->GetSwitchValueASCII("name");
108
std::string host_pin =
command_line
->GetSwitchValueASCII("pin");
109
std::string auth_code =
command_line
->GetSwitchValueASCII("code");
110
std::string redirect_url =
command_line
->GetSwitchValueASCII("redirect-url");
/external/chromium_org/tools/telemetry/
cloud_storage
12
from telemetry.core import
command_line
namespace
62
class Ls(
command_line
.Command):
108
class Mv(
command_line
.Command):
143
class Rm(
command_line
.Command):
158
class Upload(
command_line
.Command):
191
class CloudStorageCommand(
command_line
.SubcommandCommand):
Completed in 1448 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>