Home
last modified time | relevance | path

Searched refs:g_DropSuccessSet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx66 bool DragSource::g_DropSuccessSet = false; member in DragSource
135 if( DragSource::g_DropSuccessSet )
289 g_DropSuccessSet = false; in startDrag()
306 g_DropSuccessSet = false; in startDrag()
H A DDragSource.hxx129 static bool g_DropSuccessSet; member in DragSource
H A DDropTarget.cxx495 DragSource::g_DropSuccessSet = true; in dropComplete()