Searched refs:imagePoint (Results 1 – 3 of 3) sorted by relevance
200 …StartDragDrop(WebCore::IntPoint imagePoint, WebCore::IntPoint dragPoint, uint64_t okEffect, HashMa…
404 …void startDragDrop(const WebCore::IntPoint& imagePoint, const WebCore::IntPoint& dragPoint, uint64…
2436 …IntPoint imagePoint(absRect.maxX() - resizeCornerImage->width(), absRect.maxY() - resizeCornerImag… in scrollTo() local2437 context->drawImage(resizeCornerImage.get(), box->style()->colorSpace(), imagePoint); in scrollTo()