Searched refs:convertChildToSelf (Results 1 – 3 of 3) sorted by relevance
162 parentRect.setLocation(parentWidget->convertChildToSelf(this, localRect.location())); in convertToContainingView()182 return parentWidget->convertChildToSelf(this, localPoint); in convertToContainingView()195 IntPoint Widget::convertChildToSelf(const Widget*, const IntPoint& point) const in convertChildToSelf() function in WebCore::Widget
130 virtual IntPoint convertChildToSelf(const Widget*, const IntPoint&) const;
209 virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const OVERRIDE in convertChildToSelf() function