Home
last modified time | relevance | path

Searched refs:IgnoreResult (Results 1 – 25 of 768) sorted by relevance

12345678910>>...31

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/engines/broker/
H A Dengine_requests_no_blocking_unittest.cc128 using base::IgnoreResult; in InvokeRequest()
150 BindOnce(IgnoreResult(&FileProxy::SandboxFindNextFile), in InvokeRequest()
156 BindOnce(IgnoreResult(&FileProxy::SandboxFindClose), in InvokeRequest()
169 IgnoreResult(&EngineProxy::SandboxGetFileAttributes), in InvokeRequest()
175 BindOnce(IgnoreResult(&EngineProxy::SandboxGetKnownFolderPath), in InvokeRequest()
182 BindOnce(IgnoreResult(&EngineProxy::SandboxGetProcesses), in InvokeRequest()
188 BindOnce(IgnoreResult(&EngineProxy::SandboxGetTasks), in InvokeRequest()
202 IgnoreResult(&EngineProxy::SandboxGetLoadedModules), in InvokeRequest()
238 BindOnce(IgnoreResult(&CleanerProxy::SandboxDeleteFile), in InvokeRequest()
288 BindOnce(IgnoreResult(&CleanerProxy::SandboxDeleteTask), in InvokeRequest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/fuzzers/
H A Dpacket_buffer_fuzzer.cc21 void IgnoreResult(video_coding::PacketBuffer::InsertResult result) {} in IgnoreResult() function
45 IgnoreResult(packet_buffer.InsertPacket(std::move(packet))); in FuzzOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/media/webrtc/
H A Dwebrtc_rtp_dump_handler.cc67 base::BindOnce(base::IgnoreResult(&base::DeleteFile), in ~WebRtcRtpDumpHandler()
74 base::BindOnce(base::IgnoreResult(&base::DeleteFile), in ~WebRtcRtpDumpHandler()
298 base::BindOnce(base::IgnoreResult(&base::DeleteFile), in OnDumpEnded()
314 base::BindOnce(base::IgnoreResult(&base::DeleteFile), in OnDumpEnded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dshortcuts_backend.cc266 base::BindOnce(base::IgnoreResult(&ShortcutsDatabase::AddShortcut), in AddShortcut()
283 FROM_HERE, base::BindOnce(base::IgnoreResult( in UpdateShortcut()
305 base::IgnoreResult(&ShortcutsDatabase::DeleteShortcutsWithIDs), in DeleteShortcutsWithIDs()
331 base::IgnoreResult(&ShortcutsDatabase::DeleteShortcutsWithURL), in DeleteShortcutsWithURL()
346 base::IgnoreResult(&ShortcutsDatabase::DeleteAllShortcuts), in DeleteAllShortcuts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/discovery/
H A Ddiscovery_network_monitor.cc124 base::IgnoreResult(&DiscoveryNetworkMonitor::UpdateNetworkInfo),
143 base::IgnoreResult(&DiscoveryNetworkMonitor::UpdateNetworkInfo), in OnConnectionChanged()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/turn/v2/internal/client/
H A Dtransaction.go29IgnoreResult bool // true to throw away the result of this transaction (it will not be readable us… member
47 if !config.IgnoreResult {
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dbind_unittest.cc454 RepeatingClosure normal_func_cb = BindRepeating(IgnoreResult(&IntFunc0)); in TEST_F()
458 BindRepeating(IgnoreResult(&HasRef::IntMethod0), &has_ref_); in TEST_F()
462 BindRepeating(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_); in TEST_F()
469 BindRepeating(IgnoreResult(&NoRef::IntMethod0), in TEST_F()
474 BindRepeating(IgnoreResult(&NoRef::IntConstMethod0), in TEST_F()
491 OnceClosure normal_func_cb = BindOnce(IgnoreResult(&IntFunc0)); in TEST_F()
495 BindOnce(IgnoreResult(&HasRef::IntMethod0), &has_ref_); in TEST_F()
499 BindOnce(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_); in TEST_F()
506 BindOnce(IgnoreResult(&NoRef::IntMethod0), in TEST_F()
509 BindOnce(IgnoreResult(&NoRef::IntConstMethod0), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dbrowser_message_filter.cc84 base::BindOnce(base::IgnoreResult(&Internal::DispatchMessage), this, in OnMessageReceived()
155 base::BindOnce(base::IgnoreResult(&BrowserMessageFilter::Send), this, in Send()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dbrowser_message_filter.cc83 base::BindOnce(base::IgnoreResult(&Internal::DispatchMessage), this, in OnMessageReceived()
154 base::BindOnce(base::IgnoreResult(&BrowserMessageFilter::Send), this, in Send()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/component_updater/
H A Dcrl_set_remover.cc17 base::BindOnce(base::IgnoreResult(&base::DeleteFile), in DeleteLegacyCRLSet()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/scriptsys/
H A Dprocess.h330 enum CallResult { IgnoreResult, TakeResult }; enumerator
360 if (result == IgnoreResult) return nullptr; in scriptCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dipc_security_test_util.cc18 base::IgnoreResult(&IPC::ChannelProxy::Context::OnMessageReceived), in PwnMessageReceived()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_security_test_util.cc18 base::IgnoreResult(&IPC::ChannelProxy::Context::OnMessageReceived), in PwnMessageReceived()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/favicon/core/
H A Dhistory_ui_favicon_request_handler_impl.cc147 base::IgnoreResult(&FaviconService::GetRawFaviconForPageURL), in OnBitmapLocalDataAvailable()
195 base::IgnoreResult(&FaviconService::GetFaviconImageForPageURL), in OnImageLocalDataAvailable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dbind_unittest.cc457 RepeatingClosure normal_func_cb = BindRepeating(IgnoreResult(&IntFunc0)); in TEST_F()
461 BindRepeating(IgnoreResult(&HasRef::IntMethod0), &has_ref_); in TEST_F()
465 BindRepeating(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_); in TEST_F()
472 BindRepeating(IgnoreResult(&NoRef::IntMethod0), in TEST_F()
477 BindRepeating(IgnoreResult(&NoRef::IntConstMethod0), in TEST_F()
494 OnceClosure normal_func_cb = BindOnce(IgnoreResult(&IntFunc0)); in TEST_F()
498 BindOnce(IgnoreResult(&HasRef::IntMethod0), &has_ref_); in TEST_F()
502 BindOnce(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_); in TEST_F()
509 BindOnce(IgnoreResult(&NoRef::IntMethod0), in TEST_F()
512 BindOnce(IgnoreResult(&NoRef::IntConstMethod0), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/file_handlers/
H A Dmime_util.cc90 base::BindOnce(base::IgnoreResult(&net::GetMimeTypeFromFile), local_path, in OnGetMimeTypeFromMetadataForNonNativeLocalPathCompleted()
164 base::BindOnce(base::IgnoreResult(&net::GetMimeTypeFromFile), local_path, in GetMimeTypeForLocalPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/favicon/core/
H A Dhistory_ui_favicon_request_handler_impl.cc177 base::IgnoreResult(&FaviconService::GetRawFaviconForPageURL), in OnBitmapLocalDataAvailable()
226 base::IgnoreResult(&FaviconService::GetFaviconImageForPageURL), in OnImageLocalDataAvailable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/jingle/notifier/listener/
H A Dpush_client_unittest.cc54 FROM_HERE, base::BindOnce(base::IgnoreResult(&PushClient::CreateDefault), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/os_crypt/
H A Dkey_storage_linux_unittest.cc46 FROM_HERE, base::BindOnce(base::IgnoreResult(&KeyStorageLinux::GetKey), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/jingle/notifier/listener/
H A Dpush_client_unittest.cc54 FROM_HERE, base::BindOnce(base::IgnoreResult(&PushClient::CreateDefault), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/os_crypt/
H A Dkey_storage_linux_unittest.cc48 FROM_HERE, base::BindOnce(base::IgnoreResult(&KeyStorageLinux::GetKey), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/install_verification/win/
H A Dmodule_list_unittest.cc37 base::BindOnce(base::IgnoreResult(&::FreeLibrary), new_dll)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/screenlock_monitor/
H A Dscreenlock_monitor_device_source_win.cc27 base::BindOnce(base::IgnoreResult(&::WTSRegisterSessionNotification), in SessionMessageWindow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/screenlock_monitor/
H A Dscreenlock_monitor_device_source_win.cc26 base::BindOnce(base::IgnoreResult(&::WTSRegisterSessionNotification), in SessionMessageWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/file_handlers/
H A Dmime_util.cc94 base::BindOnce(base::IgnoreResult(&net::GetMimeTypeFromFile), local_path, in OnGetMimeTypeFromMetadataForNonNativeLocalPathCompleted()
168 base::BindOnce(base::IgnoreResult(&net::GetMimeTypeFromFile), local_path, in GetMimeTypeForLocalPath()

12345678910>>...31