Home
last modified time | relevance | path

Searched refs:top_left_delta (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/wm/public/
Danimation_host.h31 const gfx::Vector2d& top_left_delta,
/external/chromium_org/ui/wm/core/
Dwindow_animations.cc256 gfx::Vector2d top_left_delta(world_at_start.x() - union_in_window_space.x(), in AugmentWindowSize() local
265 DCHECK(top_left_delta.x() >= 0 && top_left_delta.y() >= 0 && in AugmentWindowSize()
268 animation_host->SetHostTransitionOffsets(top_left_delta, bottom_right_delta); in AugmentWindowSize()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.cc570 const gfx::Vector2d& top_left_delta, in SetHostTransitionOffsets() argument
573 window_expansion_top_left_delta_ = top_left_delta; in SetHostTransitionOffsets()
Ddesktop_window_tree_host_win.h129 const gfx::Vector2d& top_left_delta,