Home
last modified time | relevance | path

Searched refs:createMarkup (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/WebCore/editing/
Dmarkup.h47 String createMarkup(const Range*,
49 String createMarkup(const Node*, EChildrenOnly = IncludeNode, Vector<Node*>* = 0);
Dmarkup.cpp787 String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange annotate, boo… in createMarkup() function
1061 String createMarkup(const Node* node, EChildrenOnly childrenOnly, Vector<Node*>* nodes) in createMarkup() function
1240 String markupString = createMarkup(node, IncludeNode, 0); in createFullMarkup()
1266 return frame->documentTypeString() + createMarkup(range, 0, AnnotateForInterchange); in createFullMarkup()
DCompositeEditCommand.cpp798 …ToMove != endOfParagraphToMove ? createFragmentFromMarkup(document(), createMarkup(range.get(), 0,… in moveParagraphs()
/external/webkit/WebCore/xml/
DXMLSerializer.cpp44 return createMarkup(node); in serializeToString()
DXSLTProcessor.cpp310 cachedStylesheet->parseString(createMarkup(stylesheetRootNode)); in xsltStylesheetPointer()
328 … sourceDoc = (xmlDocPtr)xmlDocPtrForString(ownerDocument->docLoader(), createMarkup(sourceNode), in xmlDocPtrFromNode()
DXMLHttpRequest.cpp413 String body = createMarkup(document); in send()
/external/webkit/WebKit/wx/
DWebFrame.cpp135 wxString source = createMarkup(doc); in GetPageSource()
166 return createMarkup(m_impl->frame->document()); in GetAsMarkup()
/external/webkit/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp425 String markupString = createMarkup(node, IncludeNode, &nodeList); in create()
477 …String markupString = frame->documentTypeString() + createMarkup(range, &nodeList, AnnotateForInte… in create()
567 …String markupString = frame->documentTypeString() + createMarkup(selectionRange.get(), &nodeList, … in createFromSelection()
/external/webkit/WebCore/platform/qt/
DPasteboardQt.cpp69 html += createMarkup(selectedRange, 0, AnnotateForInterchange); in writeSelection()
DClipboardQt.cpp300 m_writableData->setHtml(createMarkup(range, 0, AnnotateForInterchange)); in writeRange()
/external/webkit/WebCore/platform/chromium/
DPasteboardChromium.cpp73 String html = createMarkup(selectedRange, 0, AnnotateForInterchange); in writeSelection()
DClipboardChromium.cpp335 m_dataObject->textHtml = createMarkup(selectedRange, 0, in writeRange()
/external/webkit/WebCore/platform/gtk/
DPasteboardGtk.cpp108 gchar* markup = g_strdup(createMarkup(selectedRange, 0, AnnotateForInterchange).utf8().data()); in writeSelection()
/external/webkit/WebCore/platform/win/
DPasteboardWin.cpp119 markupToCF_HTML(createMarkup(selectedRange, 0, AnnotateForInterchange), in writeSelection()
DClipboardWin.cpp743 markupToCF_HTML(createMarkup(selectedRange, 0, AnnotateForInterchange), in writeRange()
/external/webkit/WebCore/html/
DHTMLElement.cpp242 return createMarkup(this, ChildrenOnly); in innerHTML()
247 return createMarkup(this); in outerHTML()
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp190 String markup = createMarkup(selectedRange.get(), 0, AnnotateForInterchange); in clipboard_get_contents_cb()
/external/webkit/WebKit/qt/Api/
Dqwebframe.cpp412 return createMarkup(d->frame->document()); in toHtml()
/external/webkit/WebCore/page/
DFrame.cpp1600 return createMarkup(doctype); in documentTypeString()
/external/webkit/WebCore/dom/
DRange.cpp1033 return createMarkup(this); in toHTML()
/external/webkit/WebKit/mac/WebView/
DWebFrame.mm494 … NSString *markupString = createMarkup(core(range), nodes ? &nodeList : 0, AnnotateForInterchange);
/external/webkit/WebCore/
DChangeLog-2007-10-141395 Rewrote both versions of createMarkup to build based on
1420 (WebCore::createMarkup):
1435 (WebCore::createMarkup): The Node version of this function currently never uses
6518 (WebCore::createMarkup): Ditto.
7937 (WebCore::createMarkup):
9226 (WebCore::createMarkup):
9425 (WebCore::createMarkup):
10624 The bug was caused by createMarkup trying to operate on a range that
10640 (WebCore::createMarkup): Always return empty string, not null string.
19287 (WebCore::createMarkup): Changed from single quotes to double quotes and also added missing
[all …]
DChangeLog-2006-12-316651 (WebCore::createMarkup): A null commonAncestorBlock will happen
10196 (WebCore::createMarkup): Call the new subroutine.
10415 (WebCore::createMarkup):
10723 …(WebCore::createMarkup): disable the delete button so it's elements are not serialized into the ma…
11169 (WebCore::createMarkup): If the body is fully selected, add a
11523 (WebCore::createMarkup): Don't traverse into nodes without renderers, unless
15005 annotation when createMarkup enters a select element, but createMarkup
15007 (WebCore::createMarkup): Add markup for unrendered nodes if they are
25981 (WebCore::createMarkup): Migrate to isBlock (isBlockFlow is true for inline replaced
28125 (WebCore::createMarkup):
[all …]
DChangeLog-2005-08-235901 (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.
[all …]
DChangeLog1348 (WebCore::createMarkup): Uses editingStyleAtPosition
6119 createMarkup does not handle CSS properly
6123 …makes all presentational elements (u, s, strike, i, em, b, strong) special ancestor in createMarkup
6130 (WebCore::createMarkup): Uses isElementPresentational and addStyleMarkup
8403 (WebCore::createMarkup): ditto
23322 (WebCore::createMarkup):

12