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

/external/webkit/WebCore/platform/
H A DWidget.cpp78 return convertFromContainingWindowToRoot(this, windowRect);
96 return convertFromContainingWindowToRoot(this, windowPoint);
114 IntRect Widget::convertFromContainingWindowToRoot(const Widget*, const IntRect& rect) function in class:WebCore::Widget
124 IntPoint Widget::convertFromContainingWindowToRoot(const Widget*, const IntPoint& point) function in class:WebCore::Widget
H A DWidget.h218 static IntRect convertFromContainingWindowToRoot(const Widget* rootWidget, const IntRect&);
221 static IntPoint convertFromContainingWindowToRoot(const Widget* rootWidget, const IntPoint&);
/external/webkit/WebCore/platform/mac/
H A DWidgetMac.mm304 IntRect Widget::convertFromContainingWindowToRoot(const Widget* rootWidget, const IntRect& rect)
327 IntPoint Widget::convertFromContainingWindowToRoot(const Widget* rootWidget, const IntPoint& point)

Completed in 11 milliseconds