Searched refs:draggingSource (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeDraggingInfo.h36 id draggingSource; variable
47 - (id)draggingSource;
H A DDumpRenderTreeDraggingInfo.mm42 draggingSource = [source retain];
52 [draggingSource release];
63 return [draggingSource draggingSourceOperationMaskForLocal:YES];
86 - (id)draggingSource
88 return draggingSource;
H A DEventSendingController.mm420 if ([[draggingInfo draggingSource] respondsToSelector:@selector(draggedImage:endedAt:operation:)])
421 [[draggingInfo draggingSource] draggedImage:[draggingInfo draggedImage] endedAt:lastMousePosition operation:dragOperation];
462 if ([[draggingInfo draggingSource] respondsToSelector:@selector(draggedImage:movedTo:)])
463 [[draggingInfo draggingSource] draggedImage:[draggingInfo draggedImage] movedTo:lastMousePosition];
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSViewExtras.m145 [sender draggingSource] != self &&
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm1507 if ([draggingInfo draggingSource] == self)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm3884 if ([draggingInfo draggingSource] == self)

Completed in 131 milliseconds