Home
last modified time | relevance | path

Searched refs:windowNamedItems (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WindowCustom.cpp428 RefPtr<HTMLCollection> items = doc->windowNamedItems(propName); in namedPropertyGetterCustom()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h380 PassRefPtr<HTMLCollection> windowNamedItems(const AtomicString& name);
DDocument.cpp4260 PassRefPtr<HTMLCollection> Document::windowNamedItems(const AtomicString& name) in windowNamedItems() function in WebCore::Document