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 13 SystemBackgroundController::SystemBackgroundController(
27 SystemBackgroundController::~SystemBackgroundController() {
31 void SystemBackgroundController::SetColor(SkColor color) {
35 void SystemBackgroundController::OnWindowBoundsChanged(
system_background_controller.h 22 // SystemBackgroundController manages a ui::Layer that's stacked at the bottom
28 class SystemBackgroundController : public aura::WindowObserver {
30 SystemBackgroundController(aura::Window* root_window, SkColor color);
31 virtual ~SystemBackgroundController();
47 DISALLOW_COPY_AND_ASSIGN(SystemBackgroundController);

Completed in 47 milliseconds