Searched refs:convertSelfToChild (Results 1 – 4 of 4) sorted by relevance
172 localRect.setLocation(parentWidget->convertSelfToChild(this, localRect.location())); in convertFromContainingView()190 return parentWidget->convertSelfToChild(this, parentPoint); in convertFromContainingView()200 IntPoint Widget::convertSelfToChild(const Widget*, const IntPoint& point) const in convertSelfToChild() function in WebCore::Widget
131 virtual IntPoint convertSelfToChild(const Widget*, const IntPoint&) const;
66 IntPoint pos = parent->convertSelfToChild(child, e.position()); in constructRelativeMouseEvent()78 IntPoint pos = parent->convertSelfToChild(child, e.position()); in constructRelativeWheelEvent()
218 virtual IntPoint convertSelfToChild(const Widget* child, const IntPoint& point) const OVERRIDE in convertSelfToChild() function