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

Completed in 1317 milliseconds