Home
last modified time | relevance | path

Searched refs:SelectorQuery (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.h75 class SelectorQuery {
76 WTF_MAKE_NONCOPYABLE(SelectorQuery);
79 explicit SelectorQuery(const CSSSelectorList&);
91 SelectorQuery* add(const AtomicString&, const Document&, ExceptionState&);
95 HashMap<AtomicString, OwnPtr<SelectorQuery> > m_entries;
DSelectorQuery.cpp471 SelectorQuery::SelectorQuery(const CSSSelectorList& selectorList) in SelectorQuery() function in WebCore::SelectorQuery
477 bool SelectorQuery::matches(Element& element) const in matches()
482 PassRefPtr<NodeList> SelectorQuery::queryAll(Node& rootNode) const in queryAll()
487 PassRefPtr<Element> SelectorQuery::queryFirst(Node& rootNode) const in queryFirst()
492 SelectorQuery* SelectorQueryCache::add(const AtomicString& selectors, const Document& document, Exc… in add()
494 HashMap<AtomicString, OwnPtr<SelectorQuery> >::iterator it = m_entries.find(selectors); in add()
517 OwnPtr<SelectorQuery> selectorQuery = adoptPtr(new SelectorQuery(selectorList)); in add()
518 SelectorQuery* rawSelectorQuery = selectorQuery.get(); in add()
DNode.cpp1368SelectorQuery* selectorQuery = document().selectorQueryCache().add(selectors, document(), exceptio… in querySelector()
1381SelectorQuery* selectorQuery = document().selectorQueryCache().add(selectors, document(), exceptio… in querySelectorAll()
DElement.cpp2791SelectorQuery* selectorQuery = document().selectorQueryCache().add(selector, document(), exception… in webkitMatchesSelector()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
Dwebcore_dom.target.darwin-x86.mk122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
Dwebcore_dom.target.linux-mips.mk122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
Dwebcore_dom.target.darwin-mips.mk122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
Dwebcore_dom.target.darwin-arm.mk122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
Dwebcore_dom.target.linux-arm.mk122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
Dcore.gypi2005 'dom/SelectorQuery.cpp',
2006 'dom/SelectorQuery.h',