Searched refs:SetFillsBoundsCompletely (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/cc/resources/
H A Dcontent_layer_updater.h26 virtual void SetFillsBoundsCompletely(bool fills_bounds) OVERRIDE;
H A Dlayer_updater.h62 virtual void SetFillsBoundsCompletely(bool fills_bounds) {} function in class:cc::LayerUpdater
H A Dcontent_layer_updater.cc121 void ContentLayerUpdater::SetFillsBoundsCompletely(bool fills_bounds) { function in class:cc::ContentLayerUpdater
/external/chromium_org/ui/compositor/
H A Dlayer_owner.cc47 new_layer->SetFillsBoundsCompletely(old_layer->FillsBoundsCompletely());
H A Dlayer.h261 void SetFillsBoundsCompletely(bool fills_bounds_completely);
H A Dlayer.cc470 void Layer::SetFillsBoundsCompletely(bool fills_bounds_completely) { function in class:ui::Layer
/external/chromium_org/cc/layers/
H A Dcontent_layer.cc117 updater_->SetFillsBoundsCompletely(client_->FillsBoundsCompletely());
/external/chromium_org/ui/aura/
H A Dwindow.h104 // See description in Layer::SetFillsBoundsCompletely.
105 void SetFillsBoundsCompletely(bool fills_bounds);
H A Dwindow.cc321 void Window::SetFillsBoundsCompletely(bool fills_bounds) { function in class:aura::Window
323 layer()->SetFillsBoundsCompletely(fills_bounds);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc1204 content_window_->SetFillsBoundsCompletely(true);

Completed in 1044 milliseconds