Home
last modified time | relevance | path

Searched refs:hasIdNameCache (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h84 ALWAYS_INLINE bool hasIdNameCache() const { return !isNodeList(type()); } in hasIdNameCache() function
93 … else if (hasIdNameCache() && (*attrName == HTMLNames::idAttr || *attrName == HTMLNames::nameAttr)) in invalidateCache()
DLiveNodeList.cpp64 ASSERT(hasIdNameCache()); in invalidateIdNameCacheMaps()
DDocument.cpp3441 if (list->hasIdNameCache()) in registerNodeList()
3450 if (list->hasIdNameCache()) in unregisterNodeList()