Home
last modified time | relevance | path

Searched refs:mDragSourceHelper (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx178 [(id <MouseEventListener>)mView unregisterMouseEventListener: mDragSourceHelper]; in ~DragSource()
179 [mDragSourceHelper release]; in ~DragSource()
216 mDragSourceHelper = [[DragSourceHelper alloc] initWithDragSource: this]; in initialize()
218 if (mDragSourceHelper == nil) in initialize()
224 [(id <MouseEventListener>)mView registerMouseEventListener: mDragSourceHelper]; in initialize()
297 source: mDragSourceHelper in startDrag()
H A DDragSource.hxx119 DragSourceHelper* mDragSourceHelper; member in DragSource