Home
last modified time | relevance | path

Searched refs:destruction_callback_ (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dimage_provider.cc21 : image_(std::move(image)), destruction_callback_(std::move(callback)) {} in ScopedResult()
26 destruction_callback_(std::move(other.destruction_callback_)) {} in ScopedResult()
34 destruction_callback_ = std::move(other.destruction_callback_); in operator =()
43 if (!destruction_callback_.is_null()) in DestroyDecode()
44 std::move(destruction_callback_).Run(); in DestroyDecode()
H A Dimage_provider.h41 bool needs_unlock() const { return !destruction_callback_.is_null(); } in needs_unlock()
52 DestructionCallback destruction_callback_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dimage_provider.cc21 : image_(std::move(image)), destruction_callback_(std::move(callback)) {} in ScopedResult()
26 destruction_callback_(std::move(other.destruction_callback_)) {} in ScopedResult()
34 destruction_callback_ = std::move(other.destruction_callback_); in operator =()
43 if (!destruction_callback_.is_null()) in DestroyDecode()
44 std::move(destruction_callback_).Run(); in DestroyDecode()
H A Dimage_provider.h41 bool needs_unlock() const { return !destruction_callback_.is_null(); } in needs_unlock()
52 DestructionCallback destruction_callback_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/imagecapture/
H A Dimage_capture_frame_grabber.h88 destruction_callback_(std::move(destruction_callback)) {} in ScopedWebCallbacks()
91 if (destruction_callback_) in ~ScopedWebCallbacks()
92 std::move(destruction_callback_).Run(std::move(callbacks_)); in ~ScopedWebCallbacks()
102 destruction_callback_ = DestructionCallback(); in PassCallbacks()
108 DestructionCallback destruction_callback_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/imagecapture/
H A Dimage_capture_frame_grabber.h88 destruction_callback_(std::move(destruction_callback)) {} in ScopedWebCallbacks()
91 if (destruction_callback_) in ~ScopedWebCallbacks()
92 std::move(destruction_callback_).Run(std::move(callbacks_)); in ~ScopedWebCallbacks()
102 destruction_callback_ = DestructionCallback(); in PassCallbacks()
108 DestructionCallback destruction_callback_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/system/tests/
H A Dscope_to_message_pipe_unittest.cc23 : destruction_callback_(std::move(destruction_callback)) {} in RunCallbackOnDestruction()
24 ~RunCallbackOnDestruction() { std::move(destruction_callback_).Run(); } in ~RunCallbackOnDestruction()
27 base::OnceClosure destruction_callback_; member in mojo::__anon6079d21f0111::RunCallbackOnDestruction
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Dchrome_signin_url_loader_throttle.cc43 if (!throttle_->destruction_callback_) in SetDestructionCallback()
44 throttle_->destruction_callback_ = std::move(closure); in SetDestructionCallback()
112 if (destruction_callback_) in ~URLLoaderThrottle()
113 std::move(destruction_callback_).Run(); in ~URLLoaderThrottle()
H A Dchrome_signin_proxying_url_loader_factory.cc95 if (destruction_callback_) in ~InProgressRequest()
96 std::move(destruction_callback_).Run(); in ~InProgressRequest()
170 base::OnceClosure destruction_callback_; member in signin::ProxyingURLLoaderFactory::InProgressRequest
215 if (!in_progress_request_->destruction_callback_) in SetDestructionCallback()
216 in_progress_request_->destruction_callback_ = std::move(closure); in SetDestructionCallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/test/
H A Dtest_data_retriever.cc21 if (destruction_callback_) in ~TestDataRetriever()
22 std::move(destruction_callback_).Run(); in ~TestDataRetriever()
93 destruction_callback_ = std::move(callback); in SetDestructionCallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dtest_file_error_injector.cc94 base::OnceClosure destruction_callback_; member in content::__anon56fb6fe50111::DownloadFileWithError
132 destruction_callback_(std::move(dtor_callback)) { in DownloadFileWithError()
145 std::move(destruction_callback_).Run(); in ~DownloadFileWithError()
331 base::RepeatingClosure destruction_callback_; member in content::DownloadFileWithErrorFactory
338 destruction_callback_(std::move(dtor_callback)) {} in DownloadFileWithErrorFactory()
351 destruction_callback_); in CreateFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dchannel_socket_adapter.cc32 if (destruction_callback_) in ~TransportChannelSocketAdapter()
33 std::move(destruction_callback_).Run(); in ~TransportChannelSocketAdapter()
38 destruction_callback_ = std::move(callback); in SetOnDestroyedCallback()
H A Dchannel_socket_adapter.h73 base::OnceClosure destruction_callback_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/guest_view/renderer/
H A Dguest_view_container.cc123 destruction_callback_.Reset(isolate, callback); in RegisterDestructionCallback()
171 if (!destruction_callback_.IsEmpty()) { in RunDestructionCallback()
174 destruction_isolate_, destruction_callback_); in RunDestructionCallback()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/guest_view/renderer/
H A Dguest_view_container.cc123 destruction_callback_.Reset(isolate, callback); in RegisterDestructionCallback()
171 if (!destruction_callback_.IsEmpty()) { in RunDestructionCallback()
174 destruction_isolate_, destruction_callback_); in RunDestructionCallback()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/threading/
H A Dsequence_bound_unittest.cc81 if (destruction_callback_) in ~BoxedValue()
82 std::move(destruction_callback_).Run(); in ~BoxedValue()
86 destruction_callback_ = std::move(callback); in set_destruction_callback()
94 base::OnceClosure destruction_callback_; member in base::BoxedValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/spellchecker/
H A Dspelling_request.cc38 destruction_callback_(std::move(destruction_callback)) { in SpellingRequest()
115 std::move(destruction_callback_).Run(this); in OnCheckCompleted()
H A Dspelling_request.h80 DestructionCallback destruction_callback_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/spellchecker/
H A Dspelling_request.cc39 destruction_callback_(std::move(destruction_callback)) { in SpellingRequest()
116 std::move(destruction_callback_).Run(this); in OnCheckCompleted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/storage/dom_storage/
H A Ddom_storage_database.h150 destruction_callback_ = std::move(callback); in SetDestructionCallbackForTesting()
208 base::OnceClosure destruction_callback_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/storage/dom_storage/
H A Ddom_storage_database.h150 destruction_callback_ = std::move(callback); in SetDestructionCallbackForTesting()
208 base::OnceClosure destruction_callback_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dmessage_unittest.cc104 : destruction_callback_(std::move(destruction_callback)) {} in NeverSerializedMessage()
106 if (destruction_callback_) in ~NeverSerializedMessage()
107 std::move(destruction_callback_).Run(); in ~NeverSerializedMessage()
118 base::OnceClosure destruction_callback_; member in mojo::core::__anona2849f140111::NeverSerializedMessage
128 destruction_callback_(std::move(destruction_callback)) {} in SimpleMessage()
131 if (destruction_callback_) in ~SimpleMessage()
132 std::move(destruction_callback_).Run(); in ~SimpleMessage()
160 base::OnceClosure destruction_callback_; member in mojo::core::__anona2849f140111::SimpleMessage
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dmessage_unittest.cc104 : destruction_callback_(std::move(destruction_callback)) {} in NeverSerializedMessage()
106 if (destruction_callback_) in ~NeverSerializedMessage()
107 std::move(destruction_callback_).Run(); in ~NeverSerializedMessage()
118 base::OnceClosure destruction_callback_; member in mojo::core::__anonf09db7590111::NeverSerializedMessage
128 destruction_callback_(std::move(destruction_callback)) {} in SimpleMessage()
131 if (destruction_callback_) in ~SimpleMessage()
132 std::move(destruction_callback_).Run(); in ~SimpleMessage()
160 base::OnceClosure destruction_callback_; member in mojo::core::__anonf09db7590111::SimpleMessage
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/threading/
H A Dsequence_bound_unittest.cc91 if (destruction_callback_) in ~BoxedValue()
92 std::move(destruction_callback_).Run(); in ~BoxedValue()
96 destruction_callback_ = std::move(callback); in set_destruction_callback()
104 base::OnceClosure destruction_callback_; member in base::BoxedValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dreceiver_unittest.cc41 : destruction_callback_(base::BindLambdaForTesting( in ServiceImpl()
44 : destruction_callback_(std::move(destruction_callback)) {} in ServiceImpl()
47 if (destruction_callback_) in ~ServiceImpl()
48 std::move(destruction_callback_).Run(); in ~ServiceImpl()
61 base::OnceClosure destruction_callback_; member in mojo::test::receiver_unittest::ServiceImpl

12