Home | History | Annotate | Download | only in editing

Lines Matching defs:markup

27 #include "markup.h"
419 String markup = escapeContentText(useRenderedText ? renderedText(node, range) : stringValueForRange(node, range), false);
420 markup = convertHTMLTextToInterchangeFormat(markup, static_cast<const Text*>(node));
421 append(result, markup);
678 // Add an interchange newline if a paragraph break is selected and a br won't already be added to the markup to represent it.
802 // Disable the delete button so it's elements are not serialized into the markup,
855 markup)
878 // Add the node to the markup.
907 // Surround the currently accumulated markup with markup for ancestors we never opened as we leave the subtree(s) rooted at those ancestors.
926 // We added markup for this node, and we're descending into it. Set it to close eventually.
931 // the structure and appearance of the copied markup.
1016 // Add a wrapper span with the styles that all of the nodes in the markup inherit.
1059 PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document* document, const String& markup, const String& baseURL, FragmentScriptingPermission scriptingPermission)
1065 RefPtr<DocumentFragment> fragment = element->createContextualFragment(markup, scriptingPermission);
1227 // disable the delete button so it's elements are not serialized into the markup