convertToRootView   80 Source/platform/Widget.cpp         return parentWidget->convertToRootView(parentRect);
convertToRootView   98 Source/platform/Widget.cpp         return parentWidget->convertToRootView(parentPoint);
convertToRootView  100 Source/platform/Widget.h     IntRect convertToRootView(const IntRect&) const;
convertToRootView  103 Source/platform/Widget.h     IntPoint convertToRootView(const IntPoint&) const;
convertToRootView  508 Source/platform/scroll/ScrollView.cpp     IntRect scrollViewRect = convertToRootView(IntRect((shouldPlaceVerticalScrollbarOnLeft() && verticalScrollbar()) ? verticalScrollbar()->width() : 0, 0, visibleWidth(), visibleHeight()));
convertToRootView  581 Source/platform/scroll/ScrollView.cpp     return convertToRootView(viewPoint);
convertToRootView  595 Source/platform/scroll/ScrollView.cpp     return convertToRootView(viewRect);
convertToRootView  131 Source/web/ValidationMessageClientImpl.cpp     newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnchorRect);