OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeCacheMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h
72
typedef HashMap<StringImpl*, OwnPtr<Vector<Element*> > >
NodeCacheMap
;
84
static void append(
NodeCacheMap
&, const AtomicString&, Element*);
86
mutable
NodeCacheMap
m_idCache;
87
mutable
NodeCacheMap
m_nameCache;
HTMLCollection.cpp
684
void HTMLCollection::append(
NodeCacheMap
& map, const AtomicString& key, Element* element)
Completed in 32 milliseconds