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

/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc761 class DestructionObserverProbe : class in namespace:base::__anon9923
762 public RefCounted<DestructionObserverProbe> {
764 DestructionObserverProbe(bool* task_destroyed, function in class:base::__anon9923::DestructionObserverProbe
774 friend class RefCounted<DestructionObserverProbe>;
776 virtual ~DestructionObserverProbe() {
819 FROM_HERE, Bind(&DestructionObserverProbe::Run,
820 new DestructionObserverProbe(

Completed in 88 milliseconds