Searched refs:plainTextWFormat (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DDragDataWin.cpp133 return SUCCEEDED(m_platformDragData->QueryGetData(plainTextWFormat()))
135 return m_dragDataMap.contains(plainTextWFormat()->cfFormat) || m_dragDataMap.contains(plainTextFormat()->cfFormat);
H A DClipboardUtilitiesWin.h44 FORMATETC* plainTextWFormat();
H A DClipboardWin.cpp412 if (medium.hGlobal && FAILED(data->SetData(plainTextWFormat(), &medium, TRUE)))
436 m_writableDataObject->clearData(plainTextWFormat()->cfFormat);
493 if (FAILED(m_writableDataObject->SetData(plainTextWFormat(), &medium, TRUE))) {
511 if (format.cfFormat == plainTextWFormat()->cfFormat || format.cfFormat == plainTextFormat()->cfFormat) {
778 if (medium.hGlobal && FAILED(m_writableDataObject->SetData(plainTextWFormat(), &medium, TRUE)))
798 if (medium.hGlobal && FAILED(m_writableDataObject->SetData(plainTextWFormat(), &medium, TRUE)))
H A DClipboardUtilitiesWin.cpp336 FORMATETC* plainTextWFormat() function in namespace:WebCore
459 if (SUCCEEDED(dataObject->GetData(plainTextWFormat(), &store))) {
487 if (getDataMapItem(data, plainTextWFormat(), text))
740 formatMap.add(plainTextWFormat()->cfFormat, new ClipboardDataItem(plainTextWFormat(), getStringData<UChar>, setUCharData));

Completed in 126 milliseconds