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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.h 75 bool hasExtraNamedItem(const AtomicString& name);
107 inline bool HTMLDocument::hasExtraNamedItem(const AtomicString& name)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.cpp 430 if (!htmlDocument->hasNamedItem(key) && !htmlDocument->hasExtraNamedItem(key))
488 if (document->hasNamedItem(name) || document->hasExtraNamedItem(name))

Completed in 383 milliseconds