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

  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationDispatcher.cpp 6 #include "modules/screen_orientation/ScreenOrientationDispatcher.h"
12 ScreenOrientationDispatcher& ScreenOrientationDispatcher::instance()
14 DEFINE_STATIC_LOCAL(ScreenOrientationDispatcher, screenOrientationDispatcher, ());
15 return screenOrientationDispatcher;
18 ScreenOrientationDispatcher::ScreenOrientationDispatcher()
22 ScreenOrientationDispatcher::~ScreenOrientationDispatcher()
    [all...]
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_dispatcher.h 21 // ScreenOrientationDispatcher implements the WebScreenOrientationClient API
25 class CONTENT_EXPORT ScreenOrientationDispatcher :
29 explicit ScreenOrientationDispatcher(RenderFrame* render_frame);
30 virtual ~ScreenOrientationDispatcher();
58 DISALLOW_COPY_AND_ASSIGN(ScreenOrientationDispatcher);
screen_orientation_dispatcher.cc 11 ScreenOrientationDispatcher::ScreenOrientationDispatcher(
16 ScreenOrientationDispatcher::~ScreenOrientationDispatcher() {
19 bool ScreenOrientationDispatcher::OnMessageReceived(
23 IPC_BEGIN_MESSAGE_MAP(ScreenOrientationDispatcher, message)
34 void ScreenOrientationDispatcher::OnLockSuccess(int request_id) {
43 void ScreenOrientationDispatcher::OnLockError(
53 void ScreenOrientationDispatcher::CancelPendingLocks() {
61 void ScreenOrientationDispatcher::lockOrientation
    [all...]

Completed in 574 milliseconds