Searched refs:convertToRootView (Results 1 – 4 of 4) sorted by relevance
76 IntRect Widget::convertToRootView(const IntRect& localRect) const in convertToRootView() function in WebCore::Widget80 return parentWidget->convertToRootView(parentRect); in convertToRootView()94 IntPoint Widget::convertToRootView(const IntPoint& localPoint) const in convertToRootView() function in WebCore::Widget98 return parentWidget->convertToRootView(parentPoint); in convertToRootView()
98 IntRect convertToRootView(const IntRect&) const;101 IntPoint convertToRootView(const IntPoint&) const;
137 …newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnc… in checkAnchorStatus()
513 …IntRect scrollViewRect = convertToRootView(IntRect((shouldPlaceVerticalScrollbarOnLeft() && vertic… in rectToCopyOnScroll()584 return convertToRootView(viewPoint); in contentsToRootView()598 return convertToRootView(viewRect); in contentsToRootView()