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

/external/webkit/WebCore/platform/
H A DWidget.cpp154 localRect.setLocation(parentScrollView->convertSelfToChild(this, localRect.location()));
172 return parentScrollView->convertSelfToChild(this, parentPoint);
H A DScrollView.h204 IntPoint convertSelfToChild(const Widget* child, const IntPoint& point) const function in class:WebCore::ScrollView
/external/webkit/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp271 IntPoint pos = parent->convertSelfToChild(child, e.pos());
285 IntPoint pos = parent->convertSelfToChild(child, e.pos());

Completed in 53 milliseconds