OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switches
(Results
326 - 350
of
1275
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/content/common/
sandbox_win.cc
247
if (!cmd_line.HasSwitch(
switches
::kAllowNoSandboxJob))
377
std::string type = command_line->GetSwitchValueASCII(
switches
::kProcessType);
378
if (current_cmd_line.HasSwitch(
switches
::kWaitForDebuggerChildren)) {
381
switches
::kWaitForDebuggerChildren);
383
command_line->AppendSwitch(
switches
::kWaitForDebugger);
385
command_line->AppendSwitchASCII(
switches
::kWaitForDebuggerChildren, value);
583
if (command_line.HasSwitch(
switches
::kDisableDirectWrite))
602
std::string type_str = cmd_line->GetSwitchValueASCII(
switches
::kProcessType);
607
if (browser_command_line.HasSwitch(
switches
::kAllowNoSandboxJob) &&
608
!cmd_line->HasSwitch(
switches
::kAllowNoSandboxJob))
[
all
...]
/external/chromium_org/base/test/launcher/
test_launcher.cc
210
switches
::kTestLauncherBotMode) ||
444
switches
::kTestLauncherPrintTestStdio)) {
446
switches
::kTestLauncherPrintTestStdio);
455
LOG(WARNING) << "Invalid value of " <<
switches
::kTestLauncherPrintTestStdio
584
if (command_line->HasSwitch(
switches
::kTestLauncherTotalShards) &&
585
command_line->HasSwitch(
switches
::kTestLauncherShardIndex)) {
588
switches
::kTestLauncherTotalShards),
590
LOG(ERROR) << "Invalid value for " <<
switches
::kTestLauncherTotalShards;
595
switches
::kTestLauncherShardIndex),
597
LOG(ERROR) << "Invalid value for " <<
switches
::kTestLauncherShardIndex
978
CommandLine::SwitchMap
switches
= command_line.GetSwitches();
local
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/view/
Switches.java
30
public class
Switches
extends Activity implements CompoundButton.OnCheckedChangeListener {
35
setContentView(R.layout.
switches
);
/external/chromium_org/android_webview/common/
aw_content_client.cc
32
switches
::kUseMobileUserAgent)) {
/external/chromium_org/apps/shell/test/
shell_test.cc
25
command_line->AppendSwitchASCII(
switches
::kTestType, "appshell");
/external/chromium_org/ash/
ash_switches.h
13
namespace
switches
{
namespace in namespace:ash
57
} // namespace
switches
/external/chromium_org/ash/test/
test_suite.cc
41
ash::
switches
::kForceAshToDesktop)) {
/external/chromium_org/chrome/browser/
chrome_browser_main_android.cc
44
switches
::kEnableCrashReporterForTesting);
chrome_main_browsertest.cc
41
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
55
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
92
new_command_line.AppendSwitch(
switches
::kIncognito);
110
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
fast_shutdown_browsertest.cc
30
command_line->AppendSwitch(
switches
::kDisablePopupBlocking);
/external/chromium_org/chrome/browser/chromeos/login/
login_screen_policy_browsertest.cc
23
command_line->AppendSwitch(
switches
::kLoginManager);
/external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_apitest.cc
19
command_line->AppendSwitchASCII(
switches
::kJavaScriptFlags, "--expose-gc");
/external/chromium_org/chrome/browser/sync/
backup_rollback_controller_unittest.cc
121
switches
::kSyncEnableRollback);
138
switches
::kSyncEnableRollback);
147
switches
::kSyncEnableRollback);
161
switches
::kSyncEnableRollback);
/external/chromium_org/chrome/browser/sync/test/integration/
single_client_app_list_sync_test.cc
38
command_line->AppendSwitch(app_list::
switches
::kEnableSyncAppList);
single_client_managed_user_settings_sync_test.cc
27
command_line->AppendSwitchASCII(
switches
::kSupervisedUserId, "asdf");
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_chromepermission_unittest.cc
13
#include "extensions/common/
switches
.h"
31
switches
::kExtensionsOnChromeURLs);
/external/chromium_org/chrome/renderer/
chrome_content_renderer_client_browsertest.cc
23
CommandLine::ForCurrentProcess()->AppendSwitch(
switches
::kInstantProcess);
/external/chromium_org/chrome/renderer/extensions/
renderer_permissions_policy_delegate.cc
12
#include "extensions/common/
switches
.h"
42
if (command_line->HasSwitch(::
switches
::kSigninProcess)) {
/external/chromium_org/chrome/test/chromedriver/
chrome_launcher.h
45
Switches
*
switches
,
/external/chromium_org/chromeos/
chromeos_switches.cc
8
namespace
switches
{
namespace in namespace:chromeos
229
} // namespace
switches
/external/chromium_org/chromeos/dbus/
fake_sms_client.cc
30
chromeos::
switches
::kSmsTestMessages))
/external/chromium_org/content/app/
startup_helper_win.cc
64
if (!command_line.HasSwitch(
switches
::kDisableBreakpad)) {
/external/chromium_org/content/browser/accessibility/
accessibility_mode_helper.cc
46
switches
::kDisableRendererAccessibility)) {
/external/chromium_org/content/browser/compositor/
image_transport_factory.cc
42
if (command_line->HasSwitch(
switches
::kEnablePixelOutputInTests))
/external/chromium_org/content/browser/
plugin_data_remover_impl_browsertest.cc
35
command_line->AppendSwitchPath(
switches
::kExtraPluginDir,
42
//
switches
::kAlwaysAuthorizePlugins
Completed in 440 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>