Home
last modified time | relevance | path

Searched refs:contentChange_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_content_modifier.cpp185 contentChange_ = AceType::MakeRefPtr<PropertyBool>(false); in SetDefaultPropertyValue()
200 AttachProperty(contentChange_); in SetDefaultPropertyValue()
461 CHECK_NULL_VOID(contentChange_); in ContentChange()
462 contentChange_->Set(!contentChange_->Get()); in ContentChange()
H A Dtext_field_overlay_modifier.cpp56 contentChange_ = AceType::MakeRefPtr<PropertyBool>(false); in TextFieldOverlayModifier()
76 AttachProperty(contentChange_); in TextFieldOverlayModifier()
81 CHECK_NULL_VOID(contentChange_); in ContentChange()
82 contentChange_->Set(!contentChange_->Get()); in ContentChange()
H A Dtext_field_overlay_modifier.h115 RefPtr<PropertyBool> contentChange_; variable
H A Dtext_field_content_modifier.h120 RefPtr<PropertyBool> contentChange_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_content_modifier.cpp79 contentChange_ = MakeRefPtr<PropertyInt>(0); in TextContentModifier()
80 AttachProperty(contentChange_); in TextContentModifier()
976 CHECK_NULL_VOID(contentChange_); in ContentChange()
977 contentChange_->Set(contentChange_->Get() + 1); in ContentChange()
H A Dtext_content_modifier.h200 RefPtr<PropertyInt> contentChange_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testtwo_ng.cpp309 richEditorPattern->contentChange_ = true;
326 richEditorPattern->contentChange_ = true;
349 richEditorPattern->contentChange_ = true;
H A Drich_editor_edit_testone_ng.cpp577 richEditorPattern->contentChange_ = true;
775 richEditorPattern->contentChange_ = true;
983 richEditorPattern->contentChange_ = true;
H A Drich_editor_edit_test_ng.cpp864 richEditorPattern->contentChange_ = true;
H A Drich_editor_pattern_test_ng.cpp740 richEditorPattern->contentChange_ = false;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h877 contentChange_ = onChange; in SetContentChange()
1428 bool contentChange_ = false; variable
H A Drich_editor_pattern.cpp4803 contentChange_ = false; in RequestCustomKeyboard()
4817 contentChange_ = false; in CloseCustomKeyboard()
8267 if (!keyboardAvoidance_ || !contentChange_ || AceApplicationInfo::GetInstance(). in OnBackPressed()