Home
last modified time | relevance | path

Searched refs:OnDestroy (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc158 &CorsPreflightRequest::OnDestroy, weak_factory_.GetWeakPtr())); in CorsPreflightRequest()
174 OnDestroy(); in OnHeadersReceived()
178 void OnDestroy() { delete this; } in OnDestroy() function in net_service::CorsPreflightRequest
286 void OnDestroy();
1058 void InterceptedRequest::OnDestroy() { in OnDestroy() function in net_service::InterceptedRequest
1100 OnDestroy(); in OnURLLoaderError()
1130 OnDestroy(); in CallOnComplete()
1144 OnDestroy(); in SendErrorStatusAndCompleteImmediately()
/third_party/grpc/src/core/lib/iomgr/
Dudp_server.cc99 void OnDestroy();
254 s->listeners[i].OnDestroy(); in finish_shutdown()
741 void GrpcUdpListener::OnDestroy() { in OnDestroy() function in GrpcUdpListener
/third_party/googletest/googlemock/test/
Dgmock-nice-strict_test.cc72 ~CallsMockMethodInDestructor() { OnDestroy(); } in ~CallsMockMethodInDestructor()
73 MOCK_METHOD(void, OnDestroy, ());
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch53300 + virtual void OnDestroy() = 0;
58504 +void NWebDelegate::OnDestroy(bool is_close_all) {
58510 + handler_delegate_->OnDestroy();
58513 + preference_delegate_->OnDestroy();
59402 + void OnDestroy(bool is_close_all) override;
59611 +void DisplayScreenListener::OnDestroy(DisplayId id) {}
59668 + void OnDestroy(DisplayId id) override;
59721 +void NWebEventHandler::OnDestroy() {
59876 + void OnDestroy();
60670 +void NWebHandlerDelegate::OnDestroy() {
[all …]