Home
last modified time | relevance | path

Searched refs:GetCopyOption (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp126 const CopyOptions& TextComponent::GetCopyOption() const in GetCopyOption() function in OHOS::Ace::TextComponent
128 return declaration_->GetCopyOption(); in GetCopyOption()
H A Dtext_component.h58 const CopyOptions& GetCopyOption() const;
H A Drender_text.cpp106 copyOption_ = text_->GetCopyOption(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp144 CopyOptions GetCopyOption() in GetCopyOption() function in OHOS::Ace::MockRenderTextField
469 EXPECT_EQ(renderTextField->GetCopyOption(), CopyOptions::InApp);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h90 const CopyOptions& GetCopyOption() const in GetCopyOption() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp299 const CopyOptions& ImageComponent::GetCopyOption() const in GetCopyOption() function in OHOS::Ace::ImageComponent
H A Dimage_component.h150 const CopyOptions& GetCopyOption() const;
H A Drender_image.cpp119 copyOption_ = image->GetCopyOption(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_modifier.cpp781 ArkUI_Int32 GetCopyOption(ArkUINodeHandle node) in GetCopyOption() function
785 return static_cast<ArkUI_Int32>(TextModelNG::GetCopyOption(frameNode)); in GetCopyOption()
1210 …ResetWordBreak, GetFontFamily, GetCopyOption, GetHeightAdaptivePolicy, GetTextMinFontSize, GetText… in GetTextModifier()
1242 …GetFontFamily, GetCopyOption, GetHeightAdaptivePolicy, GetTextMinFontSize, GetTextMaxFontSize, Get… in GetCJUITextModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.h136 static CopyOptions GetCopyOption(FrameNode* frameNode);
H A Dtext_model_ng.cpp779 CopyOptions TextModelNG::GetCopyOption(FrameNode* frameNode) in GetCopyOption() function in OHOS::Ace::NG::TextModelNG
H A Dtext_pattern.cpp2177 copyOption_ = textLayoutProperty->GetCopyOption().value_or(CopyOptions::None); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp1880 EXPECT_EQ(layoutProperty->GetCopyOption().value(), CopyOptions::Distributed);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp191 copyOption_ = textField->GetCopyOption(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp495 copyOption_ = layoutProperty->GetCopyOption().value_or(CopyOptions::Distributed); in OnModifyDone()