HomeSort by relevance Sort by last modified time
    Searched refs:hasIdNameCache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp 65 ASSERT(hasIdNameCache());
LiveNodeList.h 84 ALWAYS_INLINE bool hasIdNameCache() const { return !isNodeList(type()); }
93 else if (hasIdNameCache() && (*attrName == HTMLNames::idAttr || *attrName == HTMLNames::nameAttr))
Document.cpp     [all...]

Completed in 619 milliseconds