Home
last modified time | relevance | path

Searched refs:imagePoint (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.messages.in200 …StartDragDrop(WebCore::IntPoint imagePoint, WebCore::IntPoint dragPoint, uint64_t okEffect, HashMa…
DWebPageProxy.h404 …void startDragDrop(const WebCore::IntPoint& imagePoint, const WebCore::IntPoint& dragPoint, uint64…
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp2436 …IntPoint imagePoint(absRect.maxX() - resizeCornerImage->width(), absRect.maxY() - resizeCornerImag… in scrollTo() local
2437 context->drawImage(resizeCornerImage.get(), box->style()->colorSpace(), imagePoint); in scrollTo()