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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInImageElement.cpp 62 , m_shouldPreferPlugInsForImages(preferPlugInsForImagesOption == ShouldPreferPlugInsForImages)
93 return frame->loader()->client()->objectContentType(completedURL, m_serviceType, shouldPreferPlugInsForImages()) == ObjectContentImage;
124 if (frameLoader->client()->objectContentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin)
290 ObjectContentType objectType = document()->frame()->loader()->client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages());
HTMLPlugInImageElement.h 44 ShouldPreferPlugInsForImages,
71 bool shouldPreferPlugInsForImages() const { return m_shouldPreferPlugInsForImages; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderClient.h 171 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h 134 const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
FrameLoaderClientImpl.cpp 698 bool shouldPreferPlugInsForImages)
727 return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : ObjectContentImage;

Completed in 337 milliseconds