HomeSort by relevance Sort by last modified time
    Searched defs:shouldUsePlugin (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/Plugins/gtk/
PluginInfoStoreGtk.cpp 61 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin)
  /external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
PluginInfoStoreQt.cpp 67 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin)
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 99 return shouldUsePlugin(completedURL, mimeType, shouldPreferPlugInsForImages, false, useFallback);
140 if (shouldUsePlugin(completedURL, mimeType, ownerElement->shouldPreferPlugInsForImages(), renderer->hasFallbackContent(), useFallback))
300 bool SubframeLoader::shouldUsePlugin(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages, bool hasFallback, bool& useFallback)
  /external/webkit/Source/WebKit2/UIProcess/Plugins/win/
PluginInfoStoreWin.cpp 341 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin)

Completed in 72 milliseconds