Searched refs:ScreenOrientationDispatcherHostImpl (Results 1 – 4 of 4) sorted by relevance
19 ScreenOrientationDispatcherHostImpl::LockInformation::LockInformation( in LockInformation()26 ScreenOrientationDispatcherHostImpl::ScreenOrientationDispatcherHostImpl( in ScreenOrientationDispatcherHostImpl() function in content::ScreenOrientationDispatcherHostImpl33 ScreenOrientationDispatcherHostImpl::~ScreenOrientationDispatcherHostImpl() { in ~ScreenOrientationDispatcherHostImpl()37 void ScreenOrientationDispatcherHostImpl::ResetCurrentLock() { in ResetCurrentLock()44 bool ScreenOrientationDispatcherHostImpl::OnMessageReceived( in OnMessageReceived()49 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(ScreenOrientationDispatcherHostImpl, message, in OnMessageReceived()59 void ScreenOrientationDispatcherHostImpl::DidNavigateMainFrame( in DidNavigateMainFrame()67 ScreenOrientationDispatcherHostImpl::GetRenderFrameHostForRequestID( in GetRenderFrameHostForRequestID()76 void ScreenOrientationDispatcherHostImpl::NotifyLockSuccess(int request_id) { in NotifyLockSuccess()87 void ScreenOrientationDispatcherHostImpl::NotifyLockError( in NotifyLockError()[all …]
22 class CONTENT_EXPORT ScreenOrientationDispatcherHostImpl26 explicit ScreenOrientationDispatcherHostImpl(WebContents* web_contents);27 virtual ~ScreenOrientationDispatcherHostImpl();67 DISALLOW_COPY_AND_ASSIGN(ScreenOrientationDispatcherHostImpl);
36 friend class ScreenOrientationDispatcherHostImpl;
1233 new ScreenOrientationDispatcherHostImpl(this)); in Init()