convertFromRootView   70 Source/platform/Widget.cpp         IntRect parentRect = parentWidget->convertFromRootView(rootRect);
convertFromRootView   88 Source/platform/Widget.cpp         IntPoint parentPoint = parentWidget->convertFromRootView(rootPoint);
convertFromRootView  101 Source/platform/Widget.h     IntRect convertFromRootView(const IntRect&) const;
convertFromRootView  104 Source/platform/Widget.h     IntPoint convertFromRootView(const IntPoint&) const;
convertFromRootView  574 Source/platform/scroll/ScrollView.cpp     IntPoint viewPoint = convertFromRootView(rootViewPoint);
convertFromRootView  586 Source/platform/scroll/ScrollView.cpp     IntRect viewRect = convertFromRootView(rootViewRect);