Searched refs:LockInformation (Results 1 – 4 of 4) sorted by relevance
68 struct LockInformation { struct69 LockInformation(int request_id, blink::WebScreenOrientationLockType lock);73 LockInformation* pending_lock_; argument
58 struct LockInformation { struct59 LockInformation(int request_id, int process_id, int routing_id);65 LockInformation* current_lock_; argument
19 ScreenOrientationDispatcherHostImpl::LockInformation::LockInformation( in LockInformation() function in content::ScreenOrientationDispatcherHostImpl::LockInformation126 current_lock_ = new LockInformation(request_id, in OnLockRequest()
18 ScreenOrientationProviderAndroid::LockInformation::LockInformation( in LockInformation() function in content::ScreenOrientationProviderAndroid::LockInformation89 pending_lock_ = new LockInformation(request_id, lock_orientation); in LockOrientation()