Home
last modified time | relevance | path

Searched refs:hasWebView (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.h46 virtual bool hasWebView() const;
DWebFrameLoaderClient.cpp92 bool WebFrameLoaderClient::hasWebView() const in hasWebView() function in WebFrameLoaderClient
/external/webkit/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.h60 virtual bool hasWebView() const; // mainly for assertions
DFrameLoaderClientWx.cpp108 bool FrameLoaderClientWx::hasWebView() const in hasWebView() function in WebCore::FrameLoaderClientWx
/external/webkit/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.h59 virtual bool hasWebView() const;
DFrameLoaderClientHaiku.cpp78 bool FrameLoaderClientHaiku::hasWebView() const in hasWebView() function in WebCore::FrameLoaderClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.h77 virtual bool hasWebView() const; // mainly for assertions
DFrameLoaderClientQt.cpp191 bool FrameLoaderClientQt::hasWebView() const in hasWebView() function in WebCore::FrameLoaderClientQt
/external/webkit/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.h56 virtual bool hasWebView() const; // mainly for assertions
DFrameLoaderClientAndroid.cpp106 bool FrameLoaderClientAndroid::hasWebView() const { in hasWebView() function in android::FrameLoaderClientAndroid
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.h50 virtual bool hasWebView() const;
DFrameLoaderClientGtk.cpp565 bool FrameLoaderClient::hasWebView() const in hasWebView() function in WebKit::FrameLoaderClient
/external/webkit/WebCore/loader/
DFrameLoaderClient.h91 virtual bool hasWebView() const = 0; // mainly for assertions
DEmptyClients.h184 virtual bool hasWebView() const { return true; } // mainly for assertions in hasWebView() function
DFrameLoader.cpp2098 ASSERT(m_client->hasWebView()); in loadWithDocumentLoader()
2559 ASSERT(m_client->hasWebView()); in transitionToCommitted()
2974 ASSERT(m_client->hasWebView()); in checkLoadCompleteForThisFrame()
3183 ASSERT(m_client->hasWebView()); in checkLoadComplete()
/external/webkit/WebKit/chromium/src/
DFrameLoaderClientImpl.h74 virtual bool hasWebView() const;
DFrameLoaderClientImpl.cpp183 bool FrameLoaderClientImpl::hasWebView() const in hasWebView() function in WebKit::FrameLoaderClientImpl
/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.h62 virtual bool hasWebView() const; // mainly for assertions
DWebFrameLoaderClient.mm216 bool WebFrameLoaderClient::hasWebView() const function
/external/webkit/WebKit/
DChangeLog543 (WebCore::FrameLoaderClientHaiku::hasWebView):
/external/webkit/WebKit/wx/
DChangeLog1019 (WebCore::FrameLoaderClientWx::hasWebView):
/external/webkit/WebKit/gtk/
DChangeLog54 [GTK] Implement FrameLoaderClient::hasWebView
60 (WebKit::FrameLoaderClient::hasWebView):
9673 (WebKit::FrameLoaderClient::hasWebView):
9905 (WebCore::FrameLoaderClientGtk::hasWebView):
/external/webkit/WebKit/win/
DChangeLog-2009-06-166970 Move hasWebView to WebFrameLoaderClient
6982 (WebFrameLoaderClient::hasWebView): Moved here from WebFrame.cpp.
6985 * WebFrame.cpp: Removed hasWebView.
18236 (WebFrame::hasWebView):
20161 (WebFrame::hasWebView):
/external/webkit/WebKit/chromium/
DChangeLog4689 (WebKit::FrameLoaderClientImpl::hasWebView):
/external/webkit/WebKit/mac/
DChangeLog-2007-10-149673 (WebFrameLoaderClient::hasWebView):
12032 (WebFrameLoaderClient::hasWebView):
12412 (WebFrameLoaderClient::hasWebView):

12