Home
last modified time | relevance | path

Searched refs:hasNamedItem (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.h71 bool hasNamedItem(const AtomicString& name);
102 inline bool HTMLDocument::hasNamedItem(const AtomicString& name) in hasNamedItem() function
DHTMLCollection.h43 virtual bool hasNamedItem(const AtomicString& name) const;
DHTMLCollection.cpp646 bool HTMLCollection::hasNamedItem(const AtomicString& name) const in hasNamedItem() function in WebCore::HTMLCollection
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMNamedFlowCollection.h55 bool hasNamedItem(const AtomicString& name) const;
DDOMNamedFlowCollection.cpp69 bool DOMNamedFlowCollection::hasNamedItem(const AtomicString& name) const in hasNamedItem() function in WebCore::DOMNamedFlowCollection
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8WindowShell.cpp430 if (!htmlDocument->hasNamedItem(key) && !htmlDocument->hasExtraNamedItem(key)) in getNamedProperty()
488 if (document->hasNamedItem(name) || document->hasExtraNamedItem(name)) in namedItemRemoved()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WindowCustom.cpp427 if (toHTMLDocument(doc)->hasNamedItem(propName) || doc->hasElementWithId(propName.impl())) { in namedPropertyGetterCustom()