• Home
  • Raw
  • Download

Lines Matching refs:toHTML

28293 …* khtml/dom/dom_node.cpp: (Node::toHTML): Call createMarkup since there's no toHTML in NodeImpl an…
28306 (KHTMLPart::slotDebugDOMTree): Use createMarkup instead of toHTML.
28318 …* khtml/xml/dom2_rangeimpl.h: Removed extra parameters from toHTML, and unneeded includes and decl…
28319 …* khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::toHTML): Changed to call createMarkup, and moved …
28322 * khtml/xml/dom_nodeimpl.h: Moved toHTML and related functions into markup.cpp.
28455 …(DOM::RangeImpl::toHTML): No longer uses addCommentToHTMLMarkup; now calls interchangeNewlineMarku…
28843 (DOM::RangeImpl::toHTML): Ditto.
29574 (DOM::RangeImpl::toHTML): Calls to startMarkup now pass true for the new annotate flag.
29862 … (DOM::RangeImpl::toHTML): Added new EAnnotateForInterchange default argument to control whether
29867 DOM::RangeImpl::toHTML uses annotations when generating.
33995 …'t return markup if this is a document node, forgot this when factoring this method out from toHTML
34004 (DOM::RangeImpl::toHTML):
34063 (DOM::RangeImpl::toHTML): tweaks
34476 (DOM::RangeImpl::toHTML): serialize the range by iterating through the range
35638 (DOM::RangeImpl::toHTML): Added const.
37183 (DOM::RangeImpl::toHTML): Copying text placed in an anonymous block was failing
37582 (DOM::RangeImpl::toHTML):
37584 (NodeImpl::toHTML):
38422 …(DOM::RangeImpl::toHTML): renamed, don't assume that nodes of the range had renderers, use the com…
50236 (RangeImpl::toHTML): call toHTMLWithOptions with default options
51668 …(-[WebCoreBridge elementAtPoint:]): instead of calling toHTML for every node, put the node on the …
52839 (RangeImpl::toHTML): implemented