Home
last modified time | relevance | path

Searched defs:cfhtml (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DClipboardUtilitiesWin.cpp219 String cfhtml(UTF8Encoding().decode(data, dataSize)); in getFullCFHTML() local
240 static String extractMarkupFromCFHTML(const String& cfhtml) in extractMarkupFromCFHTML()
518 String cfhtml = getFullCFHTML(data, success); in getCFHTML() local
526 String cfhtml; in getCFHTML() local
556 PassRefPtr<DocumentFragment> fragmentFromCFHTML(Document* doc, const String& cfhtml) in fragmentFromCFHTML()
580 String cfhtml = getFullCFHTML(data, success); in fragmentFromHTML() local
DPasteboardWin.cpp292 String cfhtml(UTF8Encoding().decode(static_cast<char*>(GlobalLock(cbData)), dataSize)); in documentFragment() local