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 D | ark_web_accessibility_node_info_impl.cpp | 59 …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 D | ark_web_spanstring_convert_html_callback_wrapper.cpp | 28 … ArkWebUint8Vector stContent = ArkWebBasicVectorClassToStruct<uint8_t, ArkWebUint8Vector>(content); in SpanstringConvertHtml()
|
H A D | ark_web_nweb_impl.cpp | 508 …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 D | ark_web_select_popup_menu_callback_wrapper.cpp | 34 … ArkWebInt32Vector stIndices = ArkWebBasicVectorClassToStruct<int32_t, ArkWebInt32Vector>(indices); in Continue()
|
H A D | ark_web_nweb_wrapper.cpp | 609 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 D | ark_web_handler_impl.cpp | 765 ArkWebCharVector ark_result = ArkWebBasicVectorClassToStruct<char, ArkWebCharVector>(result); in GetWordSelection()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_mmi_adapter_impl.cpp | 71 ids = ArkWebBasicVectorClassToStruct<int32_t, ArkWebInt32Vector>(vec); in GetDeviceIds()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_print_manager_adapter_wrapper.cpp | 33 …ArkWebUint32Vector arkFdList = ArkWebBasicVectorClassToStruct<uint32_t, ArkWebUint32Vector>(fdList… in StartPrint()
|
H A D | ark_hisysevent_adapter_wrapper.cpp | 217 …ArkWebUint16Vector ark_value3 = ArkWebBasicVectorClassToStruct<uint16_t, ArkWebUint16Vector>(std::… in Write()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/include/ |
H A D | ark_web_types.h | 287 R ArkWebBasicVectorClassToStruct(const std::vector<T>& class_value) in ArkWebBasicVectorClassToStruct() function
|