Searched defs:appendElement (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | SelectorQuery.cpp | 46 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/ |
D | PageSerializer.cpp | 135 void SerializerMarkupAccumulator::appendElement(StringBuilder& out, Element& element, Namespaces* n… in appendElement() function in blink::SerializerMarkupAccumulator
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | markup.cpp | 149 …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
|
D | MarkupAccumulator.cpp | 384 void MarkupAccumulator::appendElement(StringBuilder& result, Element& element, Namespaces* namespac… in appendElement() function in blink::MarkupAccumulator
|