Searched refs:contentChange_ (Results 1 – 12 of 12) sorted by relevance
185 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()
56 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()
115 RefPtr<PropertyBool> contentChange_; variable
120 RefPtr<PropertyBool> contentChange_; variable
79 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()
200 RefPtr<PropertyInt> contentChange_; variable
309 richEditorPattern->contentChange_ = true;326 richEditorPattern->contentChange_ = true;349 richEditorPattern->contentChange_ = true;
577 richEditorPattern->contentChange_ = true;775 richEditorPattern->contentChange_ = true;983 richEditorPattern->contentChange_ = true;
864 richEditorPattern->contentChange_ = true;
740 richEditorPattern->contentChange_ = false;
877 contentChange_ = onChange; in SetContentChange()1428 bool contentChange_ = false; variable
4803 contentChange_ = false; in RequestCustomKeyboard()4817 contentChange_ = false; in CloseCustomKeyboard()8267 if (!keyboardAvoidance_ || !contentChange_ || AceApplicationInfo::GetInstance(). in OnBackPressed()