Home
last modified time | relevance | path

Searched refs:IsFullscreenForCapturedTab (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_controller.cc91 return IsFullscreenForCapturedTab(web_contents); in IsFullscreenForTabOrPending()
286 if (!IsFullscreenForCapturedTab(old_contents)) in OnTabDetachedFromView()
318 if (IsFullscreenForCapturedTab(web_contents)) { in OnTabClosing()
357 if (IsFullscreenForCapturedTab(active_web_contents)) { in HandleUserPressedEscape()
732 if (IsFullscreenForCapturedTab(web_contents)) {
741 bool FullscreenController::IsFullscreenForCapturedTab( function in FullscreenController
Dfullscreen_controller.h209 bool IsFullscreenForCapturedTab(const content::WebContents* web_contents)