HomeSort by relevance Sort by last modified time
    Searched refs:convertToRootView (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Widget.cpp 91 IntRect Widget::convertToRootView(const IntRect& localRect) const
95 return parentScrollView->convertToRootView(parentRect);
109 IntPoint Widget::convertToRootView(const IntPoint& localPoint) const
113 return parentScrollView->convertToRootView(parentPoint);
Widget.h 100 IntRect convertToRootView(const IntRect&) const;
103 IntPoint convertToRootView(const IntPoint&) const;
ScrollView.cpp 540 IntRect scrollViewRect = convertToRootView(IntRect(0, 0, visibleWidth(), visibleHeight()));
611 return convertToRootView(viewPoint);
625 return convertToRootView(viewRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 132 newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnchorRect);

Completed in 221 milliseconds