Home
last modified time | relevance | path

Searched refs:InsertValueOperation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_update_test.cpp959 pattern_->InsertValueOperation(info);
1051 pattern_->InsertValueOperation(info);
H A Dtext_field_pattern_func_test.cpp884 pattern->InsertValueOperation(info);
909 pattern->InsertValueOperation(info);
933 pattern->InsertValueOperation(info);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp1046 richEditorPattern->InsertValueOperation(insertValue, &record, OperationType::DEFAULT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h281 void InsertValueOperation(const SourceAndValueInfo& info);
H A Dtext_field_pattern.cpp497 InsertValueOperation(insertValueOperations_.front()); in BeforeCreateLayoutWrapper()
4162 void TextFieldPattern::InsertValueOperation(const SourceAndValueInfo& info) in InsertValueOperation() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp5082 InsertValueOperation(insertValue, &record, operationType); in ProcessInsertValue()
5091 void RichEditorPattern::InsertValueOperation(const std::string& insertValue, OperationRecord* const… in InsertValueOperation() function in OHOS::Ace::NG::RichEditorPattern
6152 InsertValueOperation(value.deleteText.value_or("")); in OnBackPressed()
6162 InsertValueOperation(value.deleteText.value_or("")); in OnBackPressed()
6185 InsertValueOperation(value.addText.value_or("")); in OnBackPressed()
6200 InsertValueOperation(value.addText.value_or("")); in OnBackPressed()
9318 InsertValueOperation(str, nullptr, OperationType::DEFAULT); in OnBackPressed()
9332 InsertValueOperation(str, nullptr, OperationType::DRAG); in OnBackPressed()
H A Drich_editor_pattern.h389 … void InsertValueOperation(const std::string& insertValue, OperationRecord* const record = nullptr,