HomeSort by relevance Sort by last modified time
    Searched refs:SelectorQuery (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.h 87 class SelectorQuery {
88 WTF_MAKE_NONCOPYABLE(SelectorQuery);
91 static PassOwnPtr<SelectorQuery> adopt(CSSSelectorList&);
97 explicit SelectorQuery(CSSSelectorList&);
106 SelectorQuery* add(const AtomicString&, const Document&, ExceptionState&);
110 HashMap<AtomicString, OwnPtr<SelectorQuery> > m_entries;
SelectorQuery.cpp 28 #include "core/dom/SelectorQuery.h"
470 PassOwnPtr<SelectorQuery> SelectorQuery::adopt(CSSSelectorList& selectorList)
472 return adoptPtr(new SelectorQuery(selectorList));
475 SelectorQuery::SelectorQuery(CSSSelectorList& selectorList)
481 bool SelectorQuery::matches(Element& element) const
486 PassRefPtrWillBeRawPtr<StaticNodeList> SelectorQuery::queryAll(ContainerNode& rootNode) const
491 PassRefPtrWillBeRawPtr<Element> SelectorQuery::queryFirst(ContainerNode& rootNode) const
496 SelectorQuery* SelectorQueryCache::add(const AtomicString& selectors, const Document& document, ExceptionState& (…)
    [all...]
ContainerNode.cpp 41 #include "core/dom/SelectorQuery.h"
    [all...]
Element.cpp 65 #include "core/dom/SelectorQuery.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.darwin-arm64.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.darwin-mips.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.darwin-x86.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.darwin-x86_64.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.linux-arm.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.linux-arm64.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.linux-mips.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.linux-x86.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \
webcore_dom.target.linux-x86_64.mk 122 third_party/WebKit/Source/core/dom/SelectorQuery.cpp \

Completed in 99 milliseconds