OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullscreened_tab_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc
45
fullscreened_tab_
(NULL),
71
return
fullscreened_tab_
!= NULL;
76
if (web_contents !=
fullscreened_tab_
)
88
if (
fullscreened_tab_
) {
89
if (web_contents !=
fullscreened_tab_
)
272
if (web_contents ==
fullscreened_tab_
|| web_contents == mouse_lock_tab_)
277
if (web_contents ==
fullscreened_tab_
|| web_contents == mouse_lock_tab_) {
282
// |
fullscreened_tab_
| may not be valid. Instead, we call it here to clean
360
DCHECK(
fullscreened_tab_
);
373
if (!
fullscreened_tab_
&& !mouse_lock_tab_
[
all
...]
fullscreen_controller.h
185
content::WebContents*
fullscreened_tab_
;
member in class:FullscreenController
Completed in 175 milliseconds