Searched refs:destroyed_ (Results 1 – 10 of 10) sorted by relevance
20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow()22 bool destroyed() const { return destroyed_; } in destroyed()33 destroyed_ = true; in OnNcDestroy()38 bool destroyed_; member in TestWindow
21 destroyed_(new base::RefCountedData<bool>(false)) {} in SyncHandleWatcher()28 destroyed_->data = true; in ~SyncHandleWatcher()46 auto destroyed = destroyed_; in SyncWatch()
19 destroyed_(new base::RefCountedData<bool>(false)) {} in SyncEventWatcher()25 destroyed_->data = true; in ~SyncEventWatcher()44 auto destroyed = destroyed_; in SyncWatch()
64 scoped_refptr<base::RefCountedData<bool>> destroyed_; variable
66 scoped_refptr<base::RefCountedData<bool>> destroyed_; variable
499 StrongMathCalculatorImpl(bool* destroyed) : destroyed_(destroyed) {} in StrongMathCalculatorImpl()500 ~StrongMathCalculatorImpl() override { *destroyed_ = true; } in ~StrongMathCalculatorImpl()517 bool* destroyed_; member in mojo::test::__anon2de557fa0111::StrongMathCalculatorImpl565 destroyed_(destroyed), in WeakMathCalculatorImpl()571 ~WeakMathCalculatorImpl() override { *destroyed_ = true; } in ~WeakMathCalculatorImpl()588 bool* destroyed_; member in mojo::test::__anon2de557fa0111::WeakMathCalculatorImpl
72 destroyed_(false), callback_(NULL), nested_msg_(NULL), in MainWnd()409 me->destroyed_ = true; in WndProc()414 if (me->destroyed_ && prev_nested_msg == NULL) { in WndProc()417 me->destroyed_ = false; in WndProc()
190 bool destroyed_; variable
1187 destroyed_(NULL) {} in MockRpcChannel()1190 if (destroyed_ != NULL) *destroyed_ = true; in ~MockRpcChannel()1219 bool* destroyed_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel1293 channel->destroyed_ = &destroyed; in TEST_F()
379 destroyed_(false) { in PortTest()746 destroyed_ = true; in OnDestroyed()748 bool destroyed() const { return destroyed_; } in destroyed()776 bool destroyed_; member in PortTest