OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
601 - 625
of
2662
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/android/dom_distiller/
feedback_reporter_android.cc
25
return
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/apps/
custom_launcher_page_browsertest_views.cc
33
virtual void SetUpCommandLine(base::
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/background/
background_mode_manager_win.cc
26
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
/external/chromium_org/chrome/browser/
chrome_browser_field_trials.cc
27
const
CommandLine
& parsed_command_line)
/external/chromium_org/chrome/browser/chromeos/login/
mixin_based_browser_test.cc
15
void MixinBasedBrowserTest::SetUpCommandLine(base::
CommandLine
* command_line) {
screenshot_testing_mixin.h
31
virtual void SetUpCommandLine(base::
CommandLine
* command_line) OVERRIDE;
session_login_browsertest.cc
33
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/login/test/
oobe_base_test.h
42
virtual void SetUpCommandLine(base::
CommandLine
* command_line) OVERRIDE;
/external/chromium_org/chrome/browser/google/
chrome_google_url_tracker_client.cc
48
return !
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc
35
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/metrics/
thread_watcher_android.cc
36
ThreadWatcherList::StartWatchingAll(*
CommandLine
::ForCurrentProcess());
thread_watcher_android_unittest.cc
58
ThreadWatcherList::StartWatchingAll(*
CommandLine
::ForCurrentProcess());
/external/chromium_org/chrome/browser/prefs/
pref_service_syncable_factory.cc
49
void PrefServiceSyncableFactory::SetCommandLine(
CommandLine
* command_line) {
/external/chromium_org/chrome/browser/sync/test/integration/
single_client_app_list_sync_test.cc
36
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
single_client_supervised_user_settings_sync_test.cc
25
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui_browsertest.cc
30
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/common/
service_process_util.cc
158
scoped_ptr<base::
CommandLine
> CreateServiceProcessCommandLine() {
162
scoped_ptr<base::
CommandLine
> command_line(new base::
CommandLine
(exe_path));
184
command_line->CopySwitchesFrom(*base::
CommandLine
::ForCurrentProcess(),
/external/chromium_org/chrome/installer/util/
app_command.h
43
// registry. Use
CommandLine
::FromString() on this value to check arguments
/external/chromium_org/chrome/renderer/
chrome_content_renderer_client_browsertest.cc
23
CommandLine
::ForCurrentProcess()->AppendSwitch(switches::kInstantProcess);
/external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy.cc
35
CommandLine
cmd_line(exe_path);
37
const
CommandLine
& process_command_line = *
CommandLine
::ForCurrentProcess();
237
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/test/base/
in_process_browser_test.h
19
class
CommandLine
;
150
// Return a
CommandLine
object that is used to relaunch the browser_test
156
base::
CommandLine
GetCommandLineForRelaunch();
189
void PrepareTestCommandLine(base::
CommandLine
* command_line);
/external/chromium_org/chrome/tools/build/win/
release.rules
10
CommandLine
="$(SolutionDir)..\third_party\python_24\python.exe $(SolutionDir)tools\build\win\create_installer_archive.py --output_dir="$(OutDir)" --input_file="$(InputPath)" --distribution=$(CHROMIUM_BUILD) --enable_hidpi=$(ENABLE_HIDPI) --enable_metro=$(ENABLE_METRO) [LastChromeInstaller] [SkipRebuildArchive] [SetupExeFormat] [DiffAlgorithm]"
/external/chromium_org/chromecast/shell/browser/test/
chromecast_browser_test.cc
31
SetUpCommandLine(
CommandLine
::ForCurrentProcess());
/external/chromium_org/cloud_print/service/win/
service_controller.h
72
base::
CommandLine
command_line_;
/external/chromium_org/components/invalidation/
p2p_invalidation_service.cc
27
ParseNotifierOptions(*
CommandLine
::ForCurrentProcess());
Completed in 932 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>