Home
last modified time | relevance | path

Searched defs:setBounds (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkBoundable.h31 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds() function
/external/junit/src/junit/awtui/
DProgressBar.java66 public void setBounds(int x, int y, int w, int h) { in setBounds() method in ProgressBar
/external/webkit/WebCore/platform/graphics/win/
DWKCACFLayer.cpp420 void WKCACFLayer::setBounds(const CGRect& rect) in setBounds() function in WebCore::WKCACFLayer
/external/webkit/WebKit/android/nav/
DCachedNode.h146 void setBounds(const WebCore::IntRect& bounds) { mBounds = bounds; } in setBounds() function