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 D | text_input_update_test.cpp | 959 pattern_->InsertValueOperation(info); 1051 pattern_->InsertValueOperation(info);
|
H A D | text_field_pattern_func_test.cpp | 884 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 D | rich_editor_pattern_testfour_ng.cpp | 1046 richEditorPattern->InsertValueOperation(insertValue, &record, OperationType::DEFAULT);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 281 void InsertValueOperation(const SourceAndValueInfo& info);
|
H A D | text_field_pattern.cpp | 497 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 D | rich_editor_pattern.cpp | 5082 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 D | rich_editor_pattern.h | 389 … void InsertValueOperation(const std::string& insertValue, OperationRecord* const record = nullptr,
|