Searched refs:viewBounds (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
H A DCachedHistory.cpp65 void CachedHistory::pinMaxMin(const WebCore::IntRect& viewBounds) argument
67 if (mMinWorkingHorizontal < viewBounds.y() || mMinWorkingHorizontal >= viewBounds.maxY())
68 mMinWorkingHorizontal = viewBounds.y();
69 if (mMaxWorkingHorizontal > viewBounds.maxY() || mMaxWorkingHorizontal <= viewBounds.y())
70 mMaxWorkingHorizontal = viewBounds.maxY();
71 if (mMinWorkingVertical < viewBounds.x() || mMinWorkingVertical >= viewBounds.maxX())
72 mMinWorkingVertical = viewBounds
89 setWorking(CachedFrame::Direction newMove, const CachedFrame* cursorFrame, const CachedNode* cursor, const WebCore::IntRect& viewBounds) argument
[all...]
H A DCachedHistory.h56 const CachedNode* , const WebCore::IntRect& viewBounds);
59 void pinMaxMin(const WebCore::IntRect& viewBounds);
H A DCacheBuilder.cpp2888 WebCore::IntRect viewBounds = frame->view()->platformWidget()->getBounds(); local
2890 viewBounds.setLocation(WebCore::IntPoint(x, y));
2891 cachedFrame->setLocalViewBounds(viewBounds);
/external/webkit/Source/WebCore/platform/mac/
H A DWidgetMac.mm295 NSRect viewBounds = [view bounds];
298 CGContextTranslateCTM(cgContext, viewFrame.origin.x - viewBounds.origin.x, viewFrame.origin.y + viewFrame.size.height + viewBounds.origin.y);

Completed in 152 milliseconds