Searched refs:SelectorQuery (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | SelectorQuery.h | 75 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;
|
D | SelectorQuery.cpp | 471 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()
|
D | Node.cpp | 1368 …SelectorQuery* selectorQuery = document().selectorQueryCache().add(selectors, document(), exceptio… in querySelector() 1381 …SelectorQuery* selectorQuery = document().selectorQueryCache().add(selectors, document(), exceptio… in querySelectorAll()
|
D | Element.cpp | 2791 …SelectorQuery* selectorQuery = document().selectorQueryCache().add(selector, document(), exception… in webkitMatchesSelector()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.linux-x86.mk | 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
|
D | webcore_dom.target.darwin-x86.mk | 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
|
D | webcore_dom.target.linux-mips.mk | 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
|
D | webcore_dom.target.darwin-mips.mk | 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
|
D | webcore_dom.target.linux-arm.mk | 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
|
D | core.gypi | 2005 'dom/SelectorQuery.cpp', 2006 'dom/SelectorQuery.h',
|