Home
last modified time | relevance | path

Searched refs:m_selectorQueryCache (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h1331 OwnPtr<SelectorQueryCache> m_selectorQueryCache; variable
DDocument.cpp665 if (!m_selectorQueryCache) in selectorQueryCache()
666 m_selectorQueryCache = adoptPtr(new SelectorQueryCache()); in selectorQueryCache()
667 return *m_selectorQueryCache; in selectorQueryCache()