Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp809 ArkWebStringVectorMap stScriptItems = ArkWebStringVectorMapClassToStruct(script_items); in JavaScriptOnDocumentStart() local
811 ark_web_nweb_->JavaScriptOnDocumentStart(stScriptItems); in JavaScriptOnDocumentStart()
813 ArkWebStringVectorMapStructRelease(stScriptItems); in JavaScriptOnDocumentStart()
926 ArkWebStringVectorMap stScriptItems = ArkWebStringVectorMapClassToStruct(script_items); in JavaScriptOnDocumentEnd() local
928 ark_web_nweb_->JavaScriptOnDocumentEnd(stScriptItems); in JavaScriptOnDocumentEnd()
930 ArkWebStringVectorMapStructRelease(stScriptItems); in JavaScriptOnDocumentEnd()