Searched refs:selectorQueryCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp1110 SelectorQuery* selectorQuery = document().selectorQueryCache().add(selectors, document(), exceptionState);
1123 SelectorQuery* selectorQuery = document().selectorQueryCache().add(selectors, document(), exceptionState);
H A DDocument.h241 SelectorQueryCache& selectorQueryCache();
H A DDocument.cpp682 SelectorQueryCache& Document::selectorQueryCache() function in class:blink::Document
708 selectorQueryCache().invalidate();
2808 selectorQueryCache().invalidate();
H A DElement.cpp2547 SelectorQuery* selectorQuery = document().selectorQueryCache().add(AtomicString(selectors), document(), exceptionState);

Completed in 241 milliseconds