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

/external/webkit/WebCore/platform/
H A DWidget.cpp87 return convertFromRootToContainingWindow(this, localRect);
105 return convertFromRootToContainingWindow(this, localPoint);
109 IntRect Widget::convertFromRootToContainingWindow(const Widget*, const IntRect& rect) function in class:WebCore::Widget
119 IntPoint Widget::convertFromRootToContainingWindow(const Widget*, const IntPoint& point) function in class:WebCore::Widget
H A DWidget.h217 static IntRect convertFromRootToContainingWindow(const Widget* rootWidget, const IntRect&);
220 static IntPoint convertFromRootToContainingWindow(const Widget* rootWidget, const IntPoint&);
/external/webkit/WebCore/platform/mac/
H A DWidgetMac.mm292 IntRect Widget::convertFromRootToContainingWindow(const Widget* rootWidget, const IntRect& rect)
316 IntPoint Widget::convertFromRootToContainingWindow(const Widget* rootWidget, const IntPoint& point)

Completed in 61 milliseconds