HomeSort by relevance Sort by last modified time
    Searched refs:ScreenOrientationDispatcher (Results 1 - 20 of 20) 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...]
ScreenOrientationDispatcher.h 15 // ScreenOrientationDispatcher is a singleton that handles whether the current
21 // ScreenOrientationDispatcher is listening, that means that the platform should
23 class ScreenOrientationDispatcher FINAL :
26 static ScreenOrientationDispatcher& instance();
29 ScreenOrientationDispatcher();
30 virtual ~ScreenOrientationDispatcher();
ScreenOrientationController.cpp 13 #include "modules/screen_orientation/ScreenOrientationDispatcher.h"
186 ScreenOrientationDispatcher::instance().addController(this);
191 ScreenOrientationDispatcher::instance().removeController(this);
  /external/chromium_org/content/renderer/screen_orientation/
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...]
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_unittest.cc 56 class ScreenOrientationDispatcherWithSink : public ScreenOrientationDispatcher {
59 :ScreenOrientationDispatcher(NULL) , sink_(sink) {
108 scoped_ptr<ScreenOrientationDispatcher> dispatcher_;
  /external/chromium_org/content/renderer/
render_frame_impl.h 80 class ScreenOrientationDispatcher;
    [all...]
render_frame_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.darwin-arm64.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.darwin-mips.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.darwin-mips64.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.darwin-x86.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.darwin-x86_64.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.linux-arm.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.linux-arm64.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.linux-mips.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.linux-mips64.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.linux-x86.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]
modules.target.linux-x86_64.mk 311 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
    [all...]

Completed in 1948 milliseconds