|
WEBCORE_EXPORT | PlatformPasteboard (const String &pasteboardName) |
|
WEBCORE_EXPORT void | getTypes (Vector< String > &types) |
|
WEBCORE_EXPORT RefPtr< SharedBuffer > | bufferForType (const String &pasteboardType) |
|
WEBCORE_EXPORT void | getPathnamesForType (Vector< String > &pathnames, const String &pasteboardType) |
|
WEBCORE_EXPORT String | stringForType (const String &pasteboardType) |
|
WEBCORE_EXPORT long | changeCount () const |
|
WEBCORE_EXPORT Color | color () |
|
WEBCORE_EXPORT URL | url () |
|
WEBCORE_EXPORT long | addTypes (const Vector< String > &pasteboardTypes) |
|
WEBCORE_EXPORT long | setTypes (const Vector< String > &pasteboardTypes) |
|
WEBCORE_EXPORT long | copy (const String &fromPasteboard) |
|
WEBCORE_EXPORT long | setBufferForType (SharedBuffer *, const String &pasteboardType) |
|
WEBCORE_EXPORT long | setPathnamesForType (const Vector< String > &pathnames, const String &pasteboardType) |
|
WEBCORE_EXPORT long | setStringForType (const String &, const String &pasteboardType) |
|
WEBCORE_EXPORT void | write (const PasteboardWebContent &) |
|
WEBCORE_EXPORT void | write (const PasteboardImage &) |
|
WEBCORE_EXPORT void | write (const String &pasteboardType, const String &) |
|
WEBCORE_EXPORT RefPtr< SharedBuffer > | readBuffer (int index, const String &pasteboardType) |
|
WEBCORE_EXPORT String | readString (int index, const String &pasteboardType) |
|
WEBCORE_EXPORT URL | readURL (int index, const String &pasteboardType) |
|
WEBCORE_EXPORT int | count () |
|
WEBCORE_EXPORT | PlatformPasteboard (const String &pasteboardName) |
|
WEBCORE_EXPORT void | getTypes (Vector< String > &types) |
|
WEBCORE_EXPORT RefPtr< SharedBuffer > | bufferForType (const String &pasteboardType) |
|
WEBCORE_EXPORT void | getPathnamesForType (Vector< String > &pathnames, const String &pasteboardType) |
|
WEBCORE_EXPORT String | stringForType (const String &pasteboardType) |
|
WEBCORE_EXPORT long | changeCount () const |
|
WEBCORE_EXPORT Color | color () |
|
WEBCORE_EXPORT URL | url () |
|
WEBCORE_EXPORT long | addTypes (const Vector< String > &pasteboardTypes) |
|
WEBCORE_EXPORT long | setTypes (const Vector< String > &pasteboardTypes) |
|
WEBCORE_EXPORT long | copy (const String &fromPasteboard) |
|
WEBCORE_EXPORT long | setBufferForType (SharedBuffer *, const String &pasteboardType) |
|
WEBCORE_EXPORT long | setPathnamesForType (const Vector< String > &pathnames, const String &pasteboardType) |
|
WEBCORE_EXPORT long | setStringForType (const String &, const String &pasteboardType) |
|
WEBCORE_EXPORT void | write (const PasteboardWebContent &) |
|
WEBCORE_EXPORT void | write (const PasteboardImage &) |
|
WEBCORE_EXPORT void | write (const String &pasteboardType, const String &) |
|
WEBCORE_EXPORT RefPtr< SharedBuffer > | readBuffer (int index, const String &pasteboardType) |
|
WEBCORE_EXPORT String | readString (int index, const String &pasteboardType) |
|
WEBCORE_EXPORT URL | readURL (int index, const String &pasteboardType) |
|
WEBCORE_EXPORT int | count () |
|