OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LockInformation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/screen_orientation/
screen_orientation_dispatcher_host_impl.h
58
struct
LockInformation
{
59
LockInformation
(int request_id, int process_id, int routing_id);
65
LockInformation
* current_lock_;
screen_orientation_provider_android.h
68
struct
LockInformation
{
69
LockInformation
(int request_id, blink::WebScreenOrientationLockType lock);
73
LockInformation
* pending_lock_;
screen_orientation_dispatcher_host_impl.cc
19
ScreenOrientationDispatcherHostImpl::
LockInformation
::
LockInformation
(
126
current_lock_ = new
LockInformation
(request_id,
screen_orientation_provider_android.cc
18
ScreenOrientationProviderAndroid::
LockInformation
::
LockInformation
(
89
pending_lock_ = new
LockInformation
(request_id, lock_orientation);
Completed in 600 milliseconds