HomeSort by relevance Sort by last modified time
    Searched refs:m_selectorQueryCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h     [all...]
Document.cpp 626 if (!m_selectorQueryCache)
627 m_selectorQueryCache = adoptPtr(new SelectorQueryCache());
628 return m_selectorQueryCache.get();
    [all...]

Completed in 32 milliseconds