OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RecreateWindowLayers
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
drag_window_controller.cc
86
RecreateWindowLayers
();
112
void DragWindowController::
RecreateWindowLayers
() {
114
layer_ = views::corewm::
RecreateWindowLayers
(window_, true);
/external/chromium_org/ui/views/corewm/
window_util.cc
16
// Helper method for
RecreateWindowLayers
() which adds all the existing layers
98
ui::Layer*
RecreateWindowLayers
(aura::Window* window, bool set_bounds) {
112
old_layer->Add(
RecreateWindowLayers
(*it, set_bounds));
Completed in 389 milliseconds