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

  /external/webkit/WebKit/android/nav/
CachedHistory.cpp 65 void CachedHistory::pinMaxMin(const WebCore::IntRect& viewBounds)
67 if (mMinWorkingHorizontal < viewBounds.y() ||
68 mMinWorkingHorizontal >= viewBounds.bottom())
69 mMinWorkingHorizontal = viewBounds.y();
70 if (mMaxWorkingHorizontal > viewBounds.bottom() ||
71 mMaxWorkingHorizontal <= viewBounds.y())
72 mMaxWorkingHorizontal = viewBounds.bottom();
73 if (mMinWorkingVertical < viewBounds.x() ||
74 mMinWorkingVertical >= viewBounds.right())
75 mMinWorkingVertical = viewBounds.x()
    [all...]
CachedHistory.h 56 const CachedNode* , const WebCore::IntRect& viewBounds);
59 void pinMaxMin(const WebCore::IntRect& viewBounds);
CacheBuilder.cpp     [all...]
  /external/webkit/WebCore/platform/mac/
WidgetMac.mm 222 NSRect viewBounds = [view bounds];
225 CGContextTranslateCTM(cgContext, viewFrame.origin.x - viewBounds.origin.x, viewFrame.origin.y + viewFrame.size.height + viewBounds.origin.y);

Completed in 159 milliseconds