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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.h 39 Element* namedItemWithIndex(const AtomicString& name, unsigned index) const;
HTMLAllCollection.cpp 49 Element* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLAllCollectionCustom.cpp 114 if (Node* node = impl->namedItemWithIndex(name, index->Uint32Value())) {

Completed in 89 milliseconds