Home
last modified time | relevance | path

Searched refs:ScreenOrientationDispatcherHostImpl (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/screen_orientation/
Dscreen_orientation_dispatcher_host_impl.cc19 ScreenOrientationDispatcherHostImpl::LockInformation::LockInformation( in LockInformation()
26 ScreenOrientationDispatcherHostImpl::ScreenOrientationDispatcherHostImpl( in ScreenOrientationDispatcherHostImpl() function in content::ScreenOrientationDispatcherHostImpl
33 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 …]
Dscreen_orientation_dispatcher_host_impl.h22 class CONTENT_EXPORT ScreenOrientationDispatcherHostImpl
26 explicit ScreenOrientationDispatcherHostImpl(WebContents* web_contents);
27 virtual ~ScreenOrientationDispatcherHostImpl();
67 DISALLOW_COPY_AND_ASSIGN(ScreenOrientationDispatcherHostImpl);
/external/chromium_org/content/public/browser/
Dscreen_orientation_provider.h36 friend class ScreenOrientationDispatcherHostImpl;
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc1233 new ScreenOrientationDispatcherHostImpl(this)); in Init()