OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveNodeListBase
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp
31
Node&
LiveNodeListBase
::rootNode() const
38
ContainerNode*
LiveNodeListBase
::rootContainerNode() const
46
void
LiveNodeListBase
::invalidateCache() const
62
void
LiveNodeListBase
::invalidateIdNameCacheMaps() const
LiveNodeList.h
44
class
LiveNodeListBase
: public NodeList {
51
LiveNodeListBase
(Node* ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType,
74
virtual ~
LiveNodeListBase
()
164
ALWAYS_INLINE bool
LiveNodeListBase
::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
189
class LiveNodeList : public
LiveNodeListBase
{
192
:
LiveNodeListBase
(ownerNode.get(), rootType, invalidationType, collectionType == ChildNodeListType,
NodeRareData.h
79
typedef HashMap<std::pair<unsigned char, AtomicString>,
LiveNodeListBase
*, NodeListCacheMapEntryHash<AtomicString> > NodeListAtomicNameCacheMap;
80
typedef HashMap<std::pair<unsigned char, String>,
LiveNodeListBase
*, NodeListCacheMapEntryHash<String> > NodeListNameCacheMap;
138
void removeCacheWithAtomicName(
LiveNodeListBase
* list, CollectionType collectionType, const AtomicString& name = starAtom)
146
void removeCacheWithName(
LiveNodeListBase
* list, CollectionType collectionType, const String& name)
186
LiveNodeListBase
* list = it->value;
193
LiveNodeListBase
* list = it->value;
200
LiveNodeListBase
* list = it->value;
Document.h
125
class
LiveNodeListBase
;
636
void registerNodeList(
LiveNodeListBase
*);
637
void unregisterNodeList(
LiveNodeListBase
*);
[
all
...]
Node.cpp
843
if (nodeListCounts[type] &&
LiveNodeListBase
::shouldInvalidateTypeOnAttributeChange(static_cast<NodeListInvalidationType>(type), attrName))
869
HashSet<
LiveNodeListBase
*>::iterator end = m_listsInvalidatedAtDocument.end();
870
for (HashSet<
LiveNodeListBase
*>::iterator it = m_listsInvalidatedAtDocument.begin(); it != end; ++it)
[
all
...]
Document.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h
34
class HTMLCollection : public
LiveNodeListBase
{
90
friend class
LiveNodeListBase
;
HTMLCollection.cpp
161
:
LiveNodeListBase
(ownerNode, rootTypeFromCollectionType(type), invalidationTypeExcludingIdAndNameAttributes(type),
274
ALWAYS_INLINE Node*
LiveNodeListBase
::iterateForPreviousNode(Node* current) const
291
ALWAYS_INLINE Node*
LiveNodeListBase
::itemBefore(Node* previous) const
336
inline Node*
LiveNodeListBase
::traverseChildNodeListForwardToOffset(unsigned offset, Node* currentNode, unsigned& currentOffset) const
348
inline Element*
LiveNodeListBase
::traverseLiveNodeListFirstElement(ContainerNode& root) const
360
inline Element*
LiveNodeListBase
::traverseLiveNodeListForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset, ContainerNode* root) const
371
bool ALWAYS_INLINE
LiveNodeListBase
::isLastItemCloserThanLastOrCachedItem(unsigned offset) const
381
bool ALWAYS_INLINE
LiveNodeListBase
::isFirstItemCloserThanCachedItem(unsigned offset) const
391
ALWAYS_INLINE void
LiveNodeListBase
::setItemCache(Node* item, unsigned offset, unsigned elementsArrayOffset) const
401
unsigned
LiveNodeListBase
::length() cons
[
all
...]
Completed in 660 milliseconds