• Home
  • Raw
  • Download

Lines Matching refs:createMarkup

5901         (khtml::createMarkup):
8988 (khtml::createMarkup):
11456 (khtml::createMarkup):
18673 …(khtml::createMarkup): Instead of checking isEndOfBlock on the start position, check if the start's
18806 (khtml::createMarkup): Instead of using upstream to decide if a line break should be
18850 (khtml::createMarkup):
21236 …(khtml::createMarkup): Added code to detect and write out markup for cases where we have a "logica…
21677 The createMarkup() function in markup.cpp iterates over the nodes in a range,
21695 (khtml::createMarkup)
21931 (khtml::createMarkup): Ditto.
23408 (khtml::createMarkup): include PRE if it is an ancestor of the nodes in the range
23492 … * khtml/editing/markup.cpp: (khtml::createMarkup): Added updateLayout calls, and added a missing
23513 …(khtml::createMarkup): The issue was that the code to add parents all the way back to the common a…
24265 … (khtml::createMarkup): retain the Mail quote level by including all ancestor mail block quotes
24416 (khtml::createMarkup): Ditto.
24988 (khtml::createMarkup): Removed debug spam I committed earlier in error.
25113 (khtml::createMarkup): Adds a "default style" span to the content written to the pasteboard.
28293 …* khtml/dom/dom_node.cpp: (Node::toHTML): Call createMarkup since there's no toHTML in NodeImpl an…
28295 (HTMLElementImpl::innerHTML): Changed to call createMarkup.
28306 (KHTMLPart::slotDebugDOMTree): Use createMarkup instead of toHTML.
28319 …* khtml/xml/dom2_rangeimpl.cpp: (DOM::RangeImpl::toHTML): Changed to call createMarkup, and moved …