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

  /external/webkit/Source/WebCore/platform/gtk/
ClipboardGtk.cpp 44 ClipboardDataTypeURL,
89 return ClipboardDataTypeURL;
112 case ClipboardDataTypeURL:
158 if (type == ClipboardDataTypeURL)
175 if (type == ClipboardDataTypeURIList || type == ClipboardDataTypeURL) {
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.cpp 71 enum ClipboardDataType { ClipboardDataTypeNone, ClipboardDataTypeURL, ClipboardDataTypeText, ClipboardDataTypeTextHTML };
81 return ClipboardDataTypeURL;
430 if (dataType == ClipboardDataTypeURL) {
462 if (dataType == ClipboardDataTypeURL)
483 if (winType == ClipboardDataTypeURL)

Completed in 577 milliseconds