Home
last modified time | relevance | path

Searched refs:setBounds (Results 1 – 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/manual-tests/accessibility/resources/
DAppletTest.java38 button.setBounds(10,10,100,30); in init()
39 textField.setBounds(10,40,100,40); in init()
/external/junit/src/junit/awtui/
DProgressBar.java66 public void setBounds(int x, int y, int w, int h) { in setBounds() method in ProgressBar
67 super.setBounds(x, y, w, h); in setBounds()
/external/skia/src/animator/
DSkBoundable.h31 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds() function
DSkBoundable.cpp62 fBoundable->setBounds(fMaker.fDisplayList.fBounds); in ~SkBoundableAuto()
/external/webkit/Source/WebKit2/Shared/mac/
DCoreAnimationRenderer.h53 void setBounds(CGRect);
DCoreAnimationRenderer.mm62 void CoreAnimationRenderer::setBounds(CGRect bounds)
64 [m_renderer.get() setBounds:bounds];
/external/skia/include/text/
DSkTextLayout.h29 void setBounds(const SkRect& bounds);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginObjectMac.mm69 [caLayer setBounds:CGRectMake(0, 0, 200, 100)];
85 [sublayer setBounds:CGRectMake(0, 0, 180, 20)];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWinInternal.h61 void setBounds(const FloatRect&);
DLegacyCACFLayerTreeHost.cpp192 rootLayer()->setBounds(bounds()); in createRenderer()
224 rootLayer()->setBounds(bounds()); in resize()
/external/webkit/Source/WebCore/platform/graphics/win/
DWebTiledLayer.h41 virtual void setBounds(const CGRect&);
DWebTiledLayer.cpp86 void WebTiledLayer::setBounds(const CGRect& rect) in setBounds() function in WebCore::WebTiledLayer
91 WebLayer::setBounds(rect); in setBounds()
DGraphicsLayerCACF.cpp526 m_transformLayer->setBounds(rect); in updateLayerSize()
536 m_layer->setBounds(rect); in updateLayerSize()
708 m_contentsLayer->setBounds(rect); in updateContentsRect()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.cpp512 m_transformLayer->setBounds(layerSize); in updateLayerSize()
518 m_layer->setBounds(layerSize); in updateLayerSize()
641 m_contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height())); in updateContentsRect()
DLayerChromium.cpp188 void LayerChromium::setBounds(const IntSize& size) in setBounds() function in WebCore::LayerChromium
298 layer->setBounds(m_bounds); in pushPropertiesTo()
DLayerChromium.h87 void setBounds(const IntSize&);
/external/skia/src/text/
DSkTextLayout.cpp30 void SkTextLayout::setBounds(const SkRect& bounds) { in setBounds() function in SkTextLayout
/external/skia/samplecode/
DSamplePatch.cpp63 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() function in Patch
291 patch.setBounds(fSize0.fX, fSize0.fY); in onDrawContent()
305 patch.setBounds(fSize1.fX, fSize1.fY); in onDrawContent()
/external/chromium/chrome/browser/resources/ntp4/
Dapps_page.js59 setBounds: function(size, x, y) { method in App
Dmost_visited_page.js171 setBounds: function(size, x, y) { method in MostVisited
Dtile_page.js176 tileWrapper.firstChild.setBounds(realTileValues.tileWidth,
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h120 void setBounds(const FloatRect&);
DGraphicsLayerCA.cpp982 m_structuralLayer->setBounds(rect); in updateLayerSize()
987 it->second->setBounds(rect); in updateLayerSize()
1010 m_layer->setBounds(rect); in updateLayerSize()
1014 it->second->setBounds(rect); in updateLayerSize()
1321 m_contentsLayer->setBounds(rect); in updateContentsRect()
1327 it->second->setBounds(rect); in updateContentsRect()
2302 newLayer->setBounds(layer->bounds()); in cloneLayer()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.h131 void setBounds(const IntSize& bounds) { m_bounds = bounds; } in setBounds() function
/external/skia/gpu/include/
DGrContext_impl.h96 b.setBounds(geo.positions(), vertexCount); in drawCustomVertices()

12