Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/screen_orientation/
Dscreen_orientation_provider_android.h68 struct LockInformation { struct
69 LockInformation(int request_id, blink::WebScreenOrientationLockType lock);
73 LockInformation* pending_lock_; argument
Dscreen_orientation_dispatcher_host_impl.h58 struct LockInformation { struct
59 LockInformation(int request_id, int process_id, int routing_id);
65 LockInformation* current_lock_; argument
Dscreen_orientation_dispatcher_host_impl.cc19 ScreenOrientationDispatcherHostImpl::LockInformation::LockInformation( in LockInformation() function in content::ScreenOrientationDispatcherHostImpl::LockInformation
126 current_lock_ = new LockInformation(request_id, in OnLockRequest()
Dscreen_orientation_provider_android.cc18 ScreenOrientationProviderAndroid::LockInformation::LockInformation( in LockInformation() function in content::ScreenOrientationProviderAndroid::LockInformation
89 pending_lock_ = new LockInformation(request_id, lock_orientation); in LockOrientation()