HomeSort by relevance Sort by last modified time
    Searched defs:DOMNamedFlowCollection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMNamedFlowCollection.h 44 class DOMNamedFlowCollection : public ScriptWrappable, public RefCounted<DOMNamedFlowCollection> {
46 static PassRefPtr<DOMNamedFlowCollection> create(const Vector<NamedFlow*>& namedFlows)
48 return adoptRef(new DOMNamedFlowCollection(namedFlows));
62 explicit DOMNamedFlowCollection(const Vector<NamedFlow*>&);
DOMNamedFlowCollection.cpp 30 #include "core/dom/DOMNamedFlowCollection.h"
38 DOMNamedFlowCollection::DOMNamedFlowCollection(const Vector<NamedFlow*>& namedFlows)
46 unsigned long DOMNamedFlowCollection::length() const
51 PassRefPtr<NamedFlow> DOMNamedFlowCollection::item(unsigned long index) const
61 PassRefPtr<NamedFlow> DOMNamedFlowCollection::namedItem(const AtomicString& name) const
69 bool DOMNamedFlowCollection::hasNamedItem(const AtomicString& name) const
76 struct DOMNamedFlowCollection::DOMNamedFlowHashFunctions {
83 struct DOMNamedFlowCollection::DOMNamedFlowHashTranslator {

Completed in 1285 milliseconds