HomeSort by relevance Sort by last modified time
    Searched refs:pasteboard (Results 51 - 53 of 53) sorted by null

1 23

  /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/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 384 void WebEditorClient::setInsertionPasteboard(NSPasteboard *pasteboard)
386 [m_webView _setInsertionPasteboard:pasteboard];
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 281 draggingInfo = [[DumpRenderTreeDraggingInfo alloc] initWithImage:nil offset:NSZeroSize pasteboard:pboard source:source];
    [all...]

Completed in 145 milliseconds

1 23