HomeSort by relevance Sort by last modified time
    Searched full:in_destroying_ (Results 1 - 1 of 1) sorted by null

  /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...]

Completed in 144 milliseconds