Home
last modified time | relevance | path

Searched refs:CopyOption (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h154 static void CopyOption(int32_t copyOption);
H A Djs_web.cpp1980 JSClass<JSWeb>::StaticMethod("copyOptions", &JSWeb::CopyOption); in JSBind()
5172 void JSWeb::CopyOption(int32_t copyOption) in CopyOption() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_property.h103 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(CopyOption, CopyOptions, PROPERTY_UPDATE_MEASURE);
H A Dtext_model_ng.cpp404 ACE_UPDATE_LAYOUT_PROPERTY(TextLayoutProperty, CopyOption, copyOption); in SetCopyOption()
528 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextLayoutProperty, CopyOption, copyOption, frameNode); in SetCopyOption()
767 ACE_GET_NODE_LAYOUT_PROPERTY_WITH_DEFAULT_VALUE(TextLayoutProperty, CopyOption, value, frameNode, value); in GetCopyOption()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model_ng.cpp212 ACE_UPDATE_LAYOUT_PROPERTY(TextLayoutProperty, CopyOption, copyOptions); in SetCopyOption()
285 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextLayoutProperty, CopyOption, copyOptions, frameNode); in SetCopyOption()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.h297 ACE_DEFINE_COMPONENT_PROP(CopyOption, CopyOptions, CopyOptions::Local);

Completed in 14 milliseconds