Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_accessibility_node_info_impl.cpp227 int32_t ArkWebAccessibilityNodeInfoImpl::GetGridRows() in GetGridRows() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl
229 return nweb_accessibility_node_info_->GetGridRows(); in GetGridRows()
H A Dark_web_accessibility_node_info_impl.h113 int32_t GetGridRows() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp255 int32_t ArkWebAccessibilityNodeInfoWrapper::GetGridRows() in GetGridRows() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper
257 return ark_web_accessibility_node_info_->GetGridRows(); in GetGridRows()
H A Dark_web_accessibility_node_info_wrapper.h110 int32_t GetGridRows() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_accessibility_node_info.h149 virtual int32_t GetGridRows() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_accessibility_node_info.h109 virtual int32_t GetGridRows() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6248 …JsonNodePutDefaultValue(jsonNode, WebAccessibilityType::GRID_ROWS, webNodeInfo->GetGridRows(), -1); in WebNodeInfoToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1475 GridInfo gridInfo(node->GetGridRows(), node->GetGridColumns(), node->GetGridSelectedMode()); in UpdateWebAccessibilityElementInfo()