Searched defs:window_shadows_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dresize_shadow_controller.h48 // Creates a shadow for a given window and returns it. |window_shadows_|
55 WindowShadowMap window_shadows_; member in class:ash::ResizeShadowController
/external/chromium_org/ui/wm/core/
H A Dshadow_controller.cc128 // Returns |window|'s shadow from |window_shadows_|, or NULL if no shadow
140 // Creates a new shadow for |window| and stores it in |window_shadows_|. The
144 WindowShadowMap window_shadows_; member in class:wm::ShadowController::Impl
188 window_shadows_.erase(window);
224 WindowShadowMap::const_iterator it = window_shadows_.find(window);
225 return it != window_shadows_.end() ? it->second.get() : NULL;
242 window_shadows_.insert(make_pair(window, shadow));

Completed in 150 milliseconds