HomeSort by relevance Sort by last modified time
    Searched refs:DeviceMotionClientQt (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionClientQt.cpp 21 #include "DeviceMotionClientQt.h"
30 DeviceMotionClientQt::DeviceMotionClientQt(QWebPage* page)
39 DeviceMotionClientQt::~DeviceMotionClientQt()
45 void DeviceMotionClientQt::setController(DeviceMotionController* controller)
50 void DeviceMotionClientQt::startUpdating()
55 void DeviceMotionClientQt::stopUpdating()
60 DeviceMotionData* DeviceMotionClientQt::currentDeviceMotion() const
65 void DeviceMotionClientQt::deviceMotionControllerDestroyed(
    [all...]
DeviceMotionClientQt.h 34 class DeviceMotionClientQt : public QObject, public DeviceMotionClient {
37 DeviceMotionClientQt(QWebPage*);
38 virtual ~DeviceMotionClientQt();
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 48 #include "DeviceMotionClientQt.h"
329 pageClients.deviceMotionClient = new DeviceMotionClientQt(q);
    [all...]

Completed in 583 milliseconds