OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportsFullscreenForNode
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp
137
return page->chrome()->client()->
supportsFullscreenForNode
(this);
/external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h
196
virtual bool
supportsFullscreenForNode
(const WebCore::Node*);
ChromeClientAndroid.cpp
599
bool ChromeClientAndroid::
supportsFullscreenForNode
(const Node* node)
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h
142
virtual bool
supportsFullscreenForNode
(const WebCore::Node*);
ChromeClientGtk.cpp
709
bool ChromeClient::
supportsFullscreenForNode
(const Node* node)
/external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h
167
virtual bool
supportsFullscreenForNode
(const Node*);
ChromeClientQt.cpp
672
bool ChromeClientQt::
supportsFullscreenForNode
(const Node* node)
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h
167
virtual bool
supportsFullscreenForNode
(const WebCore::Node*);
WebChromeClient.cpp
843
bool WebChromeClient::
supportsFullscreenForNode
(const Node* node)
/external/webkit/Source/WebCore/page/
ChromeClient.h
268
virtual bool
supportsFullscreenForNode
(const Node*) { return false; }
/external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h
167
virtual bool
supportsFullscreenForNode
(const WebCore::Node*);
ChromeClientImpl.cpp
863
bool ChromeClientImpl::
supportsFullscreenForNode
(const WebCore::Node* node)
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h
160
virtual bool
supportsFullscreenForNode
(const WebCore::Node*);
WebChromeClient.mm
[
all
...]
Completed in 745 milliseconds