Searched defs:RootWindowAttachmentObserver (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc2152 class RootWindowAttachmentObserver : public WindowObserver { class in namespace:aura::test
2154 RootWindowAttachmentObserver() : added_count_(0), removed_count_(0) {} function in class:aura::test::RootWindowAttachmentObserver
2155 virtual ~RootWindowAttachmentObserver() {}
2178 DISALLOW_COPY_AND_ASSIGN(RootWindowAttachmentObserver);
2182 RootWindowAttachmentObserver observer;

Completed in 129 milliseconds