Home
last modified time | relevance | path

Searched refs:texthtmlFormat (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/win/
DClipboardUtilitiesWin.cpp101 static FORMATETC* texthtmlFormat() in texthtmlFormat() function
104 static FORMATETC texthtmlFormat = {cf, 0, DVASPECT_CONTENT, -1, TYMED_HGLOBAL}; in texthtmlFormat() local
105 return &texthtmlFormat; in texthtmlFormat()
440 if (SUCCEEDED(data->GetData(texthtmlFormat(), &store))) { in fragmentFromHTML()
454 …return SUCCEEDED(data->QueryGetData(texthtmlFormat())) || SUCCEEDED(data->QueryGetData(htmlFormat(… in containsHTML()
/external/webkit/WebCore/
DChangeLog-2007-10-1423767 (WebCore::texthtmlFormat):
25480 (WebCore::texthtmlFormat):
26572 (WebCore::texthtmlFormat):