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

  /external/webkit/Tools/DumpRenderTree/win/
EventSender.h 39 void replaySavedEvents(HRESULT* oleDragAndDropReturnValue = 0);
UIDelegate.cpp 509 HRESULT oleDragAndDropReturnValue = DRAGDROP_S_CANCEL;
510 replaySavedEvents(&oleDragAndDropReturnValue);
516 return oleDragAndDropReturnValue;
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);

Completed in 71 milliseconds