Searched refs:NotifyLockError (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/content/browser/screen_orientation/ |
D | screen_orientation_dispatcher_host_impl.cc | 87 void ScreenOrientationDispatcherHostImpl::NotifyLockError( in NotifyLockError() function in content::ScreenOrientationDispatcherHostImpl 94 NotifyLockError(request_id, render_frame_host, error); in NotifyLockError() 97 void ScreenOrientationDispatcherHostImpl::NotifyLockError( in NotifyLockError() function in content::ScreenOrientationDispatcherHostImpl 116 NotifyLockError(current_lock_->request_id, render_frame_host, in OnLockRequest() 121 NotifyLockError(request_id, render_frame_host, in OnLockRequest() 136 NotifyLockError(current_lock_->request_id, render_frame_host, in OnUnlockRequest()
|
D | screen_orientation_dispatcher_host_impl.h | 31 virtual void NotifyLockError(int request_id, 52 void NotifyLockError(int request_id,
|
D | screen_orientation_provider_android.cc | 56 dispatcher_->NotifyLockError( in LockOrientation() 66 dispatcher_->NotifyLockError(request_id, in LockOrientation()
|
/external/chromium_org/content/public/browser/ |
D | screen_orientation_dispatcher_host.h | 28 virtual void NotifyLockError(int request_id,
|