Searched refs:destroyed_count_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc86 destroyed_count_(0),
92 void clear_destroyed_count() { destroyed_count_ = 0; }
93 int destroyed_count() const { return destroyed_count_; }
106 destroyed_count_++;
111 int destroyed_count_; member in class:aura::test::__anon16600::DestroyTrackingDelegateImpl
1673 destroyed_count_(0),
1697 int result = destroyed_count_;
1698 destroyed_count_ = 0;
1740 destroyed_count_++;
1758 int destroyed_count_; member in class:aura::test::WindowObserverTest
[all...]

Completed in 1147 milliseconds