Searched refs:destroyed_ (Results 1 – 8 of 8) 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()
487 destroyed_(destroyed), in StrongMathCalculatorImpl()493 ~StrongMathCalculatorImpl() override { *destroyed_ = true; } in ~StrongMathCalculatorImpl()511 bool* destroyed_; member in mojo::test::__anon269cf8270111::StrongMathCalculatorImpl561 destroyed_(destroyed), in WeakMathCalculatorImpl()567 ~WeakMathCalculatorImpl() override { *destroyed_ = true; } in ~WeakMathCalculatorImpl()584 bool* destroyed_; member in mojo::test::__anon269cf8270111::WeakMathCalculatorImpl
65 scoped_refptr<base::RefCountedData<bool>> destroyed_; variable
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