Searched refs:LPPOINT (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebDropSource.cpp | 96 ::GetCursorPos((LPPOINT)&pt); in generateMouseEvent() 100 ::ScreenToClient(viewWindow, (LPPOINT)&localpt); in generateMouseEvent()
|
D | WebView.h | 243 /* [in] */ LPPOINT point, 271 /* [in] */ LPPOINT point); 366 /* [in] */ LPPOINT point, 598 /* [retval][out] */ LPPOINT offset); 601 /* [in] */ LPPOINT offset);
|
D | WebView.cpp | 3183 /* [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/ |
D | WebInspectorDelegate.h | 183 /* [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/ |
D | UIDelegate.h | 182 /* [in] */ LPPOINT point, in dragSourceActionMaskForPoint() 188 /* [in] */ LPPOINT point, in willPerformDragSourceAction() 203 /* [in] */ LPPOINT point);
|
D | UIDelegate.cpp | 211 /* [in] */ LPPOINT point) in trackCustomPopupMenu()
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebViewPrivate.idl | 75 HRESULT scrollOffset([out, retval] LPPOINT offset); 76 HRESULT scrollBy([in] LPPOINT offset);
|
D | IWebUIDelegate.idl | 546 …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);
|
D | IWebView.idl | 603 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/ |
D | SDL_sysevents.c | 265 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()
|