/external/webkit/WebCore/editing/ |
D | markup.h | 47 String createMarkup(const Range*, 49 String createMarkup(const Node*, EChildrenOnly = IncludeNode, Vector<Node*>* = 0);
|
D | markup.cpp | 787 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()
|
D | CompositeEditCommand.cpp | 798 …ToMove != endOfParagraphToMove ? createFragmentFromMarkup(document(), createMarkup(range.get(), 0,… in moveParagraphs()
|
/external/webkit/WebCore/xml/ |
D | XMLSerializer.cpp | 44 return createMarkup(node); in serializeToString()
|
D | XSLTProcessor.cpp | 310 cachedStylesheet->parseString(createMarkup(stylesheetRootNode)); in xsltStylesheetPointer() 328 … sourceDoc = (xmlDocPtr)xmlDocPtrForString(ownerDocument->docLoader(), createMarkup(sourceNode), in xmlDocPtrFromNode()
|
D | XMLHttpRequest.cpp | 413 String body = createMarkup(document); in send()
|
/external/webkit/WebKit/wx/ |
D | WebFrame.cpp | 135 wxString source = createMarkup(doc); in GetPageSource() 166 return createMarkup(m_impl->frame->document()); in GetAsMarkup()
|
/external/webkit/WebCore/loader/archive/cf/ |
D | LegacyWebArchive.cpp | 425 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/ |
D | PasteboardQt.cpp | 69 html += createMarkup(selectedRange, 0, AnnotateForInterchange); in writeSelection()
|
D | ClipboardQt.cpp | 300 m_writableData->setHtml(createMarkup(range, 0, AnnotateForInterchange)); in writeRange()
|
/external/webkit/WebCore/platform/chromium/ |
D | PasteboardChromium.cpp | 73 String html = createMarkup(selectedRange, 0, AnnotateForInterchange); in writeSelection()
|
D | ClipboardChromium.cpp | 335 m_dataObject->textHtml = createMarkup(selectedRange, 0, in writeRange()
|
/external/webkit/WebCore/platform/gtk/ |
D | PasteboardGtk.cpp | 108 gchar* markup = g_strdup(createMarkup(selectedRange, 0, AnnotateForInterchange).utf8().data()); in writeSelection()
|
/external/webkit/WebCore/platform/win/ |
D | PasteboardWin.cpp | 119 markupToCF_HTML(createMarkup(selectedRange, 0, AnnotateForInterchange), in writeSelection()
|
D | ClipboardWin.cpp | 743 markupToCF_HTML(createMarkup(selectedRange, 0, AnnotateForInterchange), in writeRange()
|
/external/webkit/WebCore/html/ |
D | HTMLElement.cpp | 242 return createMarkup(this, ChildrenOnly); in innerHTML() 247 return createMarkup(this); in outerHTML()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 190 String markup = createMarkup(selectedRange.get(), 0, AnnotateForInterchange); in clipboard_get_contents_cb()
|
/external/webkit/WebKit/qt/Api/ |
D | qwebframe.cpp | 412 return createMarkup(d->frame->document()); in toHtml()
|
/external/webkit/WebCore/page/ |
D | Frame.cpp | 1600 return createMarkup(doctype); in documentTypeString()
|
/external/webkit/WebCore/dom/ |
D | Range.cpp | 1033 return createMarkup(this); in toHTML()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrame.mm | 494 … NSString *markupString = createMarkup(core(range), nodes ? &nodeList : 0, AnnotateForInterchange);
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 1395 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 …]
|
D | ChangeLog-2006-12-31 | 6651 (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 …]
|
D | ChangeLog-2005-08-23 | 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. [all …]
|
D | ChangeLog | 1348 (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):
|