OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasIdNameCache
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp
64
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 1348 milliseconds