Home
last modified time | relevance | path

Searched refs:LPPOINT (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebKit/win/
DWebDropSource.cpp96 ::GetCursorPos((LPPOINT)&pt); in generateMouseEvent()
100 ::ScreenToClient(viewWindow, (LPPOINT)&localpt); in generateMouseEvent()
DWebView.h243 /* [in] */ LPPOINT point,
271 /* [in] */ LPPOINT point);
366 /* [in] */ LPPOINT point,
598 /* [retval][out] */ LPPOINT offset);
601 /* [in] */ LPPOINT offset);
DWebView.cpp3183 /* [in] */ LPPOINT point, in elementAtPoint()
3273 /* [in] */ LPPOINT /*point*/) in moveDragCaretToPoint() argument
3586 /* [in] */ LPPOINT /*point*/, in editableDOMRangeForPoint() argument
4473 /* [retval][out] */ LPPOINT offset) in scrollOffset()
4484 /* [in] */ LPPOINT offset) in scrollBy()
4534 ::ScreenToClient(m_viewWindow, (LPPOINT)&localpt); in DragEnter()
4552 ::ScreenToClient(m_viewWindow, (LPPOINT)&localpt); in DragOver()
4585 ::ScreenToClient(m_viewWindow, (LPPOINT)&localpt); in Drop()
/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h183 /* [in] */ LPPOINT, in dragSourceActionMaskForPoint() argument
189 /* [in] */ LPPOINT, in willPerformDragSourceAction() argument
204 /* [in] */ LPPOINT) { return E_NOTIMPL; } in trackCustomPopupMenu() argument
/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.h182 /* [in] */ LPPOINT point, in dragSourceActionMaskForPoint()
188 /* [in] */ LPPOINT point, in willPerformDragSourceAction()
203 /* [in] */ LPPOINT point);
DUIDelegate.cpp211 /* [in] */ LPPOINT point) in trackCustomPopupMenu()
/external/webkit/WebKit/win/Interfaces/
DIWebViewPrivate.idl75 HRESULT scrollOffset([out, retval] LPPOINT offset);
76 HRESULT scrollBy([in] LPPOINT offset);
DIWebUIDelegate.idl546 …HRESULT dragSourceActionMaskForPoint([in] IWebView* webView, [in] LPPOINT point, [out, retval] Web…
560 …urceAction([in] IWebView* webView, [in] WebDragSourceAction action, [in] LPPOINT point, [in] IData…
584 HRESULT trackCustomPopupMenu([in] IWebView* sender, [in] OLE_HANDLE hMenu, [in] LPPOINT point);
DIWebView.idl603 HRESULT elementAtPoint([in] LPPOINT point, [out, retval] IPropertyBag** elementDictionary);
659 HRESULT moveDragCaretToPoint([in] LPPOINT point);
908 HRESULT editableDOMRangeForPoint([in] LPPOINT point, [out, retval] IDOMRange** range);
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c265 MapWindowPoints(hWnd, NULL, (LPPOINT)&rect, 2); in TrackMouseTimerProc()
671 ClientToScreen(SDL_Window, (LPPOINT)&SDL_bounds); in WinMessage()
672 ClientToScreen(SDL_Window, (LPPOINT)&SDL_bounds+1); in WinMessage()