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

  /external/chromium_org/ui/wm/core/
shadow_controller.h 30 // ShadowController observes changes to windows and creates and updates drop
31 // shadows as needed. ShadowController itself is light weight and per
32 // ActivationClient. ShadowController delegates to its implementation class,
34 class WM_EXPORT ShadowController :
39 explicit TestApi(ShadowController* controller) : controller_(controller) {}
45 ShadowController* controller_; // not owned
50 explicit ShadowController(aura::client::ActivationClient* activation_client);
51 virtual ~ShadowController();
64 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 49 milliseconds