OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switches
(Results
26 - 50
of
1275
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/components/precache/core/
precache_switches.cc
8
namespace
switches
{
namespace in namespace:precache
20
} // namespace
switches
precache_switches.h
9
namespace
switches
{
namespace in namespace:precache
11
// All
switches
in alphabetical order. The
switches
should be documented
17
} // namespace
switches
/external/chromium_org/components/translate/core/common/
translate_switches.cc
8
namespace
switches
{
namespace in namespace:translate
21
} // namespace
switches
translate_switches.h
9
namespace
switches
{
namespace in namespace:translate
15
} // namespace
switches
/external/chromium_org/ipc/
ipc_switches.h
5
// Defines all the command-line
switches
used by the IPC infrastructure.
12
namespace
switches
{
namespace
16
} // namespace
switches
/external/chromium_org/ppapi/shared_impl/
ppapi_switches.h
10
namespace
switches
{
namespace
14
} // namespace
switches
/external/chromium_org/ui/display/
display_switches.cc
8
namespace
switches
{
namespace in namespace:ui
15
} // namespace
switches
display_switches.h
12
namespace
switches
{
namespace in namespace:ui
18
} // 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, base::CommandLine::StringType>*
switches
);
19
} // namespace
switches
/external/chromium_org/ui/base/
ui_base_switches_util.cc
10
namespace
switches
{
namespace
14
switches
::kEnableTextInputFocusManager);
20
switches
::kDisableTouchDragDrop);
23
switches
::kEnableTouchDragDrop);
30
switches
::kDisableTouchEditing);
33
switches
::kEnableTouchEditing);
37
} // namespace
switches
/external/chromium_org/ui/native_theme/
native_theme_switches.cc
8
namespace
switches
{
namespace
16
} // namespace
switches
23
if (command_line.HasSwitch(
switches
::kDisableOverlayScrollbar))
25
else if (command_line.HasSwitch(
switches
::kEnableOverlayScrollbar))
/external/chromium_org/content/browser/android/
content_startup_flags.cc
11
#include "cc/base/
switches
.h"
32
if (parsed_command_line->HasSwitch(
switches
::kRendererProcessLimit)) {
34
switches
::kRendererProcessLimit);
51
parsed_command_line->AppendSwitch(
switches
::kSingleProcess);
59
parsed_command_line->AppendSwitch(
switches
::kEnableThreadedCompositing);
61
switches
::kEnableCompositingForFixedPosition);
62
parsed_command_line->AppendSwitch(
switches
::kEnableAcceleratedOverflowScroll);
63
parsed_command_line->AppendSwitch(
switches
::kEnableBeginFrameScheduling);
65
parsed_command_line->AppendSwitch(
switches
::kEnableGestureTapHighlight);
66
parsed_command_line->AppendSwitch(
switches
::kEnablePinch)
[
all
...]
/external/chromium_org/ui/base/touch/
touch_enabled.cc
17
command_line.HasSwitch(
switches
::kTouchEvents) ?
18
command_line.GetSwitchValueASCII(
switches
::kTouchEvents) :
19
switches
::kTouchEventsAuto;
22
touch_enabled_switch ==
switches
::kTouchEventsEnabled)
24
if (touch_enabled_switch ==
switches
::kTouchEventsAuto)
26
if (touch_enabled_switch !=
switches
::kTouchEventsDisabled)
/external/chromium_org/ui/events/gestures/
unified_gesture_detector_enabled.cc
17
command_line.HasSwitch(
switches
::kUnifiedGestureDetector) ?
18
command_line.GetSwitchValueASCII(
switches
::kUnifiedGestureDetector) :
19
switches
::kUnifiedGestureDetectorAuto;
22
unified_gd_enabled_switch ==
switches
::kUnifiedGestureDetectorEnabled) {
26
if (unified_gd_enabled_switch ==
switches
::kUnifiedGestureDetectorDisabled)
29
if (unified_gd_enabled_switch ==
switches
::kUnifiedGestureDetectorAuto)
/external/chromium_org/athena/common/
switches.cc
5
#include "athena/common/
switches
.h"
10
namespace
switches
{
namespace in namespace:athena
21
} // namespace
switches
/external/chromium_org/chrome/test/base/
test_switches.h
10
namespace
switches
{
namespace
12
// All
switches
in alphabetical order. The
switches
should be documented
21
} // namespace
switches
/external/chromium_org/components/cloud_devices/common/
cloud_devices_switches.h
8
namespace
switches
{
namespace
15
} // namespace
switches
/external/chromium_org/components/invalidation/
invalidation_switches.h
9
namespace
switches
{
namespace in namespace:invalidation
14
} // namespace
switches
/external/chromium_org/components/os_crypt/
os_crypt_switches.h
8
// Defines all the command-line
switches
used by the encryptor component.
13
namespace
switches
{
namespace in namespace:os_crypt
23
} // namespace
switches
/external/chromium_org/components/policy/core/common/
policy_switches.cc
8
namespace
switches
{
namespace in namespace:policy
30
} // namespace
switches
/external/chromium_org/google_apis/gaia/
gaia_switches.cc
7
namespace
switches
{
namespace
15
} // namespace
switches
gaia_switches.h
8
namespace
switches
{
namespace
28
} // namespace
switches
/external/chromium_org/mojo/shell/
switches.cc
5
#include "mojo/shell/
switches
.h"
7
namespace
switches
{
namespace
30
} // namespace
switches
switches.h
8
namespace
switches
{
namespace
10
// All
switches
in alphabetical order. The
switches
should be documented
17
} // namespace
switches
Completed in 1318 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>