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

  /external/webkit/Source/WebCore/platform/chromium/
PasteboardPrivate.h 42 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/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);

Completed in 380 milliseconds