OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_container
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc
104
int
src_container
,
112
root_window->GetChildById(
src_container
)->layer()->Remove(layer);
desktop_background_widget_controller.h
39
// Move component from |
src_container
| in |root_window| to |dest_container|.
43
int
src_container
,
desktop_background_controller.cc
431
bool DesktopBackgroundController::ReparentBackgroundWidgets(int
src_container
,
446
src_container
,
462
src_container
,
desktop_background_controller.h
176
bool ReparentBackgroundWidgets(int
src_container
, int dst_container);
/external/chromium_org/ash/
root_window_controller.cc
113
aura::Window*
src_container
= Shell::GetContainer(src, id);
local
115
while (!
src_container
->children().empty()) {
119
src_container
->children().begin();
120
while (iter !=
src_container
->children().end() &&
126
if (iter ==
src_container
->children().end())
Completed in 3027 milliseconds