Searched defs:representationExistsForURLScheme (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp454 bool FrameLoaderClientWinCE::representationExistsForURLScheme(const String&) const function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1270 bool FrameLoaderClientImpl::representationExistsForURLScheme(const String&) const function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp677 bool FrameLoaderClientEfl::representationExistsForURLScheme(const String&) const function in class:WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp1082 bool FrameLoaderClient::representationExistsForURLScheme(const String&) const function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp376 bool FrameLoaderClientHaiku::representationExistsForURLScheme(const String& URLScheme) const function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp463 bool FrameLoaderClientWx::representationExistsForURLScheme(const String& URLScheme) const function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1009 bool WebFrameLoaderClient::representationExistsForURLScheme(const String& URLScheme) const function in class:WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp819 bool FrameLoaderClientAndroid::representationExistsForURLScheme(const String&) const { function in class:android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp669 bool FrameLoaderClientQt::representationExistsForURLScheme(const String&) const function in class:WebCore::FrameLoaderClientQt
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h331 virtual bool representationExistsForURLScheme(const String&) const { return false; } function in class:WebCore::EmptyFrameLoaderClient
H A DFrameLoader.cpp2281 bool FrameLoader::representationExistsForURLScheme(const String& URLScheme) function in class:WebCore::FrameLoader
2283 return m_client->representationExistsForURLScheme(URLScheme);
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1625 bool WebFrame::representationExistsForURLScheme(const String& /*URLScheme*/) const function in class:WebFrame

Completed in 208 milliseconds