Home
last modified time | relevance | path

Searched refs:destruction_observer_called_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc1948 destruction_observer_called_(destruction_observer_called) { in DestructionObserverProbe()
1958 EXPECT_FALSE(*destruction_observer_called_); in ~DestructionObserverProbe()
1963 bool* destruction_observer_called_; member in base::__anon9ed8289d1311::DestructionObserverProbe
1970 destruction_observer_called_(destruction_observer_called), in MLDestructionObserver()
1975 *destruction_observer_called_ = true; in WillDestroyCurrentMessageLoop()
1982 bool* destruction_observer_called_; member in base::__anon9ed8289d1311::MLDestructionObserver