Home
last modified time | relevance | path

Searched defs:node (Results 1076 - 1100 of 1318) sorted by relevance

1...<<41424344454647484950>>...53

/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp716 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 Dscrollable.cpp382 auto node = scrollableNode_.Upgrade(); in HandleDragStart() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp603 void NavigationTitleUtil::SetAccessibility(const RefPtr<FrameNode>& node, const std::string& message) in SetAccessibility() argument
H A Dnavigation_pattern.h500 float GetPaintRectHeight(const RefPtr<FrameNode>& node) in GetPaintRectHeight() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp32 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 Dcheckbox_pattern.cpp767 auto node = BuildContentModifierNode(); FireBuilder() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp683 void RenderSvgBase::AddHrefToRoot(const std::string& id, const RefPtr<RenderSvgBase>& node) in AddHrefToRoot() argument
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp144 auto node = item->GetAccessibilityNode().Upgrade(); in OnPaintFinish() local
933 MagicLayoutNode node; TravelChildrenFlexProps() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp126 auto node = weakNode_.Upgrade(); in RequestFocus() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp139 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 Dlayout_wrapper.cpp499 void LayoutWrapper::AddChildToExpandListIfNeeded(const WeakPtr<FrameNode>& node) in AddChildToExpandListIfNeeded() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp746 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 Dflex_layout_algorithm.cpp248 MagicLayoutNode node; in TravelChildrenFlexProps() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.cpp86 auto node = AceType::DynamicCast<FrameNode>(child); in UpdatePanelRenderContext() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp732 RefPtr<FrameNode> MenuWrapperPattern::GetMenuChild(const RefPtr<UINode>& node) in GetMenuChild() argument
H A Dmenu_wrapper_pattern.h128 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 Dhtml_to_span.cpp776 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 Darkts_native_grid_bridge.cpp125 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 Darkts_native_water_flow_bridge.cpp376 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetEdgeEffect() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp544 auto* node = nodeptr->GetLocalHandle()->ToNativePointer(vm)->Value(); in SetBuilderNode() local
H A Djs_view.cpp765 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 Daccessibility_node_manager.cpp237 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 Dsubwindow_manager.cpp561 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 Dcomponent_test_component_impl.cpp168 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 Dframe_node_test_ng.cpp81 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...]

Completed in 37 milliseconds

1...<<41424344454647484950>>...53