OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_container
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
screen_position_controller.cc
171
aura::Window*
dst_container
= NULL;
local
178
dst_container
= Shell::GetContainer(dst_root, container_id);
181
if (
dst_container
&& window->parent() !=
dst_container
) {
194
dst_container
->AddChild(window);
/external/chromium_org/ash/
root_window_controller.cc
129
aura::Window*
dst_container
= Shell::GetContainer(dst, id);
local
143
ReparentWindow(*iter,
dst_container
);
[
all
...]
Completed in 823 milliseconds