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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp 25 #include "core/html/HTMLCollection.h"
163 HTMLCollection::HTMLCollection(ContainerNode& ownerNode, CollectionType type, ItemAfterOverrideType itemAfterOverrideType)
171 PassRefPtrWillBeRawPtr<HTMLCollection> HTMLCollection::create(ContainerNode& base, CollectionType type)
173 return adoptRefWillBeNoop(new HTMLCollection(base, type, DoesNotOverrideItemAfter));
176 HTMLCollection::~HTMLCollection()
181 // Named HTMLCollection types remove cache by themselves.
187 void HTMLCollection::invalidateCache(Document* oldDocument) cons
    [all...]
HTMLCollection.h 36 class HTMLCollection : public RefCountedWillBeGarbageCollectedFinalized<HTMLCollection>, public ScriptWrappable, public LiveNodeListBase {
37 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLCollection);
44 static PassRefPtrWillBeRawPtr<HTMLCollection> create(ContainerNode& base, CollectionType);
45 virtual ~HTMLCollection();
71 HTMLCollection(ContainerNode& base, CollectionType, ItemAfterOverrideType);
150 mutable CollectionIndexCache<HTMLCollection, Element> m_collectionIndexCache;
153 DEFINE_TYPE_CASTS(HTMLCollection, LiveNodeListBase, collection, isHTMLCollectionType(collection->type()), isHTMLCollectionType(collection.type()));
155 inline void HTMLCollection::invalidateCacheForAttribute(const QualifiedName* attrName) const
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 68 milliseconds