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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 60 bool hasElementWithId(const AtomicString& id) const;
196 inline bool TreeScope::hasElementWithId(const AtomicString& id) const
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WindowCustom.cpp 425 if (toHTMLDocument(doc)->hasNamedItem(propName) || doc->hasElementWithId(propName)) {

Completed in 95 milliseconds