OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFullscreenForTabOrPending
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_unittest.cc
505
ASSERT_FALSE(wc_delegate->
IsFullscreenForTabOrPending
(first_tab));
506
ASSERT_FALSE(wc_delegate->
IsFullscreenForTabOrPending
(second_tab));
513
EXPECT_TRUE(wc_delegate->
IsFullscreenForTabOrPending
(first_tab));
514
EXPECT_FALSE(wc_delegate->
IsFullscreenForTabOrPending
(second_tab));
521
EXPECT_TRUE(wc_delegate->
IsFullscreenForTabOrPending
(first_tab));
522
EXPECT_FALSE(wc_delegate->
IsFullscreenForTabOrPending
(second_tab));
533
EXPECT_TRUE(wc_delegate->
IsFullscreenForTabOrPending
(first_tab));
534
EXPECT_FALSE(wc_delegate->
IsFullscreenForTabOrPending
(second_tab));
538
EXPECT_FALSE(wc_delegate->
IsFullscreenForTabOrPending
(first_tab));
539
EXPECT_FALSE(wc_delegate->
IsFullscreenForTabOrPending
(second_tab))
[
all
...]
fullscreen_controller.h
84
bool
IsFullscreenForTabOrPending
(
fullscreen_controller.cc
84
bool FullscreenController::
IsFullscreenForTabOrPending
(
239
!
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
342
bool WebContentsDelegateAndroid::
IsFullscreenForTabOrPending
(
/external/chromium_org/content/public/browser/
web_contents_delegate.cc
151
bool WebContentsDelegate::
IsFullscreenForTabOrPending
(
web_contents_delegate.h
375
virtual bool
IsFullscreenForTabOrPending
(
/external/chromium_org/content/shell/browser/
shell.h
129
virtual bool
IsFullscreenForTabOrPending
(
shell.cc
301
bool Shell::
IsFullscreenForTabOrPending
(const WebContents* web_contents) const {
/external/chromium_org/ui/views/controls/webview/
webview.cc
137
IsFullscreenForTabOrPending
(web_contents())))) {
/external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc
310
virtual bool
IsFullscreenForTabOrPending
(const WebContents* web_contents)
[
all
...]
web_contents_impl.cc
[
all
...]
/external/chromium_org/apps/
app_window.h
395
virtual bool
IsFullscreenForTabOrPending
(const content::WebContents* source)
app_window.cc
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_registry.cc
175
fullscreen_controller->
IsFullscreenForTabOrPending
(
/external/chromium_org/chrome/browser/ui/
browser.h
613
virtual bool
IsFullscreenForTabOrPending
(
[
all
...]
browser.cc
[
all
...]
Completed in 938 milliseconds