| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | list_layout_manager.cpp | 716 RefPtr<BilateralSpringNode> node; in GetChainDelta() local 758 auto node = AceType::MakeRefPtr<BilateralSpringNode>(renderList_.GetContext(), index, 0.0); in InitChainAnimation() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | scrollable.cpp | 382 auto node = scrollableNode_.Upgrade(); in HandleDragStart() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_title_util.cpp | 603 void NavigationTitleUtil::SetAccessibility(const RefPtr<FrameNode>& node, const std::string& message) in SetAccessibility() argument
|
| H A D | navigation_pattern.h | 500 float GetPaintRectHeight(const RefPtr<FrameNode>& node) in GetPaintRectHeight() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
| H A D | select_content_overlay_manager.cpp | 32 auto node = overlayNode.Upgrade(); in GetSelectOverlayPattern() local 512 auto node = DynamicCast<SelectOverlayNode>(overlayNode); MountNodeToRoot() local 572 auto node = DynamicCast<SelectOverlayNode>(overlayNode); MountNodeToCaller() local 658 DestroySelectOverlayNodeWithAnimation(const RefPtr<FrameNode>& node) DestroySelectOverlayNodeWithAnimation() argument 990 ConvertPointRelativeToNode(const RefPtr<FrameNode>& node, PointF& point) ConvertPointRelativeToNode() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
| H A D | checkbox_pattern.cpp | 767 auto node = BuildContentModifierNode(); FireBuilder() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | render_svg_base.cpp | 683 void RenderSvgBase::AddHrefToRoot(const std::string& id, const RefPtr<RenderSvgBase>& node) in AddHrefToRoot() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/flex/ |
| H A D | render_flex.cpp | 144 auto node = item->GetAccessibilityNode().Upgrade(); in OnPaintFinish() local 933 MagicLayoutNode node; TravelChildrenFlexProps() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/option/ |
| H A D | render_option.cpp | 126 auto node = weakNode_.Upgrade(); in RequestFocus() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | inspector.cpp | 139 auto node = AceType::DynamicCast<FrameNode>(spanParentNode); in GetSpanInspector() local 166 void PutNodeInfoToJsonNode(RefPtr<OHOS::Ace::NG::FrameNode>& node, in PutNodeInfoToJsonNode() argument 206 auto node = AceType::DynamicCast<FrameNode>(parent); in GetInspectorChildren() local 269 auto node = AceType::DynamicCast<FrameNode>(spanParentNode); GetSpanInspector() local 296 auto node = AceType::DynamicCast<CustomNode>(customNode); GetCustomNodeInfo() local 306 PutNodeInfoToJsonNode(RefPtr<OHOS::Ace::NG::FrameNode>& node, bool& isActive, std::unique_ptr<OHOS::Ace::JsonValue>& jsonNode) PutNodeInfoToJsonNode() argument 340 auto node = AceType::DynamicCast<FrameNode>(parent); GetInspectorChildren() local 616 GetInspectorOfNode(RefPtr<NG::UINode> node) GetInspectorOfNode() argument 682 auto node = AceType::DynamicCast<FrameNode>(spanParentNode); GetSimplifiedSpanInspector() local 704 auto node = AceType::DynamicCast<FrameNode>(parent); GetSimplifiedInspectorChildren() local 840 AddOffscreenNode(RefPtr<FrameNode> node) AddOffscreenNode() argument 846 RemoveOffscreenNode(RefPtr<FrameNode> node) RemoveOffscreenNode() argument 922 auto node = AceType::DynamicCast<FrameNode>(parent); GetInspectorChildrenInfo() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_wrapper.cpp | 499 void LayoutWrapper::AddChildToExpandListIfNeeded(const WeakPtr<FrameNode>& node) in AddChildToExpandListIfNeeded() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
| H A D | bubble_pattern.cpp | 746 void BubblePattern::UpdateText(const RefPtr<UINode>& node, const RefPtr<PopupTheme>& popupTheme) in UpdateText() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
| H A D | flex_layout_algorithm.cpp | 248 MagicLayoutNode node; in TravelChildrenFlexProps() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
| H A D | sliding_panel_pattern.cpp | 86 auto node = AceType::DynamicCast<FrameNode>(child); in UpdatePanelRenderContext() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
| H A D | menu_wrapper_pattern.cpp | 732 RefPtr<FrameNode> MenuWrapperPattern::GetMenuChild(const RefPtr<UINode>& node) in GetMenuChild() argument
|
| H A D | menu_wrapper_pattern.h | 128 auto node = AceType::DynamicCast<FrameNode>(host->GetChildAtIndex(1)); in GetHoverImageFlexNode() local 140 auto node = AceType::DynamicCast<FrameNode>(hoverImageFlexNode->GetChildAtIndex(0)); in GetHoverImageStackNode() local 152 auto node = AceType::DynamicCast<FrameNode>(hoverImageStackNode->GetChildAtIndex(0)); in GetHoverImagePreview() local 164 auto node = AceType::DynamicCast<FrameNode>(hoverImageStackNode->GetChildAtIndex(1)); GetHoverImageCustomPreview() local 192 auto node = DynamicCast<FrameNode>(child); GetBadgeNode() local [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
| H A D | html_to_span.cpp | 776 void HtmlToSpan::ToDefalutSpan(xmlNodePtr node, size_t len, size_t& pos, std::vector<SpanInfo>& spanInfos) in ToDefalutSpan() argument 806 void HtmlToSpan::ToParagraphSpan(xmlNodePtr node, size_t len, size_t& pos, std::vector<SpanInfo>& spanInfos) in ToParagraphSpan() argument 913 void HtmlToSpan::ToImage(xmlNodePtr node, size_t len, size_t& pos, std::vector<SpanInfo>& spanInfos, in ToImage() argument 882 ToTextSpan( const std::string& element, xmlNodePtr node, size_t len, size_t& pos, std::vector<SpanInfo>& spanInfos) ToTextSpan() argument 968 ParaseHtmlToSpanInfo( xmlNodePtr node, size_t& pos, std::string& allContent, std::vector<SpanInfo>& spanInfos, bool isNeedLoadPixelMap) ParaseHtmlToSpanInfo() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_grid_bridge.cpp | 125 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); in SetColumnsTemplate() local 141 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); in ResetColumnsTemplate() local 151 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); in SetRowsTemplate() local 167 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); in ResetRowsTemplate() local 177 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); in SetColumnsGap() local 206 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetColumnsGap() local 216 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetRowsGap() local 245 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetRowsGap() local 255 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetScrollBar() local 275 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetScrollBar() local 307 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetScrollBarWidth() local 317 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetScrollBarColor() local 345 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetScrollBarColor() local 355 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetCachedCount() local 377 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetCachedCount() local 388 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetEditMode() local 400 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetEditMode() local 410 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetMultiSelectable() local 422 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetMultiSelectable() local 432 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetMaxCount() local 452 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetMaxCount() local 462 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetMinCount() local 482 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetMinCount() local 492 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetCellLength() local 508 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetCellLength() local 518 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetLayoutDirection() local 534 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetLayoutDirection() local 544 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetSupportAnimation() local 556 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetSupportAnimation() local 566 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetEdgeEffect() local 593 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetEdgeEffect() local 634 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetNestedScroll() local 666 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetNestedScroll() local 675 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetEnableScroll() local 689 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetEnableScroll() local 698 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetFriction() local 714 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetFriction() local 723 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetFlingSpeedLimit() local 738 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetFlingSpeedLimit() local 747 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); SetAlignItems() local 768 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(CALL_ARG_0); ResetAlignItems() local [all...] |
| H A D | arkts_native_water_flow_bridge.cpp | 376 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetEdgeEffect() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_tab_content.cpp | 544 auto* node = nodeptr->GetLocalHandle()->ToNativePointer(vm)->Value(); in SetBuilderNode() local
|
| H A D | js_view.cpp | 765 auto node = ViewPartialUpdateModel::GetInstance()->CreateNode(std::move(info)); in CreateViewNode() local 918 RefPtr<AceType> node; CreateRecycle() local 972 auto node = AceType::DynamicCast<NG::UINode>(this->GetViewNode()); JSGetNavigationInfo() local 1006 auto node = AceType::DynamicCast<NG::UINode>(this->GetViewNode()); JSGetUniqueId() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/ |
| H A D | accessibility_node_manager.cpp | 237 std::string AccessibilityNodeManager::GetNodeChildIds(const RefPtr<AccessibilityNode>& node) in GetNodeChildIds() argument 256 void AccessibilityNodeManager::AddNodeWithId(const std::string& key, const RefPtr<AccessibilityNode>& node) in AddNodeWithId() argument 264 void AccessibilityNodeManager::AddNodeWithTarget(const std::string& key, const RefPtr<AccessibilityNode>& node) in AddNodeWithTarget() argument 272 AddComposedElement(const std::string& key, const RefPtr<ComposedElement>& node) AddComposedElement() argument 328 auto node = GetAccessibilityNodeFromPage(nodeId); GetInspectorNodeById() local 360 ClearNodeRectInfo(RefPtr<AccessibilityNode>& node, bool isPopDialog) ClearNodeRectInfo() argument 522 RemoveAccessibilityNodes(RefPtr<AccessibilityNode>& node) RemoveAccessibilityNodes() argument 637 TrySaveTargetAndIdNode( const std::string& id, const std::string& target, const RefPtr<AccessibilityNode>& node) TrySaveTargetAndIdNode() argument 775 auto node = GetAccessibilityNodeFromPage(nodeID); DumpTree() local [all...] |
| /foundation/arkui/ace_engine/frameworks/base/subwindow/ |
| H A D | subwindow_manager.cpp | 561 void SubwindowManager::CloseCustomDialogNG(const WeakPtr<NG::UINode>& node, std::function<void(int32_t)>&& callback) in CloseCustomDialogNG() argument 570 UpdateCustomDialogNG( const WeakPtr<NG::UINode>& node, const PromptDialogAttr &dialogAttr, std::function<void(int32_t)>&& callback) UpdateCustomDialogNG() argument 995 CloseCustomDialog(const WeakPtr<NG::UINode>& node, std::function<void(int32_t)> &&callback) CloseCustomDialog() argument 1147 GetSubwindowDialogNodeWithExistContent(const RefPtr<NG::UINode>& node) GetSubwindowDialogNodeWithExistContent() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/component_test/core/ |
| H A D | component_test_component_impl.cpp | 168 NG::UINode* node = parentNode.GetRawPtr(); in GetEndpointChildFrameNode() local 668 NodeRectToString(RefPtr<NG::FrameNode> node) NodeRectToString() argument 704 auto node = AceType::DynamicCast<NG::FrameNode>(parent); GetInspectorChildren() local 747 auto node = AceType::DynamicCast<NG::FrameNode>(spanParentNode); GetSpanInspector() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | frame_node_test_ng.cpp | 81 auto node = FrameNode::CreateFrameNode("childNode", 10, AceType::MakeRefPtr<Pattern>(), true); in HWTEST_F() local 110 auto node = FrameNode::CreateFrameNode("childNode", 10, AceType::MakeRefPtr<Pattern>(), true); HWTEST_F() local 215 auto node = FrameNode::CreateFrameNode("main", 1, AceType::MakeRefPtr<Pattern>(), true); HWTEST_F() local 1518 const RefPtr<FrameNode> node = HWTEST_F() local 1665 auto node = FrameNode::CreateFrameNode("main", 1, AceType::MakeRefPtr<Pattern>(), true); HWTEST_F() local 1697 auto node = FrameNode::CreateFrameNode("main", 1, AceType::MakeRefPtr<Pattern>(), true); HWTEST_F() local 1942 auto node = FrameNode::CreateFrameNode("childNode", 10, AceType::MakeRefPtr<Pattern>(), true); HWTEST_F() local [all...] |