Searched defs:m_controller (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebDeviceOrientationClient.h56 WebCore::DeviceOrientationController* m_controller; member in class:WebDeviceOrientationClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDeviceMotionClientAndroid.h58 WebCore::DeviceMotionController* m_controller; member in class:android::DeviceMotionClientAndroid
H A DDeviceOrientationClientAndroid.h58 WebCore::DeviceOrientationController* m_controller; member in class:android::DeviceOrientationClientAndroid
/external/webkit/Source/WebKit/chromium/public/
H A DWebDeviceOrientationController.h40 : m_controller(c)
51 WebCore::DeviceOrientationController* m_controller; member in class:WebKit::WebDeviceOrientationController
/external/webkit/Source/WebKit/chromium/src/
H A DSpeechInputClientImpl.h73 WebSpeechInputController* m_controller; // To call into the embedder. member in class:WebKit::SpeechInputClientImpl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceMotionClientQt.h51 DeviceMotionController* m_controller; member in class:WebCore::DeviceMotionClientQt
H A DDeviceOrientationClientMockQt.h55 DeviceOrientationController* m_controller; member in class:WebCore::DeviceOrientationClientMockQt
H A DDeviceOrientationClientQt.h51 DeviceOrientationController* m_controller; member in class:WebCore::DeviceOrientationClientQt
/external/webkit/Source/WebCore/platform/mock/
H A DDeviceOrientationClientMock.h60 DeviceOrientationController* m_controller; member in class:WebCore::DeviceOrientationClientMock
H A DGeolocationClientMock.h80 GeolocationController* m_controller; member in class:WebCore::GeolocationClientMock
/external/webkit/Tools/WebKitTestRunner/qt/
H A Dmain.cpp47 delete m_controller;
53 m_controller = new WTR::TestController(m_argc, const_cast<const char**>(m_argv));
58 WTR::TestController* m_controller; member in class:Launcher
/external/webkit/Source/WebKit/android/jni/
H A DDeviceMotionClientImpl.h55 virtual void setController(DeviceMotionController* controller) { m_controller = controller; }
64 DeviceMotionController* m_controller; member in class:android::DeviceMotionClientImpl
H A DDeviceOrientationClientImpl.h55 virtual void setController(DeviceOrientationController* controller) { m_controller = controller; }
64 DeviceOrientationController* m_controller; member in class:android::DeviceOrientationClientImpl
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h91 LayoutTestController *layoutTestController() const { return m_controller; }
144 LayoutTestController *m_controller; member in class:WebCore::DumpRenderTree
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h434 WorkQueue(LayoutTestController* controller) : m_frozen(false), m_controller(controller) {}
458 LayoutTestController* m_controller; member in class:LayoutTestController::WorkQueue

Completed in 246 milliseconds