HomeSort by relevance Sort by last modified time
    Searched refs:BackgroundController (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/athena/screen/
background_controller.h 22 class BackgroundController {
24 explicit BackgroundController(aura::Window* container);
25 ~BackgroundController();
32 DISALLOW_COPY_AND_ASSIGN(BackgroundController);
background_controller.cc 46 BackgroundController::BackgroundController(aura::Window* container) {
64 BackgroundController::~BackgroundController() {
69 void BackgroundController::SetImage(const gfx::ImageSkia& image) {
screen_manager_impl.cc 109 scoped_ptr<BackgroundController> background_controller_;
124 background_controller_.reset(new BackgroundController(background_window_));

Completed in 53 milliseconds