Searched refs:setContent (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_dialog.h | 84 int32_t (*setContent)(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content); member
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | dialog_model.cpp | 49 return impl->getDialogAPI()->setContent(handle->controller, content->uiNodeHandle); in SetContent()
|
H A D | style_modifier.cpp | 9224 fullImpl->getNodeModifiers()->getTextModifier()->setContent(node->uiNodeHandle, item->string); in SetTextContent() 9715 fullImpl->getNodeModifiers()->getSpanModifier()->setContent(node->uiNodeHandle, item->string); in SetSpanContent() 10363 fullImpl->getNodeModifiers()->getTextModifier()->setContent(node->uiNodeHandle, ""); in ResetTextContent() 10477 fullImpl->getNodeModifiers()->getSpanModifier()->setContent(node->uiNodeHandle, ""); in ResetSpanContent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_bridge.cpp | 690 GetArkUINodeModifiers()->getTextModifier()->setContent(nativeNode, content.c_str()); in SetContent()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 546 void (*setContent)(ArkUINodeHandle node, ArkUI_CharPtr value);
member 2580 void (*setContent)(ArkUINodeHandle node, ArkUI_CharPtr value);
member 3327 ArkUI_Int32 (*setContent)(ArkUIDialogHandle handle, ArkUINodeHandle contentNode);
member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2059 void (*setContent)(ArkUINodeHandle node, ArkUI_CharPtr value); member 4303 void (*setContent)(ArkUINodeHandle node, ArkUI_CharPtr value); member 5159 ArkUI_Int32 (*setContent)(ArkUIDialogHandle handle, ArkUINodeHandle contentNode); member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 11574 getUINativeModule().text.setContent(node, ''); 11577 getUINativeModule().text.setContent(node, this.value);
|
Completed in 94 milliseconds