Home
last modified time | relevance | path

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

/external/chromium_org/content/public/browser/
Dscreen_orientation_dispatcher_host.h23 virtual void NotifyLockSuccess(int request_id) = 0;
/external/chromium_org/content/browser/screen_orientation/
Dscreen_orientation_provider_android.cc85 dispatcher_->NotifyLockSuccess(request_id); in LockOrientation()
106 dispatcher_->NotifyLockSuccess(pending_lock_->request_id); in OnOrientationChange()
Dscreen_orientation_dispatcher_host_impl.h30 virtual void NotifyLockSuccess(int request_id) OVERRIDE;
Dscreen_orientation_dispatcher_host_impl.cc76 void ScreenOrientationDispatcherHostImpl::NotifyLockSuccess(int request_id) { in NotifyLockSuccess() function in content::ScreenOrientationDispatcherHostImpl