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

  /external/webkit/Source/WebCore/platform/
Widget.cpp 74 if (const ScrollView* parentScrollView = parent()) {
75 IntRect parentRect = parentScrollView->convertFromContainingWindow(windowRect);
83 if (const ScrollView* parentScrollView = parent()) {
85 return parentScrollView->convertToContainingWindow(parentRect);
92 if (const ScrollView* parentScrollView = parent()) {
93 IntPoint parentPoint = parentScrollView->convertFromContainingWindow(windowPoint);
101 if (const ScrollView* parentScrollView = parent()) {
103 return parentScrollView->convertToContainingWindow(parentPoint);
136 if (const ScrollView* parentScrollView = parent()) {
138 parentRect.setLocation(parentScrollView->convertChildToSelf(this, localRect.location()))
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]

Completed in 88 milliseconds