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

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 510 RefPtr<HTMLCollection> items = doc->windowNamedItems(propName);
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 131 RefPtr<HTMLCollection> collection = document->windowNamedItems(identifierToString(propertyName));
  /external/webkit/Source/WebCore/dom/
Document.h 388 PassRefPtr<HTMLCollection> windowNamedItems(const String& name);
    [all...]
Document.cpp     [all...]

Completed in 235 milliseconds