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

  /external/webkit/WebCore/platform/chromium/
PasteboardPrivate.h 42 WebSmartPasteFormat,
PasteboardChromium.cpp 153 return ChromiumBridge::clipboardIsFormatAvailable(PasteboardPrivate::WebSmartPasteFormat, m_selectionMode ? PasteboardPrivate::SelectionBuffer : PasteboardPrivate::StandardBuffer);
  /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);
  /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/WebKit/chromium/src/
AssertMatchingEnums.cpp 176 COMPILE_ASSERT_MATCHING_ENUM(WebClipboard::FormatSmartPaste, PasteboardPrivate::WebSmartPasteFormat);

Completed in 516 milliseconds