OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
401 - 425
of
2662
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.h
27
const base::
CommandLine
& command_line) OVERRIDE;
browser_process_platform_part_base.cc
23
const base::
CommandLine
& /* command_line */) {
chrome_switches_browsertest.cc
19
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
process_singleton.h
36
class
CommandLine
;
65
const base::
CommandLine
& command_line,
107
const base::
CommandLine
& command_line,
112
const base::
CommandLine
& command_line,
process_singleton_modal_dialog_lock.cc
57
const
CommandLine
& command_line,
/external/chromium_org/chrome/browser/chromeos/login/
login_browsertest.cc
35
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
45
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
57
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
64
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
login_screen_policy_browsertest.cc
22
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
screenshot_testing_mixin.cc
26
void ScreenshotTestingMixin::SetUpCommandLine(base::
CommandLine
* command_line) {
/external/chromium_org/chrome/browser/chromeos/login/test/
wizard_in_process_browser_test.cc
31
void WizardInProcessBrowserTest::SetUpCommandLine(
CommandLine
* command_line) {
wizard_in_process_browser_test.h
39
virtual void SetUpCommandLine(base::
CommandLine
* command_line) OVERRIDE;
/external/chromium_org/chrome/browser/diagnostics/
diagnostics_controller_unittest.cc
27
DiagnosticsControllerTest() : cmdline_(
CommandLine
::NO_PROGRAM) {}
48
cmdline_ =
CommandLine
(
CommandLine
::NO_PROGRAM);
73
CommandLine
cmdline_;
/external/chromium_org/chrome/browser/extensions/api/command_line_private/
command_line_private_api.cc
35
CommandLine
::ForCurrentProcess()->HasSwitch(params->name));
/external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc
32
virtual void SetUpCommandLine(base::
CommandLine
* command_line) OVERRIDE;
42
base::
CommandLine
* command_line() const { return command_line_; }
47
base::
CommandLine
* command_line_;
53
void DebuggerApiTest::SetUpCommandLine(base::
CommandLine
* command_line) {
/external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_apitest.cc
17
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/first_run/
upgrade_util_linux.cc
24
bool RelaunchChromeBrowser(const
CommandLine
& command_line) {
/external/chromium_org/chrome/browser/guest_view/web_view/
context_menu_content_type_web_view.cc
45
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/invalidation/
ticl_profile_settings_provider.cc
46
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/net/
cookie_store_util.cc
103
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
111
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium_org/chrome/browser/policy/
policy_helpers.cc
26
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/renderer_context_menu/
context_menu_content_type_platform_app.cc
41
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/ui/app_list/
app_list_service_disabled.cc
72
const base::
CommandLine
& command_line,
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_sync_promo_controller_unittest.mm
29
CommandLine
::ForCurrentProcess(), base::FilePath(), false);
/external/chromium_org/chrome/browser/ui/cocoa/
keystone_infobar_delegate.mm
164
CommandLine
*
commandLine
=
CommandLine
::ForCurrentProcess();
167
commandLine
->HasSwitch(switches::kNoDefaultBrowserCheck)) {
/external/chromium_org/chrome/browser/ui/location_bar/
location_bar_browsertest.cc
49
virtual void SetUpCommandLine(base::
CommandLine
* command_line) OVERRIDE;
61
void LocationBarBrowserTest::SetUpCommandLine(base::
CommandLine
* command_line) {
173
virtual void SetUpCommandLine(base::
CommandLine
* command_line) OVERRIDE;
181
base::
CommandLine
* command_line) {
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h
23
class
CommandLine
;
44
const base::
CommandLine
& command_line,
47
const base::
CommandLine
& command_line,
149
const base::
CommandLine
& command_line_;
Completed in 601 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>