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

  /external/chromium_org/ash/wm/
resize_shadow_controller.h 48 // 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/
shadow_controller.cc 116 // Returns |window|'s shadow from |window_shadows_|, or NULL if no shadow
128 // Creates a new shadow for |window| and stores it in |window_shadows_|. The
132 WindowShadowMap window_shadows_; member in class:wm::ShadowController::Impl
176 window_shadows_.erase(window);
211 WindowShadowMap::const_iterator it = window_shadows_.find(window);
212 return it != window_shadows_.end() ? it->second.get() : NULL;
227 window_shadows_.insert(make_pair(window, shadow));

Completed in 70 milliseconds