OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOMPluginArray
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMPluginArray.h
37
class
DOMPluginArray
: public ScriptWrappable, public RefCounted<
DOMPluginArray
>, public DOMWindowProperty {
39
static PassRefPtr<
DOMPluginArray
> create(Frame* frame) { return adoptRef(new
DOMPluginArray
(frame)); }
40
~
DOMPluginArray
();
50
explicit
DOMPluginArray
(Frame*);
DOMPluginArray.cpp
21
#include "core/plugins/
DOMPluginArray
.h"
30
DOMPluginArray
::
DOMPluginArray
(Frame* frame)
36
DOMPluginArray
::~
DOMPluginArray
()
40
unsigned
DOMPluginArray
::length() const
48
PassRefPtr<DOMPlugin>
DOMPluginArray
::item(unsigned index)
59
bool
DOMPluginArray
::canGetItemsForName(const AtomicString& propertyName)
72
PassRefPtr<DOMPlugin>
DOMPluginArray
::namedItem(const AtomicString& propertyName)
85
void
DOMPluginArray
::refresh(bool reload
[
all
...]
Completed in 223 milliseconds