OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyLockSuccess
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/browser/
screen_orientation_dispatcher_host.h
23
virtual void
NotifyLockSuccess
(int request_id) = 0;
/external/chromium_org/content/browser/screen_orientation/
screen_orientation_dispatcher_host_impl.h
30
virtual void
NotifyLockSuccess
(int request_id) OVERRIDE;
screen_orientation_provider_android.cc
85
dispatcher_->
NotifyLockSuccess
(request_id);
106
dispatcher_->
NotifyLockSuccess
(pending_lock_->request_id);
screen_orientation_dispatcher_host_impl.cc
76
void ScreenOrientationDispatcherHostImpl::
NotifyLockSuccess
(int request_id) {
Completed in 1274 milliseconds