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

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_unittest.cc 507 ASSERT_FALSE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
508 ASSERT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab));
515 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
516 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab));
523 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
524 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab));
535 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
536 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab));
540 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
541 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab))
    [all...]
fullscreen_controller.h 83 bool IsFullscreenForTabOrPending(
fullscreen_controller.cc 84 bool FullscreenController::IsFullscreenForTabOrPending(
238 !IsFullscreenForTabOrPending(web_contents)) {
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 58 virtual bool IsFullscreenForTabOrPending(
aw_web_contents_delegate.cc 224 bool AwWebContentsDelegate::IsFullscreenForTabOrPending(
  /external/chromium_org/components/web_contents_delegate_android/
web_contents_delegate_android.h 92 virtual bool IsFullscreenForTabOrPending(
web_contents_delegate_android.cc 340 bool WebContentsDelegateAndroid::IsFullscreenForTabOrPending(
  /external/chromium_org/content/public/browser/
web_contents_delegate.cc 151 bool WebContentsDelegate::IsFullscreenForTabOrPending(
web_contents_delegate.h 376 virtual bool IsFullscreenForTabOrPending(
  /external/chromium_org/content/shell/browser/
shell.h 132 virtual bool IsFullscreenForTabOrPending(
shell.cc 301 bool Shell::IsFullscreenForTabOrPending(const WebContents* web_contents) const {
  /external/chromium_org/ui/views/controls/webview/
webview.cc 151 IsFullscreenForTabOrPending(web_contents())))) {
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 308 virtual bool IsFullscreenForTabOrPending(const WebContents* web_contents)
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/extensions/browser/app_window/
app_window.h 379 virtual bool IsFullscreenForTabOrPending(const content::WebContents* source)
app_window.cc     [all...]
  /external/chromium_org/athena/content/
web_activity.cc 315 virtual bool IsFullscreenForTabOrPending(
  /external/chromium_org/chrome/browser/ui/
browser.h 622 virtual bool IsFullscreenForTabOrPending(
    [all...]
browser.cc     [all...]

Completed in 295 milliseconds