HomeSort by relevance Sort by last modified time
    Searched full:windownameditems (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLNameCollection.cpp 47 ASSERT(type() == WindowNamedItems || type() == DocumentNamedItems);
65 case WindowNamedItems:
CollectionType.h 40 WindowNamedItems,
HTMLCollection.cpp 57 case WindowNamedItems:
89 case WindowNamedItems:
141 case WindowNamedItems:
175 if (type() != WindowNamedItems && type() != DocumentNamedItems)
185 if (!element->isHTMLElement() && !(type == DocAll || type == NodeChildren || type == WindowNamedItems))
228 case WindowNamedItems:
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 428 RefPtr<HTMLCollection> items = doc->windowNamedItems(propName);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 380 PassRefPtr<HTMLCollection> windowNamedItems(const AtomicString& name);
    [all...]
Document.cpp     [all...]

Completed in 2073 milliseconds