/external/webkit/Source/WebCore/platform/gtk/ |
PasteboardHelper.cpp | 30 #include "Pasteboard.h" 266 Pasteboard::generalPasteboard()->helper()->fillSelectionData(selectionData, info, dataObject);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitglobals.cpp | 35 #include "Pasteboard.h" 274 Pasteboard::generalPasteboard()->setHelper(WebKit::pasteboardHelperInstance());
|
/external/webkit/Source/WebKit2/WebProcess/ |
com.apple.WebProcess.sb | 8 ;; Distributed notifications, local pasteboard client 138 (global-name "com.apple.pasteboard.1")
|
/external/webkit/Tools/DumpRenderTree/mac/ |
UIDelegate.mm | 114 - (void)webView:(WebView *)sender dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag forView:(NSView *)view 117 draggingInfo = [[DumpRenderTreeDraggingInfo alloc] initWithImage:anImage offset:initialOffset pasteboard:pboard source:sourceObj];
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_failed.txt | 73 /sdcard/android/layout_tests/editing/pasteboard/paste-into-anchor-text.html 74 /sdcard/android/layout_tests/editing/pasteboard/19644-1.html 75 /sdcard/android/layout_tests/editing/pasteboard/copy-crash.html 76 /sdcard/android/layout_tests/editing/pasteboard/5665299.html 77 /sdcard/android/layout_tests/editing/pasteboard/file-input-files-access.html 78 /sdcard/android/layout_tests/editing/pasteboard/get-data-text-plain-drop.html 79 /sdcard/android/layout_tests/editing/pasteboard/get-data-text-plain-paste.html 80 /sdcard/android/layout_tests/editing/pasteboard/paste-blockquote-before-blockquote.html 81 /sdcard/android/layout_tests/editing/pasteboard/5761530-1.html 82 /sdcard/android/layout_tests/editing/pasteboard/copy-in-password-field.htm [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.mm | 179 // Ask our delegate to fill the pasteboard for us. 211 event:event pasteboard:pboard source:self slideBack:YES];
|
bookmark_folder_target.mm | 106 // Put the bookmark information into the pasteboard, and then write our own
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_node_data.h | 101 // pasteboard.
|
bookmark_utils.h | 114 // Returns true if the user can copy from the pasteboard.
|
/external/webkit/Source/WebCore/dom/ |
Clipboard.cpp | 54 // worry about security for these. They don't allow access to the pasteboard anyway.
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDevToolsFrontendImpl.cpp | 46 #include "Pasteboard.h"
|
WebViewImpl.cpp | 79 #include "Pasteboard.h" 552 Pasteboard* pasteboard = Pasteboard::generalPasteboard(); local 553 bool oldSelectionMode = pasteboard->isSelectionMode(); 554 pasteboard->setSelectionMode(true); 556 pasteboard->setSelectionMode(oldSelectionMode); [all...] |
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
WebDefaultUIDelegate.m | 210 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebUIDelegate.h | 507 @param pasteboard The drag pasteboard 510 the contents of the dragging pasteboard. 512 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard;
|
WebUIDelegatePrivate.h | 181 - (void)webView:(WebView *)sender dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag forView:(NSView *)view;
|
WebView.mm | [all...] |
/external/webkit/Source/WebKit/win/ |
WebView.h | 115 /* [in] */ IDataObject *pasteboard, 119 /* [in] */ IDataObject *pasteboard, 275 /* [in] */ IDataObject *pasteboard); 285 /* [in] */ IDataObject *pasteboard); [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
WKView.mm | 525 - (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pasteboard types:(NSArray *)types 531 return _data->_page->writeSelectionToPasteboard([pasteboard name], pasteboardTypes); 553 - (BOOL)readSelectionFromPasteboard:(NSPasteboard *)pasteboard 555 return _data->_page->readSelectionFromPasteboard([pasteboard name]); [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebUIDelegate.idl | 554 @param pasteboard The drag pasteboard 557 the contents of the dragging pasteboard. 558 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard; 560 HRESULT willPerformDragSourceAction([in] IWebView* webView, [in] WebDragSourceAction action, [in] LPPOINT point, [in] IDataObject* pasteboard, [out, retval] IDataObject** newPasteboard); [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog-2006-12-31 | [all...] |
ChangeLog-2005-08-23 | [all...] |
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_mac.mm | 423 - (void)pasteboard:(NSPasteboard*)sender provideDataForType:(NSString*)type { 437 pasteboard:[NSPasteboard pasteboardWithName:NSDragPboard]
|
/external/webkit/Tools/DumpRenderTree/win/ |
UIDelegate.h | 191 /* [in] */ IDataObject *pasteboard,
|
/external/webkit/Source/WebCore/page/mac/ |
EventHandlerMac.mm | 710 NSPasteboard *pasteboard = [NSPasteboard pasteboardWithName:NSDragPboard]; 713 [pasteboard declareTypes:[NSArray array] owner:nil]; 714 return ClipboardMac::create(Clipboard::DragAndDrop, pasteboard, ClipboardWritable, m_frame);
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.mm | 366 pasteboard:pboard
|