OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForCurrentProcess
(Results
201 - 225
of
1121
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_util.cc
97
CommandLine::
ForCurrentProcess
()->HasSwitch(kDisableDriveAPI);
/external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_factory.cc
77
if (CommandLine::
ForCurrentProcess
()->HasSwitch(kDisableLastWriteWin)) {
/external/chromium_org/chrome/browser/ui/gtk/
chrome_browser_main_extra_parts_gtk.cc
28
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter_unittest.cc
35
CommandLine::
ForCurrentProcess
()->AppendSwitch(switches::kDisableSync);
sync_promo_ui_unittest.cc
50
CommandLine::
ForCurrentProcess
()->AppendSwitch(switches::kDisableSync);
/external/chromium_org/chrome/browser/ui/tabs/
tab_menu_model.cc
58
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.cc
41
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_manifest_unittest.cc
47
CommandLine::
ForCurrentProcess
()->AppendSwitch(
/external/chromium_org/chrome/installer/gcapi/
gcapi_test.cc
70
if (CommandLine::
ForCurrentProcess
()->HasSwitch(kManualLaunchTests)) {
/external/chromium_org/chrome/installer/util/
master_preferences.h
80
// MasterPreferences(*CommandLine::
ForCurrentProcess
()).
188
static const MasterPreferences&
ForCurrentProcess
();
/external/chromium_org/chrome/test/mini_installer_test/
run_all_unittests.cc
47
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/chromeos/dbus/
shill_stub_helper.cc
44
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
64
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
89
if (!CommandLine::
ForCurrentProcess
()->HasSwitch(
123
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/cloud_print/service/win/
service_utils.cc
58
destination->CopySwitchesFrom(*CommandLine::
ForCurrentProcess
(),
/external/chromium_org/components/nacl/loader/
nacl_helper_win_64.cc
52
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/common/
sandbox_init_mac.cc
34
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
set_process_title.cc
71
const CommandLine* command_line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.cc
163
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
221
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
233
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
261
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.cc
24
DCHECK(!CommandLine::
ForCurrentProcess
()->HasSwitch(
/external/chromium_org/content/renderer/accessibility/
renderer_accessibility.cc
27
const CommandLine& command_line = *CommandLine::
ForCurrentProcess
();
/external/chromium_org/content/renderer/
gin_browsertest.cc
54
CommandLine::
ForCurrentProcess
()->AppendSwitchASCII(
/external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc
342
if (CommandLine::
ForCurrentProcess
()->HasSwitch(
344
device_name = CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
354
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kAlsaInputDevice)) {
355
device_name = CommandLine::
ForCurrentProcess
()->GetSwitchValueASCII(
/external/chromium_org/mojo/shell/android/
mojo_main.cc
65
CommandLine::
ForCurrentProcess
()->InitFromArgv(argv);
/external/chromium_org/mojo/shell/
loader.cc
54
if (CommandLine::
ForCurrentProcess
()->HasSwitch(switches::kDisableCache))
/external/chromium_org/net/tools/quic/
quic_client_bin.cc
28
CommandLine* line = CommandLine::
ForCurrentProcess
();
/external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_perftest.cc
60
CommandLine* command_line = CommandLine::
ForCurrentProcess
();
Completed in 2886 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>