Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlsCollection.cpp122 if (hasNameCache()) in updateNameCache()
DHTMLCollection.cpp624 if (hasNameCache()) in updateNameCache()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h132 bool hasNameCache() const { return m_isNameCacheValid; } in hasNameCache() function