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

  /external/webkit/Source/WebKit/chromium/public/
WebDeviceOrientationController.h 40 : m_controller(c)
51 WebCore::DeviceOrientationController* m_controller; member in class:WebKit::WebDeviceOrientationController
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDeviceOrientationClient.h 56 WebCore::DeviceOrientationController* m_controller; member in class:WebDeviceOrientationClient
  /external/webkit/Source/WebKit/android/WebCoreSupport/
DeviceMotionClientAndroid.h 58 WebCore::DeviceMotionController* m_controller; member in class:android::DeviceMotionClientAndroid
DeviceOrientationClientAndroid.h 58 WebCore::DeviceOrientationController* m_controller; member in class:android::DeviceOrientationClientAndroid
  /external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.h 73 WebSpeechInputController* m_controller; // To call into the embedder. member in class:WebKit::SpeechInputClientImpl
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionClientQt.h 51 DeviceMotionController* m_controller; member in class:WebCore::DeviceMotionClientQt
DeviceOrientationClientMockQt.h 55 DeviceOrientationController* m_controller; member in class:WebCore::DeviceOrientationClientMockQt
DeviceOrientationClientQt.h 51 DeviceOrientationController* m_controller; member in class:WebCore::DeviceOrientationClientQt
  /external/webkit/Source/WebCore/platform/mock/
DeviceOrientationClientMock.h 60 DeviceOrientationController* m_controller; member in class:WebCore::DeviceOrientationClientMock
GeolocationClientMock.h 80 GeolocationController* m_controller; member in class:WebCore::GeolocationClientMock
  /external/webkit/Source/WebKit/android/jni/
DeviceMotionClientImpl.h 55 virtual void setController(DeviceMotionController* controller) { m_controller = controller; }
64 DeviceMotionController* m_controller; member in class:android::DeviceMotionClientImpl
DeviceOrientationClientImpl.h 55 virtual void setController(DeviceOrientationController* controller) { m_controller = controller; }
64 DeviceOrientationController* m_controller; member in class:android::DeviceOrientationClientImpl
  /external/webkit/Tools/WebKitTestRunner/qt/
main.cpp 47 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/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h 91 LayoutTestController *layoutTestController() const { return m_controller; }
144 LayoutTestController *m_controller; member in class:WebCore::DumpRenderTree
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 434 WorkQueue(LayoutTestController* controller) : m_frozen(false), m_controller(controller) {}
458 LayoutTestController* m_controller; member in class:LayoutTestController::WorkQueue

Completed in 216 milliseconds