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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Widget.cpp 82 IntRect Widget::convertFromRootView(const IntRect& rootRect) const
85 IntRect parentRect = parentScrollView->convertFromRootView(rootRect);
100 IntPoint Widget::convertFromRootView(const IntPoint& rootPoint) const
103 IntPoint parentPoint = parentScrollView->convertFromRootView(rootPoint);
Widget.h 101 IntRect convertFromRootView(const IntRect&) const;
104 IntPoint convertFromRootView(const IntPoint&) const;
ScrollView.cpp 604 IntPoint viewPoint = convertFromRootView(rootViewPoint);
616 IntRect viewRect = convertFromRootView(rootViewRect);
    [all...]

Completed in 102 milliseconds