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

  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp 143 parentRect.setLocation(parentWidget->convertChildToSelf(this, localRect.location()));
163 return parentWidget->convertChildToSelf(this, localPoint);
176 IntPoint Widget::convertChildToSelf(const Widget*, const IntPoint& point) const
Widget.h 129 virtual IntPoint convertChildToSelf(const Widget*, const IntPoint&) const;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 217 virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const

Completed in 137 milliseconds