HomeSort by relevance Sort by last modified time
    Searched defs:DeviceOrientationDispatcher (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/
device_orientation_dispatcher.h 19 class DeviceOrientationDispatcher : public RenderViewObserver,
22 explicit DeviceOrientationDispatcher(RenderViewImpl* render_view);
23 virtual ~DeviceOrientationDispatcher();
device_orientation_dispatcher.cc 14 DeviceOrientationDispatcher::DeviceOrientationDispatcher(
18 DeviceOrientationDispatcher::~DeviceOrientationDispatcher() {
23 bool DeviceOrientationDispatcher::OnMessageReceived(const IPC::Message& msg) {
25 IPC_BEGIN_MESSAGE_MAP(DeviceOrientationDispatcher, msg)
33 void DeviceOrientationDispatcher::setController(
38 void DeviceOrientationDispatcher::startUpdating() {
43 void DeviceOrientationDispatcher::stopUpdating() {
48 WebKit::WebDeviceOrientation DeviceOrientationDispatcher::lastOrientation(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationDispatcher.h 49 class DeviceOrientationDispatcher : public DeviceSensorEventDispatcher, public WebKit::WebDeviceOrientationListener {
51 static DeviceOrientationDispatcher& instance();
63 DeviceOrientationDispatcher();
64 ~DeviceOrientationDispatcher();
DeviceOrientationDispatcher.cpp 32 #include "modules/device_orientation/DeviceOrientationDispatcher.h"
41 DeviceOrientationDispatcher& DeviceOrientationDispatcher::instance()
43 DEFINE_STATIC_LOCAL(DeviceOrientationDispatcher, deviceOrientationDispatcher, ());
44 return deviceOrientationDispatcher;
47 DeviceOrientationDispatcher::DeviceOrientationDispatcher()
51 DeviceOrientationDispatcher::~DeviceOrientationDispatcher()
    [all...]

Completed in 125 milliseconds