Home
last modified time | relevance | path

Searched refs:DOMPluginArray (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/plugins/
DDOMPluginArray.cpp30 DOMPluginArray::DOMPluginArray(LocalFrame* frame) in DOMPluginArray() function in WebCore::DOMPluginArray
36 DOMPluginArray::~DOMPluginArray() in ~DOMPluginArray()
40 unsigned DOMPluginArray::length() const in length()
48 PassRefPtrWillBeRawPtr<DOMPlugin> DOMPluginArray::item(unsigned index) in item()
59 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName()
72 PassRefPtrWillBeRawPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString& propertyName) in namedItem()
85 void DOMPluginArray::refresh(bool reload) in refresh()
90 PluginData* DOMPluginArray::pluginData() const in pluginData()
DDOMPluginArray.h38 class DOMPluginArray FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMPluginArray>, publ…
40 static PassRefPtrWillBeRawPtr<DOMPluginArray> create(LocalFrame* frame) in create()
42 return adoptRefWillBeNoop(new DOMPluginArray(frame)); in create()
44 virtual ~DOMPluginArray();
56 explicit DOMPluginArray(LocalFrame*);
DPluginArray.idl23 ImplementedAs=DOMPluginArray
/external/chromium_org/third_party/WebKit/Source/core/frame/
DNavigator.h39 class DOMPluginArray; variable
63 DOMPluginArray* plugins() const;
85 mutable RefPtrWillBeMember<DOMPluginArray> m_plugins;
DNavigator.cpp88 DOMPluginArray* Navigator::plugins() const in plugins()
91 m_plugins = DOMPluginArray::create(m_frame); in plugins()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm64.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.linux-mips.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.darwin-arm64.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.darwin-x86.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.darwin-mips.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.linux-x86_64.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.linux-x86.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.linux-arm.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dwebcore_remaining.target.darwin-arm.mk515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
Dcore.gypi1465 'plugins/DOMPluginArray.cpp',
1466 'plugins/DOMPluginArray.h',