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
40
fullscreen_pending_
(false),
72
fullscreen_pending_
= true;
89
if (
fullscreen_pending_
)
90
return "
fullscreen_pending_
has not been reset";
140
if (
fullscreen_pending_
&& IsFullscreenView(position, clip, screen_size_)) {
141
fullscreen_pending_
= false;
test_fullscreen.cc
54
fullscreen_pending_
(false),
117
if (
fullscreen_pending_
)
118
return "
fullscreen_pending_
has not been reset";
202
fullscreen_pending_
= true;
281
if (
fullscreen_pending_
&& is_fullscreen) {
282
fullscreen_pending_
= false;
test_fullscreen.h
57
bool
fullscreen_pending_
;
member in class:TestFullscreen
Completed in 583 milliseconds