HomeSort by relevance Sort by last modified time
    Searched refs:WebSmartPasteFormat (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
PasteboardPrivate.h 42 WebSmartPasteFormat,
PasteboardChromium.cpp 158 return PlatformBridge::clipboardIsFormatAvailable(PasteboardPrivate::WebSmartPasteFormat, m_selectionMode ? PasteboardPrivate::SelectionBuffer : PasteboardPrivate::StandardBuffer);
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 51 static UINT WebSmartPasteFormat = 0;
100 WebSmartPasteFormat = ::RegisterClipboardFormat(L"WebKit Smart Paste Format");
140 ::SetClipboardData(WebSmartPasteFormat, 0);
232 return ::IsClipboardFormatAvailable(WebSmartPasteFormat);
  /external/webkit/Source/WebCore/platform/win/
PasteboardWin.cpp 50 static UINT WebSmartPasteFormat = 0;
106 WebSmartPasteFormat = ::RegisterClipboardFormat(L"WebKit Smart Paste Format");
147 ::SetClipboardData(WebSmartPasteFormat, 0);
251 return ::IsClipboardFormatAvailable(WebSmartPasteFormat);
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 225 COMPILE_ASSERT_MATCHING_ENUM(WebClipboard::FormatSmartPaste, PasteboardPrivate::WebSmartPasteFormat);

Completed in 2465 milliseconds