/external/webkit/Source/WebKit/mac/WebView/ |
WebHTMLViewInternal.h | 53 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard;
|
WebDocumentPrivate.h | 47 - (void)writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
|
WebViewData.h | 158 NSPasteboard *insertionPasteboard;
|
WebHTMLView.mm | 384 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard inContext:(DOMRange *)context allowPlainText:(BOOL)allowPlainText; 385 - (NSString *)_plainTextFromPasteboard:(NSPasteboard *)pasteboard; 386 - (void)_pasteWithPasteboard:(NSPasteboard *)pasteboard allowPlainText:(BOOL)allowPlainText; 387 - (void)_pasteAsPlainTextWithPasteboard:(NSPasteboard *)pasteboard; 397 - (void)_writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard cachedAttributedString:(NSAttributedString *)attributedString; 763 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard 855 - (NSString *)_plainTextFromPasteboard:(NSPasteboard *)pasteboard 892 - (void)_pasteWithPasteboard:(NSPasteboard *)pasteboard allowPlainText:(BOOL)allowPlainText [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebDragClient.h | 51 virtual void declareAndWriteDragImage(NSPasteboard*, DOMElement*, NSURL*, NSString*, WebCore::Frame*);
|
WebEditorClient.h | 99 virtual void setInsertionPasteboard(NSPasteboard *);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebDragClient.mm | 103 NSPasteboard *pasteboard = static_cast<ClipboardMac*>(clipboard)->pasteboard(); 123 void WebDragClient::declareAndWriteDragImage(NSPasteboard* pasteboard, DOMElement* element, NSURL* URL, NSString* title, WebCore::Frame* frame)
|
WebEditorClient.h | 75 virtual void setInsertionPasteboard(NSPasteboard *);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
DumpRenderTreePasteboard.m | 37 @interface LocalPasteboard : NSPasteboard 51 + (NSPasteboard *)_pasteboardWithName:(NSString *)name
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_editor.mm | 34 NSPasteboard* pb = [NSPasteboard generalPasteboard]; 66 NSPasteboard* pboard = [NSPasteboard pasteboardWithName:NSDragPboard]; 90 observer->CopyToPasteboard([NSPasteboard generalPasteboard]);
|
ev_bubble_decoration.mm | 110 NSPasteboard* EVBubbleDecoration::GetDragPasteboard() {
|
autocomplete_text_field_editor_unittest.mm | 198 EXPECT_CALL(field_observer_, CopyToPasteboard(A<NSPasteboard*>())) 219 EXPECT_CALL(field_observer_, CopyToPasteboard(A<NSPasteboard*>()))
|
autocomplete_text_field.h | 51 virtual void CopyToPasteboard(NSPasteboard* pboard) = 0;
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_contents_drag_source.mm | 44 pasteboard:(NSPasteboard*)pboard
|
web_drag_source.mm | 28 #import "third_party/mozilla/NSPasteboard+Utils.h" 139 pasteboard:(NSPasteboard*)pboard 166 - (void)lazyWriteToPasteboard:(NSPasteboard*)pboard forType:(NSString*)type {
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebNSPasteboardExtras.h | 42 @interface NSPasteboard (WebExtras)
|
/external/webkit/Source/WebCore/platform/mac/ |
PasteboardMac.mm | 117 static Pasteboard* pasteboard = new Pasteboard([NSPasteboard generalPasteboard]); 121 Pasteboard::Pasteboard(NSPasteboard* pboard) 131 void Pasteboard::writeSelection(NSPasteboard* pasteboard, NSArray* pasteboardTypes, Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) 219 void Pasteboard::writePlainText(NSPasteboard* pasteboard, const String& text) 238 NSPasteboard *pasteboard = m_pasteboard.get(); 244 void Pasteboard::writeURL(NSPasteboard* pasteboard, NSArray* types, const KURL& url, const String& titleStr, Frame* frame)
|
DragDataMac.mm | 58 , m_pasteboard([NSPasteboard pasteboardWithName:dragStorageName])
|
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_mac.mm | 33 #import "third_party/mozilla/NSPasteboard+Utils.h" 423 - (void)pasteboard:(NSPasteboard*)sender provideDataForType:(NSString*)type { 437 pasteboard:[NSPasteboard pasteboardWithName:NSDragPboard]
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.mm | 180 NSPasteboard* pboard = [NSPasteboard pasteboardWithName:NSDragPboard];
|
bookmark_button_unittest.mm | 28 - (void)fillPasteboard:(NSPasteboard*)pboard
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_mac.h | 96 virtual void CopyToPasteboard(NSPasteboard* pboard);
|
/external/clang/test/Analysis/ |
PR3991.m | 22 @end @class NSBitmapImageRep, NSCursor, NSGraphicsContext, NSImage, NSPasteboard, NSScrollView, NSWindow, NSAttributedString;
|
/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/ |
WebKit.order | 220 +[NSPasteboard(WebExtras) _web_dragTypesForURL] [all...] |