OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_lock_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/screen_orientation/
mock_screen_orientation_controller.cc
16
current_lock_
(blink::WebScreenOrientationLockDefault),
31
current_lock_
= blink::WebScreenOrientationLockDefault;
69
if (
current_lock_
== blink::WebScreenOrientationLockDefault ||
70
current_lock_
== blink::WebScreenOrientationLockAny) {
76
return
current_lock_
== blink::WebScreenOrientationLockPortraitPrimary ||
77
current_lock_
== blink::WebScreenOrientationLockPortrait;
79
return
current_lock_
==
81
current_lock_
== blink::WebScreenOrientationLockPortrait;
83
return
current_lock_
== blink::WebScreenOrientationLockLandscapePrimary ||
84
current_lock_
== blink::WebScreenOrientationLockLandscape
[
all
...]
mock_screen_orientation_controller.h
39
blink::WebScreenOrientationLockType
current_lock_
;
member in class:content::MockScreenOrientationController
Completed in 52 milliseconds