Home
last modified time | relevance | path

Searched defs:hasWebView (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm205 bool WebFrameLoaderClient::hasWebView() const function
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp486 bool FrameLoaderClient::hasWebView() const in hasWebView() function in WebKit::FrameLoaderClient
/external/webkit/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp87 bool WebFrameLoaderClient::hasWebView() const in hasWebView() function in WebFrameLoaderClient
/external/webkit/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp108 bool FrameLoaderClientWx::hasWebView() const in hasWebView() function in WebCore::FrameLoaderClientWx
/external/webkit/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp99 bool FrameLoaderClientAndroid::hasWebView() const { in hasWebView() function in android::FrameLoaderClientAndroid
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp195 bool FrameLoaderClientQt::hasWebView() const in hasWebView() function in WebCore::FrameLoaderClientQt
/external/webkit/WebCore/loader/
DEmptyClients.h141 virtual bool hasWebView() const { return true; } // mainly for assertions in hasWebView() function