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 684 if (!m_selectorQueryCache)
685 m_selectorQueryCache = adoptPtr(new SelectorQueryCache());
686 return *m_selectorQueryCache;
    [all...]

Completed in 32 milliseconds