Searched refs:getPluginInfo (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
H A DNetscapePluginModuleNone.cpp36 bool NetscapePluginModule::getPluginInfo(const String&, PluginInfoStore::Plugin&) function in class:WebKit::NetscapePluginModule
H A DNetscapePluginModule.h52 static bool getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin&);
/external/webkit/Source/WebCore/plugins/
H A DPluginStrategy.h40 virtual void getPluginInfo(const Page*, Vector<PluginInfo>&) = 0;
H A DPluginData.cpp77 platformStrategies()->pluginStrategy()->getPluginInfo(page, m_plugins);
/external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
H A DPluginInfoStoreQt.cpp62 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin) function in class:WebKit::PluginInfoStore
64 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);
/external/webkit/Source/WebKit2/UIProcess/Plugins/gtk/
H A DPluginInfoStoreGtk.cpp55 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin) function in class:WebKit::PluginInfoStore
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebPlatformStrategies.h51 virtual void getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>&);
H A DWebPlatformStrategies.mm70 void WebPlatformStrategies::getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>& plugins)
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebPlatformStrategies.h51 virtual void getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>&);
H A DWebPlatformStrategies.cpp69 void WebPlatformStrategies::getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>& outPlugins) function in class:WebPlatformStrategies
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
H A DPluginInfoStoreMac.mm74 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin)
76 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebPlatformStrategies.h55 virtual void getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>&);
H A DWebPlatformStrategies.cpp91 void WebPlatformStrategies::getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>& plugins) function in class:WebKit::WebPlatformStrategies
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginInfoStore.h88 static bool getPluginInfo(const String& pluginPath, Plugin& plugin);
H A DPluginInfoStore.cpp100 if (!getPluginInfo(pluginPath, plugin))
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/
H A DNetscapePluginModuleX11.cpp66 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin) function in class:WebKit::NetscapePluginModule
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
H A DNetscapePluginModuleWin.cpp56 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin) function in class:WebKit::NetscapePluginModule
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
H A DPluginInfoStoreWin.cpp326 bool PluginInfoStore::getPluginInfo(const String& pluginPath, Plugin& plugin) function in class:WebKit::PluginInfoStore
328 return NetscapePluginModule::getPluginInfo(pluginPath, plugin);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DWebPlatformStrategies.h59 virtual void getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>&);
H A DWebPlatformStrategies.cpp89 void WebPlatformStrategies::getPluginInfo(const WebCore::Page* page, Vector<WebCore::PluginInfo>& outPlugins) function in class:WebPlatformStrategies
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.h52 virtual void getPluginInfo(const WebCore::Page*, Vector<WebCore::PluginInfo>&);
H A DPlatformStrategiesWinCE.cpp82 void PlatformStrategiesWinCE::getPluginInfo(const Page*, Vector<PluginInfo>& outPlugins) function in class:PlatformStrategiesWinCE
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
H A DNetscapePluginModuleMac.mm311 bool NetscapePluginModule::getPluginInfo(const String& pluginPath, PluginInfoStore::Plugin& plugin)
356 if (!getPluginInfo(m_pluginPath, plugin))

Completed in 1601 milliseconds