HomeSort by relevance Sort by last modified time
    Searched full:nspasteboard (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.m 157 pasteboard:(NSPasteboard *)pasteboard
  /external/webkit/Source/WebKit/mac/WebView/
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.h 161 + (NSURL *)URLFromPasteboard:(NSPasteboard *)pasteboard;
171 + (NSString *)URLTitleFromPasteboard:(NSPasteboard *)pasteboard;
574 - (void)writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
590 - (void)writeElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
WebView.mm 627 NSArray *URLTypes = [NSPasteboard _web_dragTypesForURL];
    [all...]
WebPDFView.mm 526 [NSPasteboard _web_setFindPasteboardString:[[PDFSubview currentSelection] string] withOwner:self];
    [all...]
WebUIDelegate.h 512 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard;
WebViewPrivate.h 509 - (NSPasteboard *)_insertionPasteboard;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 199 + (NSURL *)URLFromPasteboard:(NSPasteboard *)pasteboard;
210 + (NSString *)URLTitleFromPasteboard:(NSPasteboard *)pasteboard;
619 - (void)writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
637 - (void)writeElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
    [all...]
IWebUIDelegate.idl 558 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 128 void WebEditorClient::setInsertionPasteboard(NSPasteboard *)
  /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
EventSendingController.mm 262 NSPasteboard *pboard = [NSPasteboard pasteboardWithUniqueName];
    [all...]
DumpRenderTree.mm 635 poseAsClass("DumpRenderTreePasteboard", "NSPasteboard");
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 322 [[m_webView _editingDelegateForwarder] webView:m_webView didWriteSelectionToPasteboard:[NSPasteboard generalPasteboard]];
327 [[m_webView _editingDelegateForwarder] webView:m_webView didSetSelectionTypesForPasteboard:[NSPasteboard generalPasteboard]];
384 void WebEditorClient::setInsertionPasteboard(NSPasteboard *pasteboard)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 28 - (void)fillPasteboard:(NSPasteboard*)pboard
bookmark_bar_controller.mm     [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.mm 336 NSPasteboard* pboard = decoration->GetDragPasteboard();
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
objc.php 223 'NSPathComponentCell', 'NSPathCell', 'NSPasteboard',
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 710 NSPasteboard *pasteboard = [NSPasteboard pasteboardWithName:NSDragPboard];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 525 - (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pasteboard types:(NSArray *)types
553 - (BOOL)readSelectionFromPasteboard:(NSPasteboard *)pasteboard
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.mm 24 #import "third_party/mozilla/NSPasteboard+Utils.h"
912 void AutocompleteEditViewMac::CopyToPasteboard(NSPasteboard* pb) {
    [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog-2007-10-14 300 (-[NSPasteboard _web_declareAndWriteDragImageForElement:URL:title:archive:source:]):
    [all...]
ChangeLog-2002-12-03 132 (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): don't use addTypes as it doesn't work as I expected
501 (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): declare pboard types if none have been declared, else append types
    [all...]
ChangeLog-2006-02-09 338 (-[NSPasteboard _web_writeImage:element:URL:title:archive:types:]):
339 (-[NSPasteboard _web_declareAndWriteDragImage:element:URL:title:archive:source:]):
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 495 virtual void setInsertionPasteboard(NSPasteboard*) { };

Completed in 1366 milliseconds

1 2 34 5