Searched refs:pasteboard (Results 51 - 53 of 53) sorted by relevance

123

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl554 @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);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm384 void WebEditorClient::setInsertionPasteboard(NSPasteboard *pasteboard)
386 [m_webView _setInsertionPasteboard:pasteboard];
/external/webkit/Tools/DumpRenderTree/mac/
H A DEventSendingController.mm281 draggingInfo = [[DumpRenderTreeDraggingInfo alloc] initWithImage:nil offset:NSZeroSize pasteboard:pboard source:source];

Completed in 109 milliseconds

123