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

1 2

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 134 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
FrameLoaderClientHaiku.cpp 376 bool FrameLoaderClientHaiku::representationExistsForURLScheme(const String& URLScheme) const
  /external/webkit/Source/WebCore/loader/
MainResourceLoader.cpp 309 } else if (shouldLoadAsEmptyDocument(url) || frameLoader()->representationExistsForURLScheme(url.protocol()))
573 else if (shouldLoadEmpty || frameLoader()->representationExistsForURLScheme(url.protocol()))
FrameLoaderClient.h 220 virtual bool representationExistsForURLScheme(const String& URLScheme) const = 0;
EmptyClients.h 331 virtual bool representationExistsForURLScheme(const String&) const { return false; }
FrameLoader.h 179 bool representationExistsForURLScheme(const String& URLScheme);
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 158 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
FrameLoaderClientAndroid.cpp 819 bool FrameLoaderClientAndroid::representationExistsForURLScheme(const String&) const {
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 159 virtual bool representationExistsForURLScheme(const WTF::String& URLScheme) const;
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.h 185 virtual bool representationExistsForURLScheme(const String&) const;
FrameLoaderClientEfl.cpp 677 bool FrameLoaderClientEfl::representationExistsForURLScheme(const String&) const
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 166 virtual bool representationExistsForURLScheme(const WTF::String&) const;
FrameLoaderClientGtk.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 178 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
FrameLoaderClientQt.cpp 669 bool FrameLoaderClientQt::representationExistsForURLScheme(const String&) const
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.h 161 virtual bool representationExistsForURLScheme(const WTF::String&) const;
FrameLoaderClientWinCE.cpp 454 bool FrameLoaderClientWinCE::representationExistsForURLScheme(const String&) const
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 136 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
FrameLoaderClientWx.cpp 463 bool FrameLoaderClientWx::representationExistsForURLScheme(const String& URLScheme) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.h 157 virtual bool representationExistsForURLScheme(const String& URLScheme) const;
WebFrameLoaderClient.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 188 virtual bool representationExistsForURLScheme(const WTF::String& URLScheme) const;
  /external/webkit/Source/WebKit/win/
WebFrame.h 313 virtual bool representationExistsForURLScheme(const WTF::String& URLScheme) const;

Completed in 151 milliseconds

1 2