HomeSort by relevance Sort by last modified time
    Searched refs:oleDragAndDropReturnValue (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/win/
EventSender.h 39 void replaySavedEvents(HRESULT* oleDragAndDropReturnValue = 0);
EventSender.cpp 225 static void doMouseUp(MSG msg, HRESULT* oleDragAndDropReturnValue = 0)
246 if (oleDragAndDropReturnValue)
247 *oleDragAndDropReturnValue = hr;
351 void replaySavedEvents(HRESULT* oleDragAndDropReturnValue)
363 doMouseUp(msg, oleDragAndDropReturnValue);
407 doMouseUp(msg, oleDragAndDropReturnValue);
UIDelegate.cpp 505 HRESULT oleDragAndDropReturnValue = DRAGDROP_S_CANCEL;
506 replaySavedEvents(&oleDragAndDropReturnValue);
512 return oleDragAndDropReturnValue;

Completed in 31 milliseconds