OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:window_shadows_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
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 37 milliseconds