/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_context.cc | 22 CHECK(!destroyed_); in AsBrowserContext() 27 CHECK(!destroyed_); in AsProfile() 33 CHECK(!destroyed_); in IsInitialized() 156 destroyed_ = true; in OnProfileWillBeDestroyed()
|
D | chrome_browser_context.h | 47 bool destroyed_ = false; variable
|
/third_party/boost/libs/smart_ptr/test/ |
D | shared_from_raw_test5.cpp | 27 int destroyed_; member in X 42 …explicit X( int expected, boost::shared_ptr<X> *early_px = 0 ): destroyed_( 0 ), deleted_( 0 ), ex… in X() 51 BOOST_TEST( destroyed_ == 0 ); in ~X() 52 ++destroyed_; in ~X()
|
D | shared_from_raw_test2.cpp | 24 int destroyed_; member in X 39 explicit X( int expected ): destroyed_( 0 ), deleted_( 0 ), expected_( expected ) in X() 47 BOOST_TEST( destroyed_ == 0 ); in ~X() 48 ++destroyed_; in ~X()
|
D | esft_regtest.cpp | 26 int destroyed_; member in X 41 explicit X( int expected ): destroyed_( 0 ), deleted_( 0 ), expected_( expected ) in X() 49 BOOST_TEST( destroyed_ == 0 ); in ~X() 50 ++destroyed_; in ~X()
|
/third_party/grpc/test/core/transport/ |
D | connectivity_state_test.cc | 47 : count_(count), output_(output), destroyed_(destroyed) {} in Watcher() 50 if (destroyed_ != nullptr) *destroyed_ = true; in ~Watcher() 61 bool* destroyed_; member in grpc_core::__anonfe0037320111::Watcher
|
/third_party/cef/libcef/browser/chrome/views/ |
D | chrome_browser_view.cc | 37 DCHECK(!destroyed_); in Destroyed() 38 destroyed_ = true; in Destroyed()
|
D | chrome_browser_view.h | 62 bool destroyed_ = false; variable
|
/third_party/cef/tests/ceftests/ |
D | request_unittest.cc | 516 destroyed_(false) {} in TypeTestHandler() 597 if (destroyed_) in DestroyTest() 599 destroyed_ = true; in DestroyTest() 615 bool destroyed_; member in __anon8fdddeed0211::TypeTestHandler
|
D | navigation_unittest.cc | 2546 BrowseNavTestHandler(bool allow) : allow_(allow), destroyed_(false) {} in BrowseNavTestHandler() 2637 if (destroyed_) in DestroyTestIfDone() 2651 if (destroyed_) in DestroyTest() 2653 destroyed_ = true; in DestroyTest() 2673 bool destroyed_; member in __anonc60713940a11::BrowseNavTestHandler 2708 SameNavTestHandler() : destroyed_(false), step_(0) {} in SameNavTestHandler() 2819 if (destroyed_) in DestroyTest() 2821 destroyed_ = true; in DestroyTest() 2836 bool destroyed_; member in __anonc60713940b11::SameNavTestHandler 2911 CancelBeforeNavTestHandler() : destroyed_(false) {} in CancelBeforeNavTestHandler() [all …]
|
D | download_unittest.cc | 367 if (destroyed_) in OnDownloadUpdated() 447 destroyed_ = true; in DestroyTest() 526 bool destroyed_ = false; member in __anonaf89b3bc0111::DownloadTestHandler
|
/third_party/cef/libcef/browser/views/ |
D | window_impl.cc | 169 return destroyed_ || (widget_ && widget_->IsClosed()); in IsClosed() 411 destroyed_ = true; in OnWindowViewDeleted() 649 : ParentClass(delegate), widget_(nullptr), destroyed_(false) {} in CefWindowImpl()
|
D | window_impl.h | 149 bool destroyed_; variable
|
/third_party/cef/libcef/browser/net_service/ |
D | proxy_url_loader_factory.h | 216 bool destroyed_ = false; variable
|
D | proxy_url_loader_factory.cc | 113 if (proxy->destroyed_) { in AddProxy() 1256 DCHECK(!destroyed_); in SetDisconnectCallback() 1403 destroyed_ = true; in MaybeDestroySelf()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.inc | 1197 destroyed_(NULL) {} 1200 if (destroyed_ != NULL) *destroyed_ = true; 1229 bool* destroyed_; 1303 channel->destroyed_ = &destroyed;
|