Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DSelectorQuery.cpp46 ALWAYS_INLINE static void appendElement(OutputType& output, Element& element) in appendElement() function
56 ALWAYS_INLINE static void appendElement(OutputType& output, Element& element) in appendElement() function
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp135 void SerializerMarkupAccumulator::appendElement(StringBuilder& out, Element& element, Namespaces* n… in appendElement() function in blink::SerializerMarkupAccumulator
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp149 …virtual void appendElement(StringBuilder& out, Element& element, Namespaces*) OVERRIDE { appendEle… in appendElement() function in blink::FINAL
290 void StyledMarkupAccumulator::appendElement(StringBuilder& out, Element& element, bool addDisplayIn… in appendElement() function in blink::StyledMarkupAccumulator
DMarkupAccumulator.cpp384 void MarkupAccumulator::appendElement(StringBuilder& result, Element& element, Namespaces* namespac… in appendElement() function in blink::MarkupAccumulator