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 38 Element* namedItemWithIndex(const AtomicString& name, unsigned index) const;
HTMLAllCollection.cpp 50 Element* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLAllCollectionCustom.cpp 105 if (Node* node = impl->namedItemWithIndex(name, index->Uint32Value())) {

Completed in 63 milliseconds