OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:command_line
(Results
451 - 475
of
2119
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/background/
background_contents_service_factory.cc
7
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/bookmarks/
enhanced_bookmarks_features.cc
7
#include "base/
command_line
.h"
205
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
206
if (
command_line
->HasSwitch(switches::kManualEnhancedBookmarks) ||
207
command_line
->HasSwitch(switches::kManualEnhancedBookmarksOptout)) {
/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
*/) {
external_extension_browsertest.cc
5
#include "base/
command_line
.h"
37
virtual void SetUpCommandLine(CommandLine*
command_line
) OVERRIDE {
43
command_line
->AppendSwitchASCII(switches::kHostRules, host_rule);
46
command_line
->AppendSwitch(switches::kNoProxyServer);
process_singleton.h
19
#include "base/
command_line
.h"
65
const base::CommandLine&
command_line
,
107
const base::CommandLine&
command_line
,
112
const base::CommandLine&
command_line
,
/external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.h
10
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/chromeos/login/test/
wizard_in_process_browser_test.h
39
virtual void SetUpCommandLine(base::CommandLine*
command_line
) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/users/
user_manager_unittest.cc
8
#include "base/
command_line
.h"
56
CommandLine&
command_line
= *CommandLine::ForCurrentProcess();
variable
57
command_line
.AppendSwitch(::switches::kTestType);
58
command_line
.AppendSwitch(
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_test_utils.cc
8
#include "base/
command_line
.h"
164
scoped_ptr<base::CommandLine>*
command_line
) {
201
command_line
->reset(new base::CommandLine(options));
202
WallpaperManager::Get()->SetCommandLineForTesting(
command_line
->get());
/external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_browsertest.cc
7
#include "base/
command_line
.h"
71
virtual void SetUpCommandLine(CommandLine*
command_line
) OVERRIDE {
72
command_line
->AppendSwitchASCII(policy::switches::kDeviceManagementUrl,
74
OobeBaseTest::SetUpCommandLine(
command_line
);
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc
7
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_apitest.cc
5
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/extensions/api/hotword_private/
hotword_private_apitest.cc
5
#include "base/
command_line
.h"
92
virtual void SetUpCommandLine(base::CommandLine*
command_line
) OVERRIDE {
93
ExtensionApiTest::SetUpCommandLine(
command_line
);
97
command_line
->AppendSwitchASCII(
/external/chromium_org/chrome/browser/extensions/api/processes/
processes_apitest.cc
5
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/extensions/
extension_webkit_preferences.cc
7
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/first_run/
upgrade_util_win.h
31
bool DoUpgradeTasks(const base::CommandLine&
command_line
);
/external/chromium_org/chrome/browser/guest_view/web_view/
context_menu_content_type_web_view.cc
7
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/invalidation/
ticl_profile_settings_provider.cc
9
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/media/
chrome_media_stream_infobar_browsertest.cc
5
#include "base/
command_line
.h"
40
virtual void SetUpCommandLine(CommandLine*
command_line
) OVERRIDE {
42
command_line
->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
43
EXPECT_FALSE(
command_line
->HasSwitch(switches::kUseFakeUIForMediaStream))
/external/chromium_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc
10
#include "base/
command_line
.h"
192
const CommandLine&
command_line
= *CommandLine::ForCurrentProcess();
local
194
command_line
.HasSwitch(switches::kTouchEvents) ?
195
command_line
.GetSwitchValueASCII(switches::kTouchEvents) :
/external/chromium_org/chrome/browser/net/
proxy_service_factory.h
52
const base::CommandLine&
command_line
,
/external/chromium_org/chrome/browser/policy/
chrome_browser_policy_connector.cc
10
#include "base/
command_line
.h"
142
CommandLine*
command_line
= CommandLine::ForCurrentProcess();
local
144
!
command_line
->HasSwitch(switches::kEnableWebBasedSignin)) {
145
command_line
->AppendSwitch(switches::kEnableWebBasedSignin);
policy_helpers.cc
11
#include "base/
command_line
.h"
/external/chromium_org/chrome/browser/renderer_context_menu/
context_menu_content_type_platform_app.cc
7
#include "base/
command_line
.h"
Completed in 1154 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>