Searched defs:IsFullscreenForTabOrPending (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc224 bool AwWebContentsDelegate::IsFullscreenForTabOrPending( function in class:android_webview::AwWebContentsDelegate
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.cc340 bool WebContentsDelegateAndroid::IsFullscreenForTabOrPending( function in class:web_contents_delegate_android::WebContentsDelegateAndroid
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller.cc84 bool FullscreenController::IsFullscreenForTabOrPending( function in class:FullscreenController
238 !IsFullscreenForTabOrPending(web_contents)) {
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc151 bool WebContentsDelegate::IsFullscreenForTabOrPending( function in class:content::WebContentsDelegate
/external/chromium_org/content/shell/browser/
H A Dshell.cc301 bool Shell::IsFullscreenForTabOrPending(const WebContents* web_contents) const { function in class:content::Shell
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc939 bool AppWindow::IsFullscreenForTabOrPending(const content::WebContents* source) function in class:extensions::AppWindow
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1647 bool Browser::IsFullscreenForTabOrPending( function in class:Browser
1649 return fullscreen_controller_->IsFullscreenForTabOrPending(web_contents);

Completed in 1125 milliseconds