Home
last modified time | relevance | path

Searched refs:SetFixedBounds (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl_fixed_bounds_unittest.cc26 layer->SetFixedBounds(gfx::Size(100, 100)); in TEST()
44 layer->SetFixedBounds(fixed_bounds); in CheckBoundsScaleSimple()
110 fixed_bounds_layer->SetFixedBounds(fixed_bounds); in CompareFixedBoundsLayerAndNormalLayer()
149 fixed_bounds_layer->SetFixedBounds(gfx::Size(fixed_bounds.width() / 2, in CompareFixedBoundsLayerAndNormalLayer()
Dweb_image_layer_impl.cc34 static_cast<WebLayerImplFixedBounds*>(layer_.get())->SetFixedBounds( in setBitmap()
Dweb_layer_impl_fixed_bounds.h36 WEBKIT_COMPOSITOR_BINDINGS_EXPORT void SetFixedBounds(gfx::Size bounds);
Dweb_layer_impl_fixed_bounds.cc72 void WebLayerImplFixedBounds::SetFixedBounds(gfx::Size fixed_bounds) { in SetFixedBounds() function in webkit::WebLayerImplFixedBounds