Home
last modified time | relevance | path

Searched refs:canUseFastQuery (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.h59 bool canUseFastQuery(const Node& rootNode) const;
DSelectorQuery.cpp215 inline bool SelectorDataList::canUseFastQuery(const Node& rootNode) const in canUseFastQuery() function in WebCore::SelectorDataList
311 if (!canUseFastQuery(rootNode)) in executeQueryAll()
426 if (!canUseFastQuery(rootNode)) in executeQueryFirst()