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

  /external/webkit/Source/WebCore/platform/
Widget.cpp 87 return convertFromRootToContainingWindow(this, localRect);
105 return convertFromRootToContainingWindow(this, localPoint);
113 IntRect Widget::convertFromRootToContainingWindow(const Widget*, const IntRect& rect)
123 IntPoint Widget::convertFromRootToContainingWindow(const Widget*, const IntPoint& point)
Widget.h 267 static IntRect convertFromRootToContainingWindow(const Widget* rootWidget, const IntRect&);
270 static IntPoint convertFromRootToContainingWindow(const Widget* rootWidget, const IntPoint&);
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 371 IntRect Widget::convertFromRootToContainingWindow(const Widget* rootWidget, const IntRect& rect)
395 IntPoint Widget::convertFromRootToContainingWindow(const Widget* rootWidget, const IntPoint& point)

Completed in 248 milliseconds