Home
last modified time | relevance | path

Searched refs:convertToRootView (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.cpp76 IntRect Widget::convertToRootView(const IntRect& localRect) const in convertToRootView() function in WebCore::Widget
80 return parentWidget->convertToRootView(parentRect); in convertToRootView()
94 IntPoint Widget::convertToRootView(const IntPoint& localPoint) const in convertToRootView() function in WebCore::Widget
98 return parentWidget->convertToRootView(parentPoint); in convertToRootView()
DWidget.h98 IntRect convertToRootView(const IntRect&) const;
101 IntPoint convertToRootView(const IntPoint&) const;
/external/chromium_org/third_party/WebKit/Source/web/
DValidationMessageClientImpl.cpp137 …newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnc… in checkAnchorStatus()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp513 …IntRect scrollViewRect = convertToRootView(IntRect((shouldPlaceVerticalScrollbarOnLeft() && vertic… in rectToCopyOnScroll()
584 return convertToRootView(viewPoint); in contentsToRootView()
598 return convertToRootView(viewRect); in contentsToRootView()