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

  /external/chromium_org/athena/screen/
background_controller.cc 46 BackgroundController::BackgroundController(aura::Window* container) {
64 BackgroundController::~BackgroundController() {
69 void BackgroundController::SetImage(const gfx::ImageSkia& image) {
background_controller.h 22 class BackgroundController {
24 explicit BackgroundController(aura::Window* container);
25 ~BackgroundController();
32 DISALLOW_COPY_AND_ASSIGN(BackgroundController);

Completed in 1157 milliseconds