HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 1 - 25 of 1305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/base/
net_switches.cc 7 namespace switches { namespace
16 } // namespace switches
net_switches.h 5 // Defines all the "net" command-line switches.
11 namespace switches { namespace
15 } // namespace switches
  /external/chromium_org/base/test/
test_switches.cc 9 const char switches::kTestLargeTimeout[] = "test-large-timeout";
10 const char switches::kTestTinyTimeout[] = "test-tiny-timeout";
11 const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout";
12 const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout";
  /external/chromium_org/ppapi/shared_impl/
ppapi_switches.cc 7 namespace switches { namespace
12 } // namespace switches
ppapi_switches.h 10 namespace switches { namespace
14 } // namespace switches
  /external/chromium/base/test/
test_switches.cc 8 const char switches::kLiveOperationTimeout[] = "live-operation-timeout";
12 const char switches::kTestLargeTimeout[] = "test-large-timeout";
13 const char switches::kTestTinyTimeout[] = "test-tiny-timeout";
14 const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout";
15 const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout";
16 const char switches::kUiTestTerminateTimeout[] = "ui-test-terminate-timeout";
17 const char switches::kUiTestTimeout[] = "test-timeout";
  /external/chromium_org/chrome/browser/drive/
drive_switches.cc 8 namespace switches { namespace in namespace:drive
13 } // namespace switches
drive_switches.h 9 namespace switches { namespace in namespace:drive
13 } // namespace switches
  /external/chromium_org/ipc/
ipc_switches.cc 9 namespace switches { namespace
23 } // namespace switches
  /external/chromium_org/ui/keyboard/
keyboard_switches.cc 8 namespace switches { namespace in namespace:keyboard
12 } // namespace switches
  /external/chromium_org/ui/surface/
surface_switches.cc 7 namespace switches { namespace
18 } // namespace switches
  /external/chromium/chrome/common/
nacl_cmd_line.cc 15 cmd_line->AppendSwitch(switches::kNoErrorDialogs);
17 // Propagate the following switches to the NaCl loader command line (along
21 switches::kNoSandbox,
22 switches::kTestNaClSandbox,
23 switches::kDisableBreakpad,
24 switches::kFullMemoryCrashReport,
25 switches::kEnableLogging,
26 switches::kDisableLogging,
27 switches::kLoggingLevel,
28 switches::kEnableDCHECK
    [all...]
switch_utils.cc 10 namespace switches { namespace
12 // Switches enumerated here will be removed when a background instance of
17 switches::kApp,
18 switches::kAppId,
19 switches::kFirstRun,
20 switches::kImport,
21 switches::kImportFromFile,
22 switches::kMakeDefaultBrowser
31 } // namespace switches
switch_utils.h 14 namespace switches { namespace
18 std::map<std::string, CommandLine::StringType>* switches);
20 } // namespace switches
  /external/chromium_org/components/nacl/common/
nacl_cmd_line.cc 16 // Propagate the following switches to the NaCl loader command line (along
20 switches::kNoSandbox,
21 switches::kTestNaClSandbox,
22 switches::kDisableBreakpad,
23 switches::kFullMemoryCrashReport,
24 switches::kEnableLogging,
25 switches::kDisableLogging,
26 switches::kLoggingLevel,
27 switches::kEnableDCHECK,
28 switches::kNoErrorDialogs
    [all...]
  /external/chromium_org/android_webview/common/
aw_switches.cc 7 namespace switches { namespace
15 } // namespace switches
  /external/chromium_org/ui/gfx/
switches.cc 5 #include "ui/gfx/switches.h"
8 namespace switches { namespace in namespace:gfx
20 } // namespace switches
  /external/chromium_org/ui/message_center/
message_center_switches.cc 8 namespace switches { namespace in namespace:message_center
13 } // namespace switches
  /external/chromium_org/chrome/common/
switch_utils.cc 10 namespace switches { namespace
12 // Switches enumerated here will be removed when a background instance of
17 switches::kApp,
18 switches::kAppId,
19 switches::kForceFirstRun,
20 switches::kMakeDefaultBrowser,
21 switches::kNoStartupWindow,
22 switches::kRestoreLastSession,
23 switches::kShowAppList,
32 } // namespace switches
    [all...]
switch_utils.h 13 namespace switches { namespace
17 std::map<std::string, CommandLine::StringType>* switches);
19 } // namespace switches
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 22 #include "cc/base/switches.h"
39 #include "ui/gfx/switches.h"
60 // - Forward a given switches list to new command;
62 // - Append/override switches using |new_switches|;
70 ::switches::kAllowFiltersOverIPC,
71 ::switches::kAllowWebUICompositing,
72 ::switches::kDeviceManagementUrl,
73 ::switches::kDisableAccelerated2dCanvas,
74 ::switches::kDisableAcceleratedOverflowScroll,
75 ::switches::kDisableAcceleratedPlugins
    [all...]
  /external/chromium_org/ui/base/
ui_base_switches_util.cc 10 namespace switches { namespace
15 switches::kDisableTouchDragDrop);
18 switches::kEnableTouchDragDrop);
25 switches::kDisableTouchEditing);
28 switches::kEnableTouchEditing);
34 if (command_line->HasSwitch(switches::kDisableNewDialogStyle))
36 if (command_line->HasSwitch(switches::kEnableNewDialogStyle))
41 } // namespace switches
  /external/chromium_org/content/browser/android/
content_startup_flags.cc 10 #include "cc/base/switches.h"
29 if (parsed_command_line->HasSwitch(switches::kRendererProcessLimit)) {
31 switches::kRendererProcessLimit);
41 parsed_command_line->AppendSwitch(switches::kSingleProcess);
50 parsed_command_line->AppendSwitch(switches::kForceCompositingMode);
51 parsed_command_line->AppendSwitch(switches::kAllowWebUICompositing);
52 parsed_command_line->AppendSwitch(switches::kEnableThreadedCompositing);
54 switches::kEnableCompositingForFixedPosition);
55 parsed_command_line->AppendSwitch(switches::kEnableAcceleratedOverflowScroll);
57 switches::kEnableAcceleratedScrollableFrames)
    [all...]
  /external/chromium_org/ui/views/corewm/
corewm_switches.cc 11 namespace switches { namespace in namespace:views::corewm
27 } // namespace switches
31 switches::kDisableFocusController);
36 switches::kDisableFocusControllerOnDesktop);
  /external/chromium_org/ui/base/touch/
touch_enabled.cc 16 command_line.HasSwitch(switches::kTouchEvents) ?
17 command_line.GetSwitchValueASCII(switches::kTouchEvents) :
18 switches::kTouchEventsAuto;
21 touch_enabled_switch == switches::kTouchEventsEnabled)
23 if (touch_enabled_switch == switches::kTouchEventsAuto)
25 if (touch_enabled_switch != switches::kTouchEventsDisabled)

Completed in 1556 milliseconds

1 2 3 4 5 6 7 8 91011>>