Home
last modified time | relevance | path

Searched refs:convertSelfToChild (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/
DWidget.cpp148 localRect.setLocation(parentScrollView->convertSelfToChild(this, localRect.location())); in convertFromContainingView()
166 return parentScrollView->convertSelfToChild(this, parentPoint); in convertFromContainingView()
DScrollView.h266 IntPoint convertSelfToChild(const Widget* child, const IntPoint& point) const in convertSelfToChild() function
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp279 IntPoint pos = parent->convertSelfToChild(child, e.pos()); in constructRelativeMouseEvent()
293 IntPoint pos = parent->convertSelfToChild(child, e.pos()); in constructRelativeWheelEvent()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1411931 (WebCore::ScrollView::convertSelfToChild):
11957 (WebCore::Widget::convertSelfToChild):
17887 (WebCore::ScrollView::convertSelfToChild):
17916 (WebCore::Widget::convertSelfToChild):
31025 (WebCore::ScrollView::convertSelfToChild):
31048 (WebCore::Widget::convertSelfToChild):
DChangeLog-2006-12-3110657 (WebCore::ScrollView::convertSelfToChild):
10705 (WebCore::Widget::convertSelfToChild):
DChangeLog-2009-06-1684713 (WebCore::ScrollView::convertSelfToChild):
88439 Move convertSelfToChild and convertChildToSelf to ScrollView, since
88447 (WebCore::ScrollView::convertSelfToChild):