Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.h66 bool hasExtraNamedItem(const AtomicString& name);
98 inline bool HTMLDocument::hasExtraNamedItem(const AtomicString& name) in hasExtraNamedItem() function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8WindowShell.cpp426 if (!htmlDocument->hasNamedItem(key) && !htmlDocument->hasExtraNamedItem(key)) in getNamedProperty()
483 if (document->hasNamedItem(name) || document->hasExtraNamedItem(name)) in namedItemRemoved()