Home
last modified time | relevance | path

Searched refs:HandleCheck (Results 1 – 25 of 28) sorted by relevance

12

/dports/sysutils/istio/istio-1.6.7/mixer/template/sample/check/
H A DCheckTesterTemplate_handler_service.proto41 // HandleCheck is called by Mixer at request-time to deliver 'check' instances to the backend.
42 rpc HandleCheck(HandleCheckRequest) returns (istio.mixer.adapter.model.v1beta1.CheckResult); rpc
46 // Request message for HandleCheck method.
69 // through HandleCheckService.HandleCheck.
H A DCheckTesterTemplate_handler.gen.go101 HandleCheck(context.Context, *Instance) (adapter.CheckResult, error) methodSpec
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc99 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WorkSourceCheck()
218 bool MessagePumpForUI::HandleCheck() { in HandleCheck() function in base::MessagePumpForUI
H A Dmessage_pump_glib.h76 bool HandleCheck();
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc99 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WorkSourceCheck()
218 bool MessagePumpForUI::HandleCheck() { in HandleCheck() function in base::MessagePumpForUI
H A Dmessage_pump_glib.h76 bool HandleCheck();
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc99 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WorkSourceCheck()
218 bool MessagePumpForUI::HandleCheck() { in HandleCheck() function in base::MessagePumpForUI
H A Dmessage_pump_glib.h76 bool HandleCheck();
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc99 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WorkSourceCheck()
218 bool MessagePumpForUI::HandleCheck() { in HandleCheck() function in base::MessagePumpForUI
H A Dmessage_pump_glib.h76 bool HandleCheck();
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc101 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WinMain()
232 bool MessagePumpForUI::HandleCheck() {
H A Dmessage_pump_glib.h74 bool HandleCheck();
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dmessage_pump_glib.cc99 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WorkSourceCheck()
218 bool MessagePumpForUI::HandleCheck() { in HandleCheck() function in base::MessagePumpForUI
H A Dmessage_pump_glib.h76 bool HandleCheck();
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/db/
H A Dv4_local_database_manager.cc351 bool safe_synchronously = HandleCheck(std::move(check)); in CheckBrowseUrl()
372 return HandleCheck(std::move(check)); in CheckDownloadUrl()
388 return HandleCheck(std::move(check)); in CheckExtensionIDs()
409 return HandleCheck(std::move(check)); in CheckResourceUrl()
453 return HandleCheck(std::move(check)); in CheckUrlForSubresourceFilter()
759 bool V4LocalDatabaseManager::HandleCheck(std::unique_ptr<PendingCheck> check) { in HandleCheck() function in safe_browsing::V4LocalDatabaseManager
H A Dv4_local_database_manager.h262 bool HandleCheck(std::unique_ptr<PendingCheck> check);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/db/
H A Dv4_local_database_manager.cc357 bool safe_synchronously = HandleCheck(std::move(check)); in CheckBrowseUrl()
378 return HandleCheck(std::move(check)); in CheckDownloadUrl()
394 return HandleCheck(std::move(check)); in CheckExtensionIDs()
415 return HandleCheck(std::move(check)); in CheckResourceUrl()
454 return HandleCheck(std::move(check)); in CheckUrlForSubresourceFilter()
782 bool V4LocalDatabaseManager::HandleCheck(std::unique_ptr<PendingCheck> check) { in HandleCheck() function in safe_browsing::V4LocalDatabaseManager
H A Dv4_local_database_manager.h262 bool HandleCheck(std::unique_ptr<PendingCheck> check);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/message_loop/
H A Dmessage_pump_glib.h91 bool HandleCheck();
H A Dmessage_pump_glib.cc128 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WorkSourceCheck()
349 bool MessagePumpGlib::HandleCheck() { in HandleCheck() function in base::MessagePumpGlib
H A Dmessage_pump_glib_unittest.cc62 bool HandleCheck() { in HandleCheck() function in base::__anond8bf84320111::EventInjector
130 return static_cast<Source*>(source)->injector->HandleCheck(); in Check()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/message_loop/
H A Dmessage_pump_glib.h91 bool HandleCheck();
H A Dmessage_pump_glib.cc116 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WorkSourceCheck()
374 bool MessagePumpGlib::HandleCheck() { in HandleCheck() function in base::MessagePumpGlib
H A Dmessage_pump_glib_unittest.cc61 bool HandleCheck() { in HandleCheck() function in base::__anone9f2dcad0111::EventInjector
129 return static_cast<Source*>(source)->injector->HandleCheck(); in Check()
/dports/sysutils/istio/istio-1.6.7/mixer/template/sample/
H A Ddispatch_test.go272 func (h *mockHandler) HandleCheck(ctx context.Context, instance *sample_check.Instance) (adapter.Ch… func

12