Home | History | Annotate | Download | only in win

Lines Matching refs:POINT

1261     POINT coords = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) };
1311 POINT point(view->contentsToWindow(contextMenuController->hitTestResult().point()));
1313 // Translate the point to screen coordinates
1314 if (!::ClientToScreen(m_viewWindow, &point))
1322 m_uiDelegate->trackCustomPopupMenu((IWebView*)this, (OLE_HANDLE)(ULONG64)coreMenu->nativeMenu(), &point);
1327 ::TrackPopupMenuEx(coreMenu->nativeMenu(), flags, point.x, point.y, m_viewWindow, 0);
1505 POINT gestureBeginPoint = {gn->ptsLocation.x, gn->ptsLocation.y};
1654 // If we get to this point, the gesture has not been handled. We forward
3224 // active state after a 0-delay timer fires, at which point GetActiveWindow() will return
3499 /* [in] */ LPPOINT point,
3513 IntPoint webCorePoint = IntPoint(point->x, point->y);
3589 /* [in] */ LPPOINT /*point*/)
3935 /* [in] */ LPPOINT /*point*/,
4994 m_dropTargetHelper->DragEnter(m_viewWindow, pDataObject, (POINT*)&pt, *pdwEffect);
5012 m_dropTargetHelper->DragOver((POINT*)&pt, *pdwEffect);
5045 m_dropTargetHelper->Drop(pDataObject, (POINT*)&pt, *pdwEffect);
5650 // There's no point in tracking active state changes of our parent window if we don't have
5686 /* [in] */ POINT pt,