OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:korientationthreshold
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/device_orientation/
device_orientation_event_pump.cc
15
const double DeviceOrientationEventPump::
kOrientationThreshold
= 0.1;
58
DeviceOrientationEventPump::
kOrientationThreshold
);
device_orientation_event_pump.h
26
static const double
kOrientationThreshold
;
device_orientation_event_pump_unittest.cc
150
1 + DeviceOrientationEventPump::
kOrientationThreshold
/ 2.0;
168
1 + DeviceOrientationEventPump::
kOrientationThreshold
;
177
EXPECT_EQ(1 + DeviceOrientationEventPump::
kOrientationThreshold
,
Completed in 323 milliseconds