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

  /external/webkit/Source/WebCore/xml/
XMLSerializer.idl 24 DOMString serializeToString(in Node node)
XMLSerializer.cpp 29 String XMLSerializer::serializeToString(Node* node, ExceptionCode& ec)
XMLSerializer.h 36 String serializeToString(Node*, ExceptionCode&);
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
normalize-with-cdata.js 15 shouldBe('serializer.serializeToString(xmlChunk)', '"<foo>This is some text before the CDATA<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>This is some text after the CDATA</foo>"');
19 shouldBe('serializer.serializeToString(xmlChunk)', '"<foo>This is some text before the CDATA<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>This is some text after the CDATA</foo>"');
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 284 return s.serializeToString(document);
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 620 String markup = serializer->serializeToString(shadowRoot, ec);
    [all...]

Completed in 148 milliseconds