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

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

Completed in 665 milliseconds