Home
last modified time | relevance | path

Searched refs:hasElementWithId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.h60 bool hasElementWithId(const AtomicString& id) const;
196 inline bool TreeScope::hasElementWithId(const AtomicString& id) const in hasElementWithId() function
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8WindowCustom.cpp425 if (toHTMLDocument(doc)->hasNamedItem(propName) || doc->hasElementWithId(propName)) { in namedPropertyGetterCustom()