Home
last modified time | relevance | path

Searched refs:deviceMotionClient (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp260 pageClients.deviceMotionClient = dummyDeviceMotionClient; in dataChanged()
/external/webkit/Source/WebCore/page/
DPage.h117 DeviceMotionClient* deviceMotionClient; member
DPage.cpp151 …edFeatures::deviceMotionEnabled() ? new DeviceMotionController(pageClients.deviceMotionClient) : 0) in Page()
968 , deviceMotionClient(0) in PageClients()
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp1109 pageClients.deviceMotionClient = deviceMotionC; in CreateFrame()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp329 pageClients.deviceMotionClient = new DeviceMotionClientQt(q); in QWebPagePrivate()