Home
last modified time | relevance | path

Searched defs:SingleElementSelectorQueryTrait (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.cpp43 struct SingleElementSelectorQueryTrait { struct
44 typedef Element* OutputType;
45 static const bool shouldOnlyMatchFirstElement = true;
46 ALWAYS_INLINE static void appendElement(OutputType& output, Element& element) in appendElement()