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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1297 OwnPtr<SelectorQueryCache> m_selectorQueryCache; member in class:blink::Document
H A DDocument.cpp684 if (!m_selectorQueryCache)
685 m_selectorQueryCache = adoptPtr(new SelectorQueryCache());
686 return *m_selectorQueryCache;

Completed in 93 milliseconds