HomeSort by relevance Sort by last modified time
    Searched refs:ScopedWindowCopy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/wm/overview/
scoped_window_copy.h 27 // ScopedWindowCopy copies a window and will clean up the copied layers after
29 class ScopedWindowCopy {
31 ScopedWindowCopy(aura::Window* target_root, aura::Window* src_window);
32 ~ScopedWindowCopy();
45 // ScopedWindowCopy is destroyed The animation observer will clean up the
49 DISALLOW_COPY_AND_ASSIGN(ScopedWindowCopy);
scoped_transform_overview_window.h 27 class ScopedWindowCopy;
98 ScopedVector<ScopedWindowCopy> window_copies_;
scoped_window_copy.cc 161 ScopedWindowCopy::ScopedWindowCopy(aura::Window* target_root,
168 ScopedWindowCopy::~ScopedWindowCopy() {
174 aura::Window* ScopedWindowCopy::GetWindow() {
scoped_transform_overview_window.cc 122 for (ScopedVector<ScopedWindowCopy>::const_iterator iter =
200 for (ScopedVector<ScopedWindowCopy>::reverse_iterator iter =
232 window_copies_.push_back(new ScopedWindowCopy(target_root, window));
242 for (ScopedVector<ScopedWindowCopy>::const_iterator iter =

Completed in 585 milliseconds