OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:command_line
(Results
301 - 325
of
2119
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.cc
7
#include "base/
command_line
.h"
83
CommandLine
command_line
(CommandLine::NO_PROGRAM);
85
shortcut_manager->GetShortcutProperties(profile_path, &
command_line
,
87
command_line_string =
command_line
.GetCommandLineString();
/external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.h
26
virtual void SetUpCommandLine(base::CommandLine*
command_line
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/
geolocation_options_handler.cc
7
#include "base/
command_line
.h"
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_experimental_unittest.cc
7
#include "base/
command_line
.h"
extension_manifests_isolatedapp_unittest.cc
7
#include "base/
command_line
.h"
extension_manifests_launcher_page_unittest.cc
5
#include "base/
command_line
.h"
/external/chromium_org/chrome/installer/setup/
run_all_unittests.cc
5
#include "base/
command_line
.h"
/external/chromium_org/chrome/installer/util/
chrome_browser_sxs_operations.cc
7
#include "base/
command_line
.h"
/external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc
6
#include "base/
command_line
.h"
/external/chromium_org/chrome/test/perf/
browser_perf_test.h
21
virtual void SetUpCommandLine(base::CommandLine*
command_line
) OVERRIDE;
/external/chromium_org/chromecast/metrics/
cast_metrics_service_client.cc
7
#include "base/
command_line
.h"
93
base::CommandLine*
command_line
= base::CommandLine::ForCurrentProcess();
local
94
if (
command_line
->HasSwitch(switches::kOverrideMetricsUploadUrl)) {
96
command_line
->GetSwitchValueASCII(switches::kOverrideMetricsUploadUrl));
/external/chromium_org/chromecast/shell/browser/devtools/
remote_debugging_server.cc
9
#include "base/
command_line
.h"
74
base::CommandLine*
command_line
= base::CommandLine::ForCurrentProcess();
local
76
if (
command_line
->HasSwitch(switches::kRemoteDebuggingSocketName)) {
77
socket_name =
command_line
->GetSwitchValueASCII(
/external/chromium_org/chromecast/shell/renderer/
key_systems_cast.cc
9
#include "base/
command_line
.h"
/external/chromium_org/components/nacl/common/
nacl_cmd_line.cc
7
#include "base/
command_line
.h"
/external/chromium_org/components/translate/core/common/
translate_util.cc
8
#include "base/
command_line
.h"
117
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
118
if (
command_line
->HasSwitch(switches::kTranslateSecurityOrigin)) {
120
command_line
->GetSwitchValueASCII(switches::kTranslateSecurityOrigin);
/external/chromium_org/content/app/android/
library_loader_hooks.cc
13
#include "base/
command_line
.h"
75
base::CommandLine*
command_line
= base::CommandLine::ForCurrentProcess();
local
77
if (
command_line
->HasSwitch(switches::kTraceStartup)) {
79
command_line
->GetSwitchValueASCII(switches::kTraceStartup));
/external/chromium_org/content/browser/media/
media_internals_ui.cc
7
#include "base/
command_line
.h"
/external/chromium_org/content/browser/
site_per_process_browsertest.h
26
virtual void SetUpCommandLine(base::CommandLine*
command_line
) OVERRIDE;
/external/chromium_org/content/common/
set_process_title.cc
16
#include "base/
command_line
.h"
73
const CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
74
for (size_t i = 1; i <
command_line
->argv().size(); ++i) {
77
title +=
command_line
->argv()[i];
/external/chromium_org/content/renderer/
savable_resources_browsertest.cc
6
#include "base/
command_line
.h"
21
virtual void SetUpCommandLine(CommandLine*
command_line
) OVERRIDE {
22
command_line
->AppendSwitch(switches::kSingleProcess);
25
command_line
->AppendSwitch(switches::kDisableGpu);
/external/chromium_org/content/shell/browser/
shell_resource_dispatcher_host_delegate.cc
7
#include "base/
command_line
.h"
shell_web_contents_view_delegate_android.cc
7
#include "base/
command_line
.h"
/external/chromium_org/content/shell/renderer/
shell_render_frame_observer.cc
7
#include "base/
command_line
.h"
/external/chromium_org/extensions/browser/api/system_cpu/
system_cpu_api.cc
5
#include "base/
command_line
.h"
/external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc
14
#include "base/
command_line
.h"
199
const CommandLine&
command_line
,
259
const CommandLine&
command_line
,
261
: command_line_(
command_line
),
268
if (
command_line
.HasSwitch(kRMQFileName)) {
269
gcm_store_path_ =
command_line
.GetSwitchValuePath(kRMQFileName);
271
if (
command_line
.HasSwitch(kAndroidIdSwitch)) {
272
base::StringToUint64(
command_line
.GetSwitchValueASCII(kAndroidIdSwitch),
275
if (
command_line
.HasSwitch(kSecretSwitch)) {
276
base::StringToUint64(
command_line
.GetSwitchValueASCII(kSecretSwitch)
494
const CommandLine&
command_line
= *CommandLine::ForCurrentProcess();
local
[
all
...]
Completed in 686 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>