Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.cpp162 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
DWidget.h130 virtual IntPoint convertChildToSelf(const Widget*, const IntPoint&) const;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h209 virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const OVERRIDE in convertChildToSelf() function