Searched refs:SelectorQuery (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSelectorQuery.h75 class SelectorQuery { class in namespace:WebCore
76 WTF_MAKE_NONCOPYABLE(SelectorQuery);
79 explicit SelectorQuery(const CSSSelectorList&);
91 SelectorQuery* add(const AtomicString&, Document*, ExceptionState&);
95 HashMap<AtomicString, OwnPtr<SelectorQuery> > m_entries;
H A DSelectorQuery.cpp27 #include "core/dom/SelectorQuery.h"
462 SelectorQuery::SelectorQuery(const CSSSelectorList& selectorList) function in class:WebCore::SelectorQuery
468 bool SelectorQuery::matches(Element* element) const
473 PassRefPtr<NodeList> SelectorQuery::queryAll(Node* rootNode) const
478 PassRefPtr<Element> SelectorQuery::queryFirst(Node* rootNode) const
483 SelectorQuery* SelectorQueryCache::add(const AtomicString& selectors, Document* document, ExceptionState& es)
485 HashMap<AtomicString, OwnPtr<SelectorQuery> >::iterator it = m_entries.find(selectors);
508 OwnPtr<SelectorQuery> selectorQuery = adoptPtr(new SelectorQuery(selectorLis
[all...]
H A DNode.cpp60 #include "core/dom/SelectorQuery.h"
1351 SelectorQuery* selectorQuery = document()->selectorQueryCache()->add(selectors, document(), es);
1364 SelectorQuery* selectorQuery = document()->selectorQueryCache()->add(selectors, document(), es);
H A DElement.cpp65 #include "core/dom/SelectorQuery.h"
2502 SelectorQuery* selectorQuery = document()->selectorQueryCache()->add(selector, document(), es);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk149 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
H A Dwebcore_dom.target.darwin-mips.mk149 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
H A Dwebcore_dom.target.darwin-x86.mk149 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
H A Dwebcore_dom.target.linux-arm.mk149 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
H A Dwebcore_dom.target.linux-mips.mk149 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
H A Dwebcore_dom.target.linux-x86.mk149 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \

Completed in 153 milliseconds