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

1 2

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 133 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const;
FrameLoaderClientHaiku.cpp 364 bool FrameLoaderClientHaiku::canShowMIMETypeAsHTML(const String& MIMEType) const
  /external/webkit/Source/WebCore/loader/
FrameLoaderClient.h 219 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const = 0;
EmptyClients.h 330 virtual bool canShowMIMETypeAsHTML(const String&) const { return false; }
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 157 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const;
FrameLoaderClientAndroid.cpp 815 bool FrameLoaderClientAndroid::canShowMIMETypeAsHTML(const String& mimeType) const {
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 158 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const;
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.h 184 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const;
FrameLoaderClientEfl.cpp 655 bool FrameLoaderClientEfl::canShowMIMETypeAsHTML(const String& MIMEType) const
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 165 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const;
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSource.mm 295 if ([WebView canShowMIMETypeAsHTML:MIMEType]) {
355 return [WebView canShowMIMETypeAsHTML:MIMEType];
WebView.h 130 @method canShowMIMETypeAsHTML:
135 + (BOOL)canShowMIMETypeAsHTML:(NSString *)MIMEType;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 177 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const;
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.h 160 virtual bool canShowMIMETypeAsHTML(const WTF::String&) const;
FrameLoaderClientWinCE.cpp 448 bool FrameLoaderClientWinCE::canShowMIMETypeAsHTML(const String&) const
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 135 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const;
FrameLoaderClientWx.cpp 449 bool FrameLoaderClientWx::canShowMIMETypeAsHTML(const String& MIMEType) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.h 156 virtual bool canShowMIMETypeAsHTML(const String& MIMEType) const;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 187 virtual bool canShowMIMETypeAsHTML(const WTF::String& MIMEType) const;
  /external/webkit/Source/WebKit/win/
WebFrame.h 312 virtual bool canShowMIMETypeAsHTML(const WTF::String& MIMEType) const;
WebView.h 103 virtual HRESULT STDMETHODCALLTYPE canShowMIMETypeAsHTML(
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.mm 321 if ([WebView canShowMIMETypeAsHTML:MIMEType])
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 166 @method canShowMIMETypeAsHTML:
170 + (BOOL)canShowMIMETypeAsHTML:(NSString *)MIMEType;
172 HRESULT canShowMIMETypeAsHTML([in] BSTR mimeType, [out, retval] BOOL* canShow);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 508 if (frame->loader()->client()->canShowMIMETypeAsHTML(MIMEType)) {

Completed in 126 milliseconds

1 2