/external/webkit/Source/WebCore/manual-tests/accessibility/resources/ |
D | AppletTest.java | 38 button.setBounds(10,10,100,30); in init() 39 textField.setBounds(10,40,100,40); in init()
|
/external/junit/src/junit/awtui/ |
D | ProgressBar.java | 66 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/ |
D | SkBoundable.h | 31 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds() function
|
D | SkBoundable.cpp | 62 fBoundable->setBounds(fMaker.fDisplayList.fBounds); in ~SkBoundableAuto()
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | CoreAnimationRenderer.h | 53 void setBounds(CGRect);
|
D | CoreAnimationRenderer.mm | 62 void CoreAnimationRenderer::setBounds(CGRect bounds) 64 [m_renderer.get() setBounds:bounds];
|
/external/skia/include/text/ |
D | SkTextLayout.h | 29 void setBounds(const SkRect& bounds);
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginObjectMac.mm | 69 [caLayer setBounds:CGRectMake(0, 0, 200, 100)]; 85 [sublayer setBounds:CGRectMake(0, 0, 180, 20)];
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | PlatformCALayerWinInternal.h | 61 void setBounds(const FloatRect&);
|
D | LegacyCACFLayerTreeHost.cpp | 192 rootLayer()->setBounds(bounds()); in createRenderer() 224 rootLayer()->setBounds(bounds()); in resize()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WebTiledLayer.h | 41 virtual void setBounds(const CGRect&);
|
D | WebTiledLayer.cpp | 86 void WebTiledLayer::setBounds(const CGRect& rect) in setBounds() function in WebCore::WebTiledLayer 91 WebLayer::setBounds(rect); in setBounds()
|
D | GraphicsLayerCACF.cpp | 526 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/ |
D | GraphicsLayerChromium.cpp | 512 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()
|
D | LayerChromium.cpp | 188 void LayerChromium::setBounds(const IntSize& size) in setBounds() function in WebCore::LayerChromium 298 layer->setBounds(m_bounds); in pushPropertiesTo()
|
D | LayerChromium.h | 87 void setBounds(const IntSize&);
|
/external/skia/src/text/ |
D | SkTextLayout.cpp | 30 void SkTextLayout::setBounds(const SkRect& bounds) { in setBounds() function in SkTextLayout
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 63 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/ |
D | apps_page.js | 59 setBounds: function(size, x, y) { method in App
|
D | most_visited_page.js | 171 setBounds: function(size, x, y) { method in MostVisited
|
D | tile_page.js | 176 tileWrapper.firstChild.setBounds(realTileValues.tileWidth,
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | PlatformCALayer.h | 120 void setBounds(const FloatRect&);
|
D | GraphicsLayerCA.cpp | 982 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/ |
D | CCLayerImpl.h | 131 void setBounds(const IntSize& bounds) { m_bounds = bounds; } in setBounds() function
|
/external/skia/gpu/include/ |
D | GrContext_impl.h | 96 b.setBounds(geo.positions(), vertexCount); in drawCustomVertices()
|