HomeSort by relevance Sort by last modified time
    Searched refs:representationExistsForURLScheme (Results 1 - 21 of 21) sorted by null

  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 132 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
FrameLoaderClientHaiku.cpp 370 bool FrameLoaderClientHaiku::representationExistsForURLScheme(const String& URLScheme) const
  /external/webkit/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 132 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
FrameLoaderClientWx.cpp 445 bool FrameLoaderClientWx::representationExistsForURLScheme(const String& URLScheme) const
  /external/webkit/WebCore/loader/
MainResourceLoader.cpp 266 } else if (shouldLoadAsEmptyDocument(url) || frameLoader()->representationExistsForURLScheme(url.protocol()))
517 else if (shouldLoadEmpty || frameLoader()->representationExistsForURLScheme(url.protocol()))
FrameLoaderClient.h 198 virtual bool representationExistsForURLScheme(const String& URLScheme) const = 0;
EmptyClients.h 274 virtual bool representationExistsForURLScheme(const String&) const { return false; }
FrameLoader.h 174 bool representationExistsForURLScheme(const String& URLScheme);
FrameLoader.cpp     [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 157 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
FrameLoaderClientAndroid.cpp 774 bool FrameLoaderClientAndroid::representationExistsForURLScheme(const String&) const {
    [all...]
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.h 152 virtual bool representationExistsForURLScheme(const WebCore::String& URLScheme) const;
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 161 virtual bool representationExistsForURLScheme(const WebCore::String&) const;
FrameLoaderClientGtk.cpp 848 bool FrameLoaderClient::representationExistsForURLScheme(const String&) const
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 176 virtual bool representationExistsForURLScheme(const WebCore::String& URLScheme) const;
WebFrameLoaderClient.mm     [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 173 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
FrameLoaderClientQt.cpp 541 bool FrameLoaderClientQt::representationExistsForURLScheme(const String&) const
    [all...]
  /external/webkit/WebKit/win/
WebFrame.h 281 virtual bool representationExistsForURLScheme(const WebCore::String& URLScheme) const;
WebFrame.cpp     [all...]

Completed in 108 milliseconds