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

  /external/chromium_org/ash/wm/
resize_shadow_controller.cc 19 for (WindowShadowMap::const_iterator it = window_shadows_.begin();
20 it != window_shadows_.end(); ++it) {
53 window_shadows_.erase(window);
58 window_shadows_.insert(std::make_pair(window, shadow));
69 WindowShadowMap::const_iterator it = window_shadows_.find(window);
70 return it != window_shadows_.end() ? it->second.get() : NULL;
resize_shadow_controller.h 50 // Creates a shadow for a given window and returns it. |window_shadows_|
57 WindowShadowMap window_shadows_; member in class:ash::internal::ResizeShadowController
  /external/chromium_org/ui/views/corewm/
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:views::corewm::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 221 milliseconds