HomeSort by relevance Sort by last modified time
    Searched refs:shouldUsePlugin (Results 1 - 8 of 8) 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/WebKit2/UIProcess/Plugins/
PluginInfoStore.h 89 bool shouldUsePlugin(const Plugin& plugin);
PluginInfoStore.cpp 103 if (!shouldUsePlugin(plugin))
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginInfoStoreMac.mm 79 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin)
  /external/webkit/Source/WebCore/loader/
SubframeLoader.h 89 bool shouldUsePlugin(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages, bool hasFallback, bool& useFallback);
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 348 milliseconds