OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullscreen_pending_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/tests/
test_flash_fullscreen.h
35
bool
fullscreen_pending_
;
member in class:TestFlashFullscreen
test_flash_fullscreen.cc
41
fullscreen_pending_
(false),
73
fullscreen_pending_
= true;
90
if (
fullscreen_pending_
)
91
return "
fullscreen_pending_
has not been reset";
141
if (
fullscreen_pending_
&& IsFullscreenView(position, clip, screen_size_)) {
142
fullscreen_pending_
= false;
test_fullscreen.cc
57
fullscreen_pending_
(false),
120
if (
fullscreen_pending_
)
121
return "
fullscreen_pending_
has not been reset";
205
fullscreen_pending_
= true;
284
if (
fullscreen_pending_
&& is_fullscreen) {
285
fullscreen_pending_
= false;
test_fullscreen.h
57
bool
fullscreen_pending_
;
member in class:TestFullscreen
Completed in 133 milliseconds