OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceMotionClient
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/WebCore/dom/
DeviceMotionClient.h
34
class
DeviceMotionClient
{
36
virtual ~
DeviceMotionClient
() {}
DeviceMotionController.h
36
class
DeviceMotionClient
;
40
DeviceMotionController(
DeviceMotionClient
*);
54
DeviceMotionClient
* m_client;
DeviceMotionController.cpp
29
#include "
DeviceMotionClient
.h"
35
DeviceMotionController::DeviceMotionController(
DeviceMotionClient
* client)
/external/webkit/Source/WebKit/android/WebCoreSupport/
DeviceMotionClientAndroid.h
29
#include <
DeviceMotionClient
.h>
39
// The Android implementation of
DeviceMotionClient
. Acts as a proxy to
41
class DeviceMotionClientAndroid : public WebCore::
DeviceMotionClient
{
47
//
DeviceMotionClient
methods
55
WebCore::
DeviceMotionClient
* client() const;
60
mutable WebCore::
DeviceMotionClient
* m_client;
DeviceMotionClientAndroid.cpp
75
DeviceMotionClient
* DeviceMotionClientAndroid::client() const
/external/webkit/Source/WebKit/android/jni/
DeviceMotionAndOrientationManager.h
30
#include <
DeviceMotionClient
.h>
56
WebCore::
DeviceMotionClient
* motionClient();
62
OwnPtr<WebCore::
DeviceMotionClient
> m_motionClient;
DeviceMotionClientImpl.h
29
#include <
DeviceMotionClient
.h>
42
class DeviceMotionClientImpl : public
DeviceMotionClient
{
51
//
DeviceMotionClient
methods
DeviceMotionAndOrientationManager.cpp
97
DeviceMotionClient
* DeviceMotionAndOrientationManager::motionClient()
102
: static_cast<
DeviceMotionClient
*>(new DeviceMotionClientImpl(m_webViewCore)));
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionClientQt.h
23
#include "
DeviceMotionClient
.h"
34
class DeviceMotionClientQt : public QObject, public
DeviceMotionClient
{
/external/webkit/Source/WebCore/page/
Page.h
52
class
DeviceMotionClient
;
117
DeviceMotionClient
*
deviceMotionClient
;
/external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp
259
static
DeviceMotionClient
* dummyDeviceMotionClient = new EmptyDeviceMotionClient;
260
pageClients.
deviceMotionClient
= dummyDeviceMotionClient;
/external/webkit/Source/WebCore/loader/
EmptyClients.h
34
#include "
DeviceMotionClient
.h"
604
class EmptyDeviceMotionClient : public
DeviceMotionClient
{
Completed in 643 milliseconds