Home
last modified time | relevance | path

Searched defs:httpStatusCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h317 virtual void OnPageLoadEnd(int httpStatusCode, const std::string& url) {} in OnPageLoadEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp162 void WebClientImpl::OnPageLoadEnd(int httpStatusCode, const std::string& url) in OnPageLoadEnd()