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

  /external/webkit/WebCore/rendering/
RenderObject.cpp     [all...]
RenderFrameSet.cpp 511 IntRect newBounds = absoluteClippedOverflowRect();
512 if (newBounds != oldBounds)
513 view()->repaintViewRectangle(newBounds);
  /external/webkit/WebKit/android/nav/
WebView.cpp 497 IntRect newBounds = node->bounds(frame);
498 IntPoint newCenter = IntPoint(newBounds.x() + (newBounds.width() >> 1),
499 newBounds.y() + (newBounds.height() >> 1));
501 " bounds=(%d,%d,w=%d,h=%d) newBounds=(%d,%d,w=%d,h=%d)",
504 newBounds.x(), newBounds.y(), newBounds.width(), newBounds.height())
    [all...]
CachedRoot.cpp     [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 696 Rect newBounds = new Rect(left, top, left + overlayWidth,
698 mVideoOverlay.setBounds(newBounds);

Completed in 108 milliseconds