OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plainTextWFormat
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/win/
DragDataWin.cpp
133
return SUCCEEDED(m_platformDragData->QueryGetData(
plainTextWFormat
()))
135
return m_dragDataMap.contains(
plainTextWFormat
()->cfFormat) || m_dragDataMap.contains(plainTextFormat()->cfFormat);
ClipboardUtilitiesWin.h
44
FORMATETC*
plainTextWFormat
();
ClipboardWin.cpp
412
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)))
ClipboardUtilitiesWin.cpp
336
FORMATETC*
plainTextWFormat
()
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 40 milliseconds