Searched refs:destroyed_ (Results 1 – 11 of 11) sorted by relevance
20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow()22 bool destroyed() const { return destroyed_; } in destroyed()34 void OnNcDestroy() override { 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::__anoncb29e6d80111::StrongMathCalculatorImpl565 destroyed_(destroyed), in WeakMathCalculatorImpl()571 ~WeakMathCalculatorImpl() override { *destroyed_ = true; } in ~WeakMathCalculatorImpl()588 bool* destroyed_; member in mojo::test::__anoncb29e6d80111::WeakMathCalculatorImpl
80 destroyed_(false), in MainWnd()421 me->destroyed_ = true; in WndProc()426 if (me->destroyed_ && prev_nested_msg == NULL) { in WndProc()429 me->destroyed_ = false; in WndProc()
195 bool destroyed_; variable
525 destroyed_(destroyed), in TEST()533 ~TestDelegate() { *destroyed_ = true; } in TEST()536 bool* destroyed_; in TEST() member in tflite::TEST::TestDelegate
386 void WaitForDelegateDestroy() { destroyed_.Wait(); } in WaitForDelegateDestroy()413 WaitableEvent destroyed_; member in base::internal::__anonce7fc1310211::ControllableCleanupDelegate::Controls426 ~ControllableCleanupDelegate() override { controls_->destroyed_.Signal(); } in ~ControllableCleanupDelegate()
1261 destroyed_(NULL) {}1264 if (destroyed_ != NULL) *destroyed_ = true;1293 bool* destroyed_;1367 channel->destroyed_ = &destroyed;