OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandLine
(Results
676 - 700
of
1825
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc
39
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
99
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium/chrome/browser/
plugin_data_remover_browsertest.cc
45
virtual void SetUpCommandLine(
CommandLine
* command_line) {
plugin_exceptions_table_model_unittest.cc
59
command_line_(
CommandLine
::ForCurrentProcess(),
60
*
CommandLine
::ForCurrentProcess()) {}
63
CommandLine
::ForCurrentProcess()->AppendSwitch(
152
AutoReset<
CommandLine
> command_line_;
/external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc
94
CommandLine
*cl =
CommandLine
::ForCurrentProcess();
108
CommandLine
*cl =
CommandLine
::ForCurrentProcess();
/external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source_unittest.cc
21
CommandLine
::ForCurrentProcess()->AppendSwitch(switches::kEnablePrintPreview);
/external/chromium/net/test/
python_utils_unittest.cc
53
CommandLine
cmd_line(dir);
/external/chromium_org/apps/shell/
shell_extensions_browser_client.cc
54
const
CommandLine
& command_line,
shell_extensions_browser_client.h
26
virtual bool AreExtensionsDisabled(const
CommandLine
& command_line,
/external/chromium_org/ash/wm/
power_button_controller.cc
25
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/base/mac/
launch_services_util.cc
16
const
CommandLine
& command_line,
/external/chromium_org/chrome/app/
chrome_main_delegate.h
45
void InitMacCrashReporter(const
CommandLine
& command_line,
/external/chromium_org/chrome/browser/apps/
window_controls_browsertest.cc
15
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/background/
background_mode_manager_gtk.cc
63
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
/external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc
54
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.cc
40
const
CommandLine
& command_line) {
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper.cc
21
return
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/chromeos/extensions/
input_method_apitest_chromeos.cc
70
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/login/
login_manager_test.h
30
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
wallpaper_manager.h
27
class
CommandLine
;
95
void set_command_line_for_testing(
CommandLine
* command_line) {
244
// Gets the
CommandLine
representing the current process's command line.
245
CommandLine
* GetComandLine();
344
CommandLine
* command_line_for_testing_;
/external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector.cc
23
return
CommandLine
::ForCurrentProcess()->HasSwitch(::switches::kTestType);
/external/chromium_org/chrome/browser/diagnostics/
diagnostics_controller_unittest.cc
26
DiagnosticsControllerTest() : cmdline_(
CommandLine
::NO_PROGRAM) {}
53
cmdline_ =
CommandLine
(
CommandLine
::NO_PROGRAM);
82
CommandLine
cmdline_;
/external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_apitest.cc
15
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_browsertest.cc
43
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc
40
const
CommandLine
& command_line,
/external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_apitest.cc
19
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
Completed in 623 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>