webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <HTMLCollection.h>
Public Member Functions | |
const Vector< Element * > * | findElementsWithId (const AtomicString &id) const |
const Vector< Element * > * | findElementsWithName (const AtomicString &name) const |
const Vector< AtomicString > & | propertyNames () const |
void | appendToIdCache (const AtomicString &id, Element &) |
void | appendToNameCache (const AtomicString &name, Element &) |
void | didPopulate () |
size_t | memoryCost () const |
const Vector< Element * > * | findElementsWithId (const AtomicString &id) const |
const Vector< Element * > * | findElementsWithName (const AtomicString &name) const |
const Vector< AtomicString > & | propertyNames () const |
void | appendToIdCache (const AtomicString &id, Element &) |
void | appendToNameCache (const AtomicString &name, Element &) |
void | didPopulate () |
size_t | memoryCost () const |
|
inline |
void WebCore::CollectionNamedElementCache::appendToIdCache | ( | const AtomicString & | id, |
Element & | |||
) |
|
inline |
void WebCore::CollectionNamedElementCache::appendToNameCache | ( | const AtomicString & | name, |
Element & | |||
) |
void WebCore::CollectionNamedElementCache::didPopulate | ( | ) |
|
inline |
const Vector<Element*>* WebCore::CollectionNamedElementCache::findElementsWithId | ( | const AtomicString & | id | ) | const |
|
inline |
|
inline |
const Vector<Element*>* WebCore::CollectionNamedElementCache::findElementsWithName | ( | const AtomicString & | name | ) | const |
size_t WebCore::CollectionNamedElementCache::memoryCost | ( | ) | const |
|
inline |
|
inline |
|
inline |