Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp85 ArkWebInt64Vector stChildIds = ark_web_accessibility_node_info_->GetChildIds(); in GetChildIds()
87 …std::vector<int64_t> objChildIds = ArkWebBasicVectorStructToClass<int64_t, ArkWebInt64Vector>(stCh… in GetChildIds()
88 ArkWebBasicVectorStructRelease<ArkWebInt64Vector>(stChildIds); in GetChildIds()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_accessibility_node_info_impl.cpp67 ArkWebInt64Vector ArkWebAccessibilityNodeInfoImpl::GetChildIds() in GetChildIds()
69 …return ArkWebBasicVectorClassToStruct<int64_t, ArkWebInt64Vector>(nweb_accessibility_node_info_->G… in GetChildIds()
H A Dark_web_accessibility_node_info_impl.h49 ArkWebInt64Vector GetChildIds() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/include/
H A Dark_web_types.h81 } ArkWebInt64Vector; typedef
83 const ArkWebInt64Vector ark_web_int64_vector_default = {
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_accessibility_node_info.h53 virtual ArkWebInt64Vector GetChildIds() = 0;