/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_component.cpp | 126 const CopyOptions& TextComponent::GetCopyOption() const in GetCopyOption() function in OHOS::Ace::TextComponent 128 return declaration_->GetCopyOption(); in GetCopyOption()
|
H A D | text_component.h | 58 const CopyOptions& GetCopyOption() const;
|
H A D | render_text.cpp | 106 copyOption_ = text_->GetCopyOption(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/ |
H A D | render_text_field_test.cpp | 144 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 D | text_declaration.h | 90 const CopyOptions& GetCopyOption() const in GetCopyOption() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.cpp | 299 const CopyOptions& ImageComponent::GetCopyOption() const in GetCopyOption() function in OHOS::Ace::ImageComponent
|
H A D | image_component.h | 150 const CopyOptions& GetCopyOption() const;
|
H A D | render_image.cpp | 119 copyOption_ = image->GetCopyOption(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_modifier.cpp | 781 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 D | text_model_ng.h | 136 static CopyOptions GetCopyOption(FrameNode* frameNode);
|
H A D | text_model_ng.cpp | 779 CopyOptions TextModelNG::GetCopyOption(FrameNode* frameNode) in GetCopyOption() function in OHOS::Ace::NG::TextModelNG
|
H A D | text_pattern.cpp | 2177 copyOption_ = textLayoutProperty->GetCopyOption().value_or(CopyOptions::None); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testthree_ng.cpp | 1880 EXPECT_EQ(layoutProperty->GetCopyOption().value(), CopyOptions::Distributed);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 191 copyOption_ = textField->GetCopyOption(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 495 copyOption_ = layoutProperty->GetCopyOption().value_or(CopyOptions::Distributed); in OnModifyDone()
|