Searched refs:shouldUsePlugin (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/Plugins/gtk/
H A DPluginInfoStoreGtk.cpp61 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin) function in class:WebKit::PluginInfoStore
/external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
H A DPluginInfoStoreQt.cpp67 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin) function in class:WebKit::PluginInfoStore
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginInfoStore.h89 bool shouldUsePlugin(const Plugin& plugin);
H A DPluginInfoStore.cpp103 if (!shouldUsePlugin(plugin))
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
H A DPluginInfoStoreMac.mm79 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin)
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.h89 bool shouldUsePlugin(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages, bool hasFallback, bool& useFallback);
H A DSubframeLoader.cpp99 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) function in class:WebCore::SubframeLoader
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
H A DPluginInfoStoreWin.cpp341 bool PluginInfoStore::shouldUsePlugin(const Plugin& plugin) function in class:WebKit::PluginInfoStore

Completed in 304 milliseconds