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

  /external/webkit/WebCore/platform/chromium/
PasteboardPrivate.h 42 WebSmartPasteFormat,
  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 49 static UINT WebSmartPasteFormat = 0;
100 WebSmartPasteFormat = ::RegisterClipboardFormat(L"WebKit Smart Paste Format");
141 ::SetClipboardData(WebSmartPasteFormat, NULL);
248 return ::IsClipboardFormatAvailable(WebSmartPasteFormat);
  /external/webkit/WebCore/platform/wince/
PasteboardWince.cpp 50 static UINT WebSmartPasteFormat = 0;
99 WebSmartPasteFormat = ::RegisterClipboardFormat(L"WebKit Smart Paste Format");
139 ::SetClipboardData(WebSmartPasteFormat, 0);
231 return ::IsClipboardFormatAvailable(WebSmartPasteFormat);

Completed in 88 milliseconds