Home
last modified time | relevance | path

Searched refs:SelectorQueryCache (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.h101 class SelectorQueryCache {
DSelectorQuery.cpp495 SelectorQuery* SelectorQueryCache::add(const AtomicString& selectors, const Document& document, Exc… in add()
523 void SelectorQueryCache::invalidate() in invalidate()
DDocument.h138 class SelectorQueryCache; variable
241 SelectorQueryCache& selectorQueryCache();
1297 OwnPtr<SelectorQueryCache> m_selectorQueryCache;
DDocument.cpp682 SelectorQueryCache& Document::selectorQueryCache() in selectorQueryCache()
685 m_selectorQueryCache = adoptPtr(new SelectorQueryCache()); in selectorQueryCache()