|
bool | elementMatches (const Element &element) const |
|
virtual | ~HTMLNameCollection () |
|
Document & | document () |
|
| CachedHTMLCollection (ContainerNode &base, CollectionType) |
|
| CachedHTMLCollection (ContainerNode &base, CollectionType) |
|
virtual | ~CachedHTMLCollection () |
|
virtual | ~CachedHTMLCollection () |
|
unsigned | length () const final |
|
unsigned | length () const final |
|
Element * | item (unsigned offset) const override |
|
Element * | item (unsigned offset) const override |
|
Element * | namedItem (const AtomicString &name) const override |
|
Element * | namedItem (const AtomicString &name) const override |
|
size_t | memoryCost () const final |
|
size_t | memoryCost () const final |
|
CollectionTraversalIterator | collectionBegin () const |
|
CollectionTraversalIterator | collectionBegin () const |
|
CollectionTraversalIterator | collectionLast () const |
|
CollectionTraversalIterator | collectionLast () const |
|
CollectionTraversalIterator | collectionEnd () const |
|
CollectionTraversalIterator | collectionEnd () const |
|
void | collectionTraverseForward (CollectionTraversalIterator ¤t, unsigned count, unsigned &traversedCount) const |
|
void | collectionTraverseForward (CollectionTraversalIterator ¤t, unsigned count, unsigned &traversedCount) const |
|
void | collectionTraverseBackward (CollectionTraversalIterator ¤t, unsigned count) const |
|
void | collectionTraverseBackward (CollectionTraversalIterator ¤t, unsigned count) const |
|
bool | collectionCanTraverseBackward () const |
|
bool | collectionCanTraverseBackward () const |
|
void | willValidateIndexCache () const |
|
void | willValidateIndexCache () const |
|
void | invalidateCache (Document &) override |
|
void | invalidateCache (Document &) override |
|
bool | elementMatches (Element &) const |
|
bool | elementMatches (Element &) const |
|
virtual | ~HTMLCollection () |
|
const Vector< AtomicString > & | supportedPropertyNames () |
|
Vector< Ref< Element > > | namedItems (const AtomicString &name) const |
|
bool | isRootedAtDocument () const |
|
NodeListInvalidationType | invalidationType () const |
|
CollectionType | type () const |
|
ContainerNode & | ownerNode () const |
|
ContainerNode & | rootNode () const |
|
void | invalidateCacheForAttribute (const QualifiedName *attributeName) |
|
bool | hasNamedElementCache () const |
|
virtual | ~HTMLCollection () |
|
const Vector< AtomicString > & | supportedPropertyNames () |
|
Vector< Ref< Element > > | namedItems (const AtomicString &name) const |
|
bool | isRootedAtDocument () const |
|
NodeListInvalidationType | invalidationType () const |
|
CollectionType | type () const |
|
ContainerNode & | ownerNode () const |
|
ContainerNode & | rootNode () const |
|
void | invalidateCacheForAttribute (const QualifiedName *attributeName) |
|
bool | hasNamedElementCache () const |
|
virtual | ~NodeList () |
|
Iterator | createIterator () |
|
virtual bool | isLiveNodeList () const |
|
virtual bool | isChildNodeList () const |
|
virtual bool | isEmptyNodeList () const |
|
virtual | ~NodeList () |
|
Iterator | createIterator () |
|
virtual bool | isLiveNodeList () const |
|
virtual bool | isChildNodeList () const |
|
virtual bool | isEmptyNodeList () const |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|
void | deref () const |
|
void | deref () const |
|
void | deref () const |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
|
using | CollectionTraversalIterator = typename CollectionTraversal< traversalType >::Iterator |
|
using | CollectionTraversalIterator = typename CollectionTraversal< traversalType >::Iterator |
|
enum | RootType { IsRootedAtNode,
IsRootedAtDocument,
IsRootedAtNode,
IsRootedAtDocument
} |
|
enum | RootType { IsRootedAtNode,
IsRootedAtDocument,
IsRootedAtNode,
IsRootedAtDocument
} |
|
| HTMLNameCollection (Document &, CollectionType, const AtomicString &name) |
|
| HTMLCollection (ContainerNode &base, CollectionType) |
|
virtual void | updateNamedElementCache () const |
|
WEBCORE_EXPORT Element * | namedItemSlow (const AtomicString &name) const |
|
void | setNamedItemCache (std::unique_ptr< CollectionNamedElementCache >) const |
|
const CollectionNamedElementCache & | namedItemCaches () const |
|
Document & | document () const |
|
void | invalidateNamedElementCache (Document &) const |
|
| HTMLCollection (ContainerNode &base, CollectionType) |
|
virtual void | updateNamedElementCache () const |
|
WEBCORE_EXPORT Element * | namedItemSlow (const AtomicString &name) const |
|
void | setNamedItemCache (std::unique_ptr< CollectionNamedElementCache >) const |
|
const CollectionNamedElementCache & | namedItemCaches () const |
|
Document & | document () const |
|
void | invalidateNamedElementCache (Document &) const |
|
| ~ScriptWrappable () |
|
| ~ScriptWrappable () |
|
| RefCounted () |
|
| RefCounted () |
|
| RefCounted () |
|
| ~RefCounted () |
|
| ~RefCounted () |
|
| ~RefCounted () |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|
| RefCountedBase () |
|
| ~RefCountedBase () |
|
bool | derefBase () const |
|
bool | deletionHasBegun () const |
|
static RootType | rootTypeFromCollectionType (CollectionType) |
|
static RootType | rootTypeFromCollectionType (CollectionType) |
|
AtomicString | m_name |
|
Ref< ContainerNode > | m_ownerNode |
|
std::unique_ptr< CollectionNamedElementCache > | m_namedElementCache |
|
const unsigned | m_collectionType: 5 |
|
const unsigned | m_invalidationType: 4 |
|
const unsigned | m_rootType: 1 |
|