Searched refs:parentScrollView (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DWidget.cpp74 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
[all...]
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp2635 if (const ScrollView* parentScrollView = parent()) {
2636 if (parentScrollView->isFrameView()) {
2637 const FrameView* parentView = static_cast<const FrameView*>(parentScrollView);
2658 if (const ScrollView* parentScrollView = parent()) {
2659 if (parentScrollView->isFrameView()) {
2660 const FrameView* parentView = static_cast<const FrameView*>(parentScrollView);
2682 if (const ScrollView* parentScrollView = parent()) {
2683 if (parentScrollView->isFrameView()) {
2684 const FrameView* parentView = static_cast<const FrameView*>(parentScrollView);
2707 if (const ScrollView* parentScrollView
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1420 ScrollView* parentScrollView = parent(); local
1421 if (!parentScrollView)
1424 ASSERT(parentScrollView->isFrameView());
1425 IntRect clipRect(static_cast<FrameView*>(parentScrollView)->windowClipRect());

Completed in 93 milliseconds