HomeSort by relevance Sort by last modified time
    Searched defs:SystemBackgroundController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
system_background_controller.cc 23 SystemBackgroundController::SystemBackgroundController(
37 SystemBackgroundController::~SystemBackgroundController() {
41 void SystemBackgroundController::SetColor(SkColor color) {
45 void SystemBackgroundController::OnWindowBoundsChanged(
system_background_controller.h 27 // SystemBackgroundController manages a ui::Layer that's stacked at the bottom
33 class SystemBackgroundController : public aura::WindowObserver {
35 SystemBackgroundController(aura::RootWindow* root_window, SkColor color);
36 virtual ~SystemBackgroundController();
52 DISALLOW_COPY_AND_ASSIGN(SystemBackgroundController);

Completed in 132 milliseconds