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/googletest/googlemock/test/
Dgmock-nice-strict_test.cc72 ~CallsMockMethodInDestructor() { OnDestroy(); } in ~CallsMockMethodInDestructor()
73 MOCK_METHOD(void, OnDestroy, ());
/third_party/chromium/patch/
D0003-ohos-1115.patch57189 + virtual void OnDestroy() = 0;
62622 +void NWebDelegate::OnDestroy(bool is_close_all) {
62628 + handler_delegate_->OnDestroy();
62631 + preference_delegate_->OnDestroy();
63585 + void OnDestroy(bool is_close_all) override;
63803 +void DisplayScreenListener::OnDestroy(DisplayId id) {}
63860 + void OnDestroy(DisplayId id) override;
63913 +void NWebEventHandler::OnDestroy() {
64068 + void OnDestroy();
64863 +void NWebHandlerDelegate::OnDestroy() {
[all …]
D0004-ohos-3.2-Beta5.patch34746 void NWebDelegate::OnDestroy(bool is_close_all) {
35154 void OnDestroy(bool is_close_all) override;
35303 void NWebHandlerDelegate::OnDestroy() {
36484 virtual void OnDestroy(bool is_close_all) = 0;