Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_accessibility_node_info_impl.cpp59 …return ArkWebBasicVectorClassToStruct<uint32_t, ArkWebUint32Vector>(nweb_accessibility_node_info_-… in GetActions()
69 …return ArkWebBasicVectorClassToStruct<int64_t, ArkWebInt64Vector>(nweb_accessibility_node_info_->G… in GetChildIds()
H A Dark_web_spanstring_convert_html_callback_wrapper.cpp28 … ArkWebUint8Vector stContent = ArkWebBasicVectorClassToStruct<uint8_t, ArkWebUint8Vector>(content); in SpanstringConvertHtml()
H A Dark_web_nweb_impl.cpp508 …return ArkWebBasicVectorClassToStruct<uint8_t, ArkWebUint8Vector>(nweb_nweb_->SerializeWebState()); in SerializeWebState()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_select_popup_menu_callback_wrapper.cpp34 … ArkWebInt32Vector stIndices = ArkWebBasicVectorClassToStruct<int32_t, ArkWebInt32Vector>(indices); in Continue()
H A Dark_web_nweb_wrapper.cpp609 ArkWebUint8Vector stState = ArkWebBasicVectorClassToStruct<uint8_t, ArkWebUint8Vector>(state); in RestoreWebState()
798 ArkWebCharVector stPostData = ArkWebBasicVectorClassToStruct<char, ArkWebCharVector>(post_data); in PostUrl()
1073 …ArkWebUint8Vector arkResource = ArkWebBasicVectorClassToStruct<uint8_t, ArkWebUint8Vector>(resourc… in InjectOfflineResource()
1211 …ArkWebInt32Vector pCodes = ArkWebBasicVectorClassToStruct<int32_t, ArkWebInt32Vector>(pressedCodes… in WebSendKeyEvent()
1242 …ArkWebInt32Vector pCodes = ArkWebBasicVectorClassToStruct<int32_t, ArkWebInt32Vector>(pressedCodes… in WebSendMouseWheelEvent()
1255 …ArkWebInt32Vector pCodes = ArkWebBasicVectorClassToStruct<int32_t, ArkWebInt32Vector>(pressedCodes… in WebSendTouchpadFlingEvent()
H A Dark_web_handler_impl.cpp765 ArkWebCharVector ark_result = ArkWebBasicVectorClassToStruct<char, ArkWebCharVector>(result); in GetWordSelection()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_adapter_impl.cpp71 ids = ArkWebBasicVectorClassToStruct<int32_t, ArkWebInt32Vector>(vec); in GetDeviceIds()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_print_manager_adapter_wrapper.cpp33 …ArkWebUint32Vector arkFdList = ArkWebBasicVectorClassToStruct<uint32_t, ArkWebUint32Vector>(fdList… in StartPrint()
H A Dark_hisysevent_adapter_wrapper.cpp217 …ArkWebUint16Vector ark_value3 = ArkWebBasicVectorClassToStruct<uint16_t, ArkWebUint16Vector>(std::… in Write()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/include/
H A Dark_web_types.h287 R ArkWebBasicVectorClassToStruct(const std::vector<T>& class_value) in ArkWebBasicVectorClassToStruct() function