Searched defs:ScreenOrientationDispatcher (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationDispatcher.cpp6 #include "modules/screen_orientation/ScreenOrientationDispatcher.h"
12 ScreenOrientationDispatcher& ScreenOrientationDispatcher::instance()
14 DEFINE_STATIC_LOCAL(ScreenOrientationDispatcher, screenOrientationDispatcher, ());
18 ScreenOrientationDispatcher::ScreenOrientationDispatcher() function in class:blink::ScreenOrientationDispatcher
22 ScreenOrientationDispatcher::~ScreenOrientationDispatcher()
26 void ScreenOrientationDispatcher::startListening()
31 void ScreenOrientationDispatcher
[all...]
/external/chromium_org/content/renderer/screen_orientation/
H A Dscreen_orientation_dispatcher.h21 // ScreenOrientationDispatcher implements the WebScreenOrientationClient API
25 class CONTENT_EXPORT ScreenOrientationDispatcher : class in namespace:content
29 explicit ScreenOrientationDispatcher(RenderFrame* render_frame);
30 virtual ~ScreenOrientationDispatcher();
58 DISALLOW_COPY_AND_ASSIGN(ScreenOrientationDispatcher);
H A Dscreen_orientation_dispatcher.cc11 ScreenOrientationDispatcher::ScreenOrientationDispatcher( function in class:content::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
[all...]

Completed in 1678 milliseconds