HomeSort by relevance Sort by last modified time
    Searched refs:fullscreened_tab_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 47 fullscreened_tab_(NULL),
81 return fullscreened_tab_ != NULL;
86 if (web_contents == fullscreened_tab_) {
105 if (fullscreened_tab_) {
106 if (web_contents != fullscreened_tab_)
281 if (web_contents == fullscreened_tab_ || web_contents == mouse_lock_tab_)
322 } else if (web_contents == fullscreened_tab_ ||
328 // |fullscreened_tab_| may not be valid. Instead, we call it here to clean
413 DCHECK(fullscreened_tab_);
426 if (!fullscreened_tab_ && !mouse_lock_tab_
    [all...]
fullscreen_controller.h 220 content::WebContents* fullscreened_tab_; member in class:FullscreenController

Completed in 182 milliseconds