selectorQueryCache  924 Source/core/dom/ContainerNode.cpp     SelectorQuery* selectorQuery = document().selectorQueryCache().add(selectors, document(), exceptionState);
selectorQueryCache  937 Source/core/dom/ContainerNode.cpp     SelectorQuery* selectorQuery = document().selectorQueryCache().add(selectors, document(), exceptionState);
selectorQueryCache  656 Source/core/dom/Document.cpp     selectorQueryCache().invalidate();
selectorQueryCache 2735 Source/core/dom/Document.cpp     selectorQueryCache().invalidate();
selectorQueryCache  254 Source/core/dom/Document.h     SelectorQueryCache& selectorQueryCache();
selectorQueryCache 2621 Source/core/dom/Element.cpp     SelectorQuery* selectorQuery = document().selectorQueryCache().add(AtomicString(selectors), document(), exceptionState);