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

  /external/chromium_org/ui/views/corewm/
shadow_controller.h 31 // ShadowController observes changes to windows and creates and updates drop
32 // shadows as needed. ShadowController itself is light weight and per
33 // ActivationClient. ShadowController delegates to its implementation class,
35 class VIEWS_EXPORT ShadowController :
40 explicit TestApi(ShadowController* controller) : controller_(controller) {}
46 ShadowController* controller_; // not owned
51 explicit ShadowController(aura::client::ActivationClient* activation_client);
52 virtual ~ShadowController();
65 DISALLOW_COPY_AND_ASSIGN(ShadowController);
shadow_controller.cc 73 // ShadowController::Impl ------------------------------------------------------
75 // Real implementation of the ShadowController. ShadowController observes
79 class ShadowController::Impl :
101 friend class ShadowController;
102 friend class ShadowController::TestApi;
109 // Forwarded from ShadowController.
142 ShadowController::Impl* ShadowController::Impl::instance_ = NULL;
145 ShadowController::Impl* ShadowController::Impl::GetInstance()
    [all...]

Completed in 36 milliseconds