Searched refs:DOMPlugin (Results 1 – 21 of 21) sorted by relevance
/external/webkit/Source/WebCore/plugins/ |
D | DOMPlugin.cpp | 28 DOMPlugin::DOMPlugin(PluginData* pluginData, Frame* frame, unsigned index) in DOMPlugin() function in WebCore::DOMPlugin 37 DOMPlugin::~DOMPlugin() in ~DOMPlugin() 43 String DOMPlugin::name() const in name() 48 String DOMPlugin::filename() const in filename() 53 String DOMPlugin::description() const in description() 58 unsigned DOMPlugin::length() const in length() 63 PassRefPtr<DOMMimeType> DOMPlugin::item(unsigned index) in item() 78 bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName() 87 PassRefPtr<DOMMimeType> DOMPlugin::namedItem(const AtomicString& propertyName) in namedItem()
|
D | DOMPlugin.h | 33 class DOMPlugin : public RefCounted<DOMPlugin>, private FrameDestructionObserver { 35 …static PassRefPtr<DOMPlugin> create(PluginData* pluginData, Frame* frame, unsigned index) { return… in create() 36 ~DOMPlugin(); 54 DOMPlugin(PluginData*, Frame*, unsigned index);
|
D | DOMPluginArray.cpp | 48 PassRefPtr<DOMPlugin> DOMPluginArray::item(unsigned index) in item() 56 return DOMPlugin::create(data, m_frame, index).get(); in item() 72 PassRefPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString& propertyName) in namedItem() 80 return DOMPlugin::create(data, m_frame, i).get(); in namedItem()
|
D | DOMPluginArray.h | 43 PassRefPtr<DOMPlugin> item(unsigned index); 45 PassRefPtr<DOMPlugin> namedItem(const AtomicString& propertyName);
|
D | DOMMimeType.h | 33 class DOMPlugin; variable 43 PassRefPtr<DOMPlugin> enabledPlugin() const;
|
D | DOMMimeType.cpp | 70 PassRefPtr<DOMPlugin> DOMMimeType::enabledPlugin() const in enabledPlugin() 75 … return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]); in enabledPlugin()
|
D | DOMPluginArray.idl | 28 DOMPlugin item(in unsigned long index); 29 DOMPlugin namedItem(in DOMString name);
|
D | DOMMimeType.idl | 27 readonly attribute DOMPlugin enabledPlugin;
|
D | DOMPlugin.idl | 26 ] DOMPlugin {
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMPluginCustom.cpp | 30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, const Identifier& propertyName) in canGetItemsForName()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 147 DOMPlugin \
|
D | CodeGenerators.pri | 344 plugins/DOMPlugin.idl \
|
D | CMakeLists.txt | 352 plugins/DOMPlugin.idl 1197 plugins/DOMPlugin.cpp
|
D | Android.mk | 824 plugins/DOMPlugin.cpp \
|
D | WebCore.pro | 949 plugins/DOMPlugin.cpp \ 2077 plugins/DOMPlugin.h \
|
D | WebCore.gypi | 1353 'plugins/DOMPlugin.idl', 5086 'plugins/DOMPlugin.cpp', 5087 'plugins/DOMPlugin.h',
|
D | GNUmakefile.list.am | 2703 Source/WebCore/plugins/DOMPlugin.cpp \ 2704 Source/WebCore/plugins/DOMPlugin.h \
|
D | GNUmakefile.am | 2694 Source/WebCore/plugins/DOMPlugin.cpp \ 2695 Source/WebCore/plugins/DOMPlugin.h \
|
D | ChangeLog-2011-02-16 | 31131 * plugins/DOMPlugin.cpp: 31132 (WebCore::DOMPlugin::DOMPlugin): 31133 (WebCore::DOMPlugin::~DOMPlugin): 31134 (WebCore::DOMPlugin::item): 31135 (WebCore::DOMPlugin::namedItem): 31136 * plugins/DOMPlugin.h: 31137 (WebCore::DOMPlugin::create): 31138 (WebCore::DOMPlugin::frameDestroyed): 31139 Store frame instead of page pointer in DOMPlugin. 31143 Provide frame to create DOMPlugin.
|
D | ChangeLog-2010-12-06 | 81722 * plugins/DOMPlugin.cpp: 82443 * plugins/DOMPlugin.h: 84635 * plugins/DOMPlugin.h: 85787 * plugins/DOMPlugin.h: 106014 Plugin => DOMPlugin 106065 * plugins/DOMPlugin.cpp: Added. 106066 (WebCore::DOMPlugin::DOMPlugin): 106067 (WebCore::DOMPlugin::~DOMPlugin): 106068 (WebCore::DOMPlugin::name): 106069 (WebCore::DOMPlugin::filename): [all …]
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 4081 …9C6E4EB0D745E2B006442E9 /* DOMPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9C6E4E90D… 4082 …A9C6E4EC0D745E2B006442E9 /* DOMPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C6E4EA0D7… 10393 …45E2B006442E9 /* DOMPlugin.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 10394 …0D745E2B006442E9 /* DOMPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 10408 …E6600D74670C006442E9 /* DOMPlugin.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi… 14061 A9C6E4E90D745E2B006442E9 /* DOMPlugin.cpp */, 14062 A9C6E4EA0D745E2B006442E9 /* DOMPlugin.h */, 14063 A9C6E6600D74670C006442E9 /* DOMPlugin.idl */, 20500 A9C6E4EC0D745E2B006442E9 /* DOMPlugin.h in Headers */, 23716 A9C6E4EB0D745E2B006442E9 /* DOMPlugin.cpp in Sources */,
|