HomeSort by relevance Sort by last modified time
    Searched full:plaintextformat (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
PasteboardPrivate.h 39 PlainTextFormat,
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.h 45 FORMATETC* plainTextFormat();
DragDataWin.cpp 134 || SUCCEEDED(m_platformDragData->QueryGetData(plainTextFormat()));
135 return m_dragDataMap.contains(plainTextWFormat()->cfFormat) || m_dragDataMap.contains(plainTextFormat()->cfFormat);
ClipboardUtilitiesWin.cpp 330 FORMATETC* plainTextFormat()
466 } else if (SUCCEEDED(dataObject->GetData(plainTextFormat(), &store))) {
489 if (getDataMapItem(data, plainTextFormat(), text))
739 formatMap.add(plainTextFormat()->cfFormat, new ClipboardDataItem(plainTextFormat(), getStringData<char>, setUtf8Data));
ClipboardWin.cpp 435 m_writableDataObject->clearData(plainTextFormat()->cfFormat);
511 if (format.cfFormat == plainTextWFormat()->cfFormat || format.cfFormat == plainTextFormat()->cfFormat) {
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 222 COMPILE_ASSERT_MATCHING_ENUM(WebClipboard::FormatPlainText, PasteboardPrivate::PlainTextFormat);

Completed in 90 milliseconds