OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDisableDeviceOrientation
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/browser/device_orientation/
device_inertial_sensor_browsertest.cc
133
EXPECT_TRUE(!command_line->HasSwitch(switches::
kDisableDeviceOrientation
));
/external/chromium_org/content/child/
runtime_features.cc
145
if (command_line.HasSwitch(switches::
kDisableDeviceOrientation
))
/external/chromium_org/content/public/common/
content_switches.cc
162
const char
kDisableDeviceOrientation
[] = "disable-device-orientation";
[
all
...]
content_switches.h
58
CONTENT_EXPORT extern const char
kDisableDeviceOrientation
[];
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc
[
all
...]
Completed in 29 milliseconds