Home
last modified time | relevance | path

Searched refs:RequestStopParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_scheme_handler_request.h115 typedef struct RequestStopParam { struct
120 } RequestStopParam; argument
H A Dweb_scheme_handler_request.cpp429 RequestStopParam *param = in RequestStopAfterWorkCb()
430 reinterpret_cast<struct RequestStopParam*>(work->data); in RequestStopAfterWorkCb()
503 RequestStopParam *param = new (std::nothrow) RequestStopParam(); in RequestStop()