Searched refs:SetFixedBounds (Results 1 – 4 of 4) sorted by relevance
26 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()
34 static_cast<WebLayerImplFixedBounds*>(layer_.get())->SetFixedBounds( in setBitmap()
36 WEBKIT_COMPOSITOR_BINDINGS_EXPORT void SetFixedBounds(gfx::Size bounds);
72 void WebLayerImplFixedBounds::SetFixedBounds(gfx::Size fixed_bounds) { in SetFixedBounds() function in webkit::WebLayerImplFixedBounds