OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transient_child
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/display/
screen_position_controller.cc
43
aura::Window*
transient_child
= *iter;
local
44
int container_id =
transient_child
->parent()->id();
47
gfx::Rect parent_bounds_in_screen =
transient_child
->GetBoundsInScreen();
48
container->AddChild(
transient_child
);
49
transient_child
->SetBoundsInScreen(parent_bounds_in_screen, display);
52
MoveAllTransientChildrenToNewRoot(display,
transient_child
);
/external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc
69
aura::Window*
transient_child
= *iter;
local
71
gfx::Rect child_bounds =
transient_child
->bounds();
75
SetTransformOnWindow(
transient_child
, transient_window_transform, animate);
/external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc
920
aura::Window*
transient_child
=
transient_child
ren[i];
local
[
all
...]
/external/chromium_org/ui/aura/
window.cc
1225
Window*
transient_child
= *it;
local
[
all
...]
Completed in 47 milliseconds