Home
last modified time | relevance | path

Searched defs:markupString (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/mac/DOM/
DWebDOMOperations.mm98 {
182 {
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp426 String markupString = createMarkup(node, IncludeNode, &nodeList); in create() local
478 …String markupString = frame->documentTypeString() + createMarkup(range, &nodeList, AnnotateForInte… in create() local
483 PassRefPtr<LegacyWebArchive> LegacyWebArchive::create(const String& markupString, Frame* frame, con… in create()
568 …String markupString = frame->documentTypeString() + createMarkup(selectionRange.get(), &nodeList, … in createFromSelection() local
/external/webkit/Source/WebCore/platform/haiku/
DPasteboardHaiku.cpp105 … BString markupString(createMarkup(selectedRange, 0, AnnotateForInterchange, false, AbsoluteURLs)); in writeSelection() local
/external/webkit/Source/WebCore/platform/gtk/
DPasteboardHelper.cpp125 …GOwnPtr<gchar> markupString(g_strndup(reinterpret_cast<const char*>(gtk_selection_data_get_data(da… in selectionDataToUTF8String() local
/external/webkit/Source/WebCore/editing/
Dmarkup.cpp877 String markupString = createMarkup(node, IncludeNode, 0); in createFullMarkup() local