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

  /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();
60 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(
46 void ScreenOrientationDispatcher::OnLockError(
57 void ScreenOrientationDispatcher::CancelPendingLocks() {
66 void ScreenOrientationDispatcher::lockOrientation
    [all...]

Completed in 44 milliseconds