Home | History | Annotate | Download | only in WebCore

Lines Matching full:pasteboard

5374         Test: editing/pasteboard/paste-plaintext-nowrap.html
12638 Test: editing/pasteboard/drag-drop-url-text.html
13546 (WebCore::Pasteboard::writeSelection):
13547 (WebCore::Pasteboard::canSmartReplace):
13660 Test: editing/pasteboard/drag-drop-iframe-refresh-crash.html
14637 Test: editing/pasteboard/drag-drop-input-textarea.html
14893 (WebCore::ClipboardGtk::create): Added one factory for pasteboard-backed DataObjects and one for DnD-backed objects.
14920 No new tests, because pasteboard DataTransfer tests will be enabled
15068 Test: editing/pasteboard/drag-drop-iframe-refresh-crash.html
19204 editing/pasteboard/copy-backslash-with-euc.html
19216 (WebCore::Pasteboard::writeSelection):
19620 * platform/Pasteboard.h: Added a getter for the PasteboardHelper and made the member private.
19623 (WebCore::Pasteboard::helper): Added, member is now private.
19624 (WebCore::Pasteboard::writeURL): Ditto.
19625 (WebCore::Pasteboard::documentFragment): Update to reflect method renaming.
19626 (WebCore::Pasteboard::plainText): Ditto.
22844 (WebCore::Pasteboard::~Pasteboard):
22845 (WebCore::Pasteboard::generalPasteboard):
22846 - Don't leak the pasteboard at program exit.
22851 (WebCore::Pasteboard::writeSelection):
22855 (WebCore::Pasteboard::writePlainText):
22857 (WebCore::Pasteboard::plainText):
22859 (WebCore::Pasteboard::documentFragment):
22861 (WebCore::Pasteboard::writeURL):
22863 (WebCore::Pasteboard::clear):
23606 Tests: editing/pasteboard/onpaste-text-html.html
25028 (WebCore::Pasteboard::Pasteboard):
29049 * platform/Pasteboard.h:
37834 Tests: editing/pasteboard/dataTransfer-setData-getData.html
39979 (WebCore::Pasteboard::Pasteboard):
43162 Test: LayoutTests/editing/pasteboard/file-input-files-access.html
44216 Test: editing/pasteboard/paste-list-004.html
44584 Test: editing/pasteboard/paste-list-004.html
45833 Make Pasteboard::writeImage() safe against NULL cachedImages, and clean
45842 (WebCore::Pasteboard::writeImage): NULL-check cachedImage().
45844 (WebCore::Pasteboard::writeImage): NULL-check cachedImage().
45846 (WebCore::Pasteboard::writeImage): NULL-check cachedImage().
45848 (WebCore::Pasteboard::writeImage): NULL-check cachedImage().
45850 (WebCore::Pasteboard::writeImage): NULL-check cachedImage().
46673 Test: editing/pasteboard/page-zoom.html
46691 Test: editing/pasteboard/paste-list-003.html
50677 Test: (for regression) editing/pasteboard
50682 (WebCore::Pasteboard::writeSelection):
50683 (WebCore::Pasteboard::documentFragment):
51825 Test: editing/pasteboard/paste-list-002.html
52139 Test: editing/pasteboard/drop-inputtext-acquires-style.html
52142 as a special case. The markup placed in the pasteboard included the style information.
52157 * platform/Pasteboard.h:
52174 (WebCore::Pasteboard::writePlainText): Added helper function.