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

  /external/webkit/Source/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 65 RefPtr<HTMLCollection> collection = document->documentNamedItems(name);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 81 RefPtr<HTMLCollection> items = htmlDocument->documentNamedItems(key);
  /external/webkit/Source/WebCore/dom/
Document.h 389 PassRefPtr<HTMLCollection> documentNamedItems(const String& name);
    [all...]
Document.cpp     [all...]

Completed in 169 milliseconds