OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
251 - 275
of
2577
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/extensions/
extension_infobar_apitest.cc
19
CommandLine
::ForCurrentProcess()->AppendSwitch(
/external/chromium/chrome/browser/first_run/
first_run_browser_process.h
18
explicit FirstRunBrowserProcess(const
CommandLine
& command_line);
/external/chromium/chrome/browser/importer/
profile_import_process_host.cc
91
CommandLine
* cmd_line = new
CommandLine
(exe_path);
98
const
CommandLine
& browser_command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium/chrome/browser/
tab_closeable_state_watcher.cc
22
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium/chrome/common/extensions/
extension_manifests_unittest.cc
352
CommandLine
old_command_line = *
CommandLine
::ForCurrentProcess();
353
CommandLine
::ForCurrentProcess()->AppendSwitch(
356
*
CommandLine
::ForCurrentProcess() = old_command_line;
365
CommandLine
old_command_line = *
CommandLine
::ForCurrentProcess();
366
CommandLine
::ForCurrentProcess()->AppendSwitch(
375
*
CommandLine
::ForCurrentProcess() = old_command_line;
382
CommandLine
old_command_line = *
CommandLine
::ForCurrentProcess()
[
all
...]
/external/chromium_org/ash/host/
root_window_host_factory_win.cc
23
!
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/base/mac/
launch_services_util.h
26
const
CommandLine
& command_line,
/external/chromium_org/chrome/browser/
browser_process_platform_part_base.cc
16
const
CommandLine
& /* command_line */) {
/external/chromium_org/chrome/browser/extensions/
cast_streaming_apitest.cc
13
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
external_component_loader.cc
25
if (
CommandLine
::ForCurrentProcess()->
/external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc
42
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
110
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.cc
27
CommandLine
* command_line) {
/external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.h
27
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_top_sites.cc
127
const
CommandLine
* cli =
CommandLine
::ForCurrentProcess();
139
const
CommandLine
* cli =
CommandLine
::ForCurrentProcess();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
guest_mode_options_ui_browsertest.cc
18
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/ui/webui/options/
geolocation_options_handler.cc
34
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_experimental_unittest.cc
21
CommandLine
::ForCurrentProcess()->AppendSwitch(
extension_manifests_isolatedapp_unittest.cc
26
CommandLine
::ForCurrentProcess()->AppendSwitch(
/external/chromium_org/chrome/installer/setup/
run_all_unittests.cc
15
if (
CommandLine
::ForCurrentProcess()->HasSwitch(kAdjustProcessPriority))
/external/chromium_org/chrome/installer/util/
chrome_browser_operations.cc
36
void ChromeBrowserOperations::ReadOptions(const
CommandLine
& uninstall_command,
58
CommandLine
* cmd_line) const {
73
CommandLine
* cmd_line) const {
143
CommandLine
base_command(setup_path);
fake_product_state.h
26
uninstall_command_ =
CommandLine
(setup_exe);
product_operations.h
18
class
CommandLine
;
38
virtual void ReadOptions(const
CommandLine
& command,
62
CommandLine
* cmd_line) const = 0;
66
CommandLine
* cmd_line) const = 0;
/external/chromium_org/chrome/test/base/
chrome_test_launcher.cc
69
CommandLine
* command_line, const base::FilePath& temp_data_dir) OVERRIDE {
70
CommandLine
new_command_line(command_line->GetProgram());
71
CommandLine
::SwitchMap switches = command_line->GetSwitches();
76
for (
CommandLine
::SwitchMap::const_iterator iter = switches.begin();
/external/chromium_org/chrome/test/perf/
browser_perf_test.cc
18
void BrowserPerfTest::SetUpCommandLine(
CommandLine
* command_line) {
/external/chromium_org/chrome/test/security_tests/
sandbox_browsertest_win.cc
15
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
Completed in 789 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>