Home | History | Annotate | Download | only in editing

Lines Matching defs:createMarkup

524 String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs)
688 String createMarkup(const Node* node, EChildrenOnly childrenOnly, Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs)
877 String markupString = createMarkup(node, IncludeNode, 0);
903 return frame->documentTypeString() + createMarkup(range, 0, AnnotateForInterchange);