Home | Sort by relevance Sort by last modified time |
/external/chromium_org/ui/aura/ | |
window_unittest.cc | 87 in_destroying_(false) {} 95 bool in_destroying() const { return in_destroying_; } 98 EXPECT_FALSE(in_destroying_); variable 99 in_destroying_ = true; 104 EXPECT_TRUE(in_destroying_); variable 105 in_destroying_ = false; 112 bool in_destroying_; member in class:aura::test::__anon14723::DestroyTrackingDelegateImpl [all...] |