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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
IFrameContentLayerAndroid.cpp 15 IntRect scrollBounds;
16 getScrollBounds(&scrollBounds);
17 if (!scrollBounds.width() && !scrollBounds.height())
19 SkScalar newX = SkScalarPin(x, scrollBounds.x(), scrollBounds.width());
20 SkScalar newY = SkScalarPin(y, scrollBounds.y(), scrollBounds.height());
ScrollableLayerAndroid.cpp 17 IntRect scrollBounds;
18 getScrollBounds(&scrollBounds);
19 if (!scrollBounds.width() && !scrollBounds.height())
21 SkScalar newX = SkScalarPin(x, scrollBounds.x(), scrollBounds.width());
22 SkScalar newY = SkScalarPin(y, scrollBounds.y(), scrollBounds.height());
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 73 milliseconds