HomeSort by relevance Sort by last modified time
    Searched defs:ScopedWindowCopy (Results 1 - 2 of 2) 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_window_copy.cc 161 ScopedWindowCopy::ScopedWindowCopy(aura::Window* target_root,
168 ScopedWindowCopy::~ScopedWindowCopy() {
174 aura::Window* ScopedWindowCopy::GetWindow() {

Completed in 6722 milliseconds