Searched refs:contentsY (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DTouch.cpp46 static int contentsY(Frame* frame) function in namespace:WebCore
60 , m_clientY(pageY - contentsY(frame))
H A DMouseRelatedEvent.cpp64 static int contentsY(AbstractView* abstractView) function in namespace:WebCore
137 m_pageY = clientY + contentsY(view());
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp4249 int contentsY = point.y(); local
4250 offsetForContents(contentsX, contentsY);
4251 IntPoint pointInContents(contentsX, contentsY);

Completed in 89 milliseconds