Searched refs:ArkWeb_OnComponentCallback (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___component_a_p_i.md | 21 …rollerAttached](#oncontrollerattached) )(const char \*webTag, [ArkWeb_OnComponentCallback](_web.md… 22 | void(\* [onPageBegin](#onpagebegin) )(const char \*webTag, [ArkWeb_OnComponentCallback](_web.md#a… 23 | void(\* [onPageEnd](#onpageend) )(const char \*webTag, [ArkWeb_OnComponentCallback](_web.md#arkwe… 24 | void(\* [onDestroy](#ondestroy) )(const char \*webTag, [ArkWeb_OnComponentCallback](_web.md#arkwe… 33 void(* ArkWeb_ComponentAPI::onControllerAttached) (const char *webTag, ArkWeb_OnComponentCallback c… 43 void(* ArkWeb_ComponentAPI::onDestroy) (const char *webTag, ArkWeb_OnComponentCallback callback, vo… 53 void(* ArkWeb_ComponentAPI::onPageBegin) (const char *webTag, ArkWeb_OnComponentCallback callback, … 63 void(* ArkWeb_ComponentAPI::onPageEnd) (const char *webTag, ArkWeb_OnComponentCallback callback, vo…
|
H A D | arkweb__type_8h.md | 53 | typedef void(\* [ArkWeb_OnComponentCallback](_web.md#arkweb_oncomponentcallback)) (const char \*w…
|
H A D | _web.md | 80 | typedef void(\* [ArkWeb_OnComponentCallback](#arkweb_oncomponentcallback)) (const char \*webTag, … 305 ### ArkWeb_OnComponentCallback subsection 308 typedef void(* ArkWeb_OnComponentCallback) (const char *webTag, void *userData)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___component_a_p_i.md | 21 …rollerAttached](#oncontrollerattached) )(const char \*webTag, [ArkWeb_OnComponentCallback](_web.md… 22 | void(\* [onPageBegin](#onpagebegin) )(const char \*webTag, [ArkWeb_OnComponentCallback](_web.md#a… 23 | void(\* [onPageEnd](#onpageend) )(const char \*webTag, [ArkWeb_OnComponentCallback](_web.md#arkwe… 24 | void(\* [onDestroy](#ondestroy) )(const char \*webTag, [ArkWeb_OnComponentCallback](_web.md#arkwe… 33 void(* ArkWeb_ComponentAPI::onControllerAttached) (const char *webTag, ArkWeb_OnComponentCallback c… 43 void(* ArkWeb_ComponentAPI::onDestroy) (const char *webTag, ArkWeb_OnComponentCallback callback, vo… 53 void(* ArkWeb_ComponentAPI::onPageBegin) (const char *webTag, ArkWeb_OnComponentCallback callback, … 63 void(* ArkWeb_ComponentAPI::onPageEnd) (const char *webTag, ArkWeb_OnComponentCallback callback, vo…
|
H A D | arkweb__type_8h.md | 53 | typedef void(\* [ArkWeb_OnComponentCallback](_web.md#arkweb_oncomponentcallback)) (const char \*w…
|
H A D | _web.md | 80 | typedef void(\* [ArkWeb_OnComponentCallback](#arkweb_oncomponentcallback)) (const char \*webTag, … 305 ### ArkWeb_OnComponentCallback subsection 308 typedef void(* ArkWeb_OnComponentCallback) (const char *webTag, void *userData)
|
/ohos5.0/base/web/webview/interfaces/native/ |
H A D | arkweb_type.h | 99 typedef void (*ArkWeb_OnComponentCallback)(const char* webTag, void* userData); typedef 237 …void (*onControllerAttached)(const char* webTag, ArkWeb_OnComponentCallback callback, void* userDa… 239 void (*onPageBegin)(const char* webTag, ArkWeb_OnComponentCallback callback, void* userData); 241 void (*onPageEnd)(const char* webTag, ArkWeb_OnComponentCallback callback, void* userData); 243 void (*onDestroy)(const char* webTag, ArkWeb_OnComponentCallback callback, void* userData);
|