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

  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenOrientationClient.h 15 class WebScreenOrientationClient {
17 virtual ~WebScreenOrientationClient() { }
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.h 15 class WebScreenOrientationClient;
32 static void provideTo(LocalFrame&, blink::WebScreenOrientationClient*);
40 explicit ScreenOrientationController(LocalFrame&, blink::WebScreenOrientationClient*);
47 blink::WebScreenOrientationClient* m_client;
ScreenOrientationController.cpp 16 #include "public/platform/WebScreenOrientationClient.h"
30 void ScreenOrientationController::provideTo(LocalFrame& frame, blink::WebScreenOrientationClient* client)
41 ScreenOrientationController::ScreenOrientationController(LocalFrame& frame, blink::WebScreenOrientationClient* client)
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_dispatcher.h 13 #include "third_party/WebKit/public/platform/WebScreenOrientationClient.h"
21 // ScreenOrientationDispatcher implements the WebScreenOrientationClient API
27 NON_EXPORTED_BASE(public blink::WebScreenOrientationClient) {
38 // blink::WebScreenOrientationClient implementation.
  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 78 class WebScreenOrientationClient;
521 virtual WebScreenOrientationClient* webScreenOrientationClient() { return 0; }
  /external/chromium_org/content/renderer/
render_frame_impl.h 389 virtual blink::WebScreenOrientationClient* webScreenOrientationClient();
render_frame_impl.cc     [all...]

Completed in 559 milliseconds