Home
last modified time | relevance | path

Searched refs:textInputAction (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_area_test.cpp260 EXPECT_EQ(textInputAction, TextInputAction::NEW_LINE);
264 pattern_->PerformAction(textInputAction, false);
540 EXPECT_EQ(textInputAction, TextInputAction::NEW_LINE);
544 pattern_->PerformAction(textInputAction, false);
577 EXPECT_EQ(textInputAction, TextInputAction::NEW_LINE);
581 pattern_->PerformAction(textInputAction, false);
620 pattern_->PerformAction(textInputAction, false);
1112 pattern_->PerformAction(textInputAction, false);
1149 pattern_->PerformAction(textInputAction, false);
1186 pattern_->PerformAction(textInputAction, false);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp1062 TextInputAction textInputAction = CastToTextInputAction(info[0]->ToNumber<int32_t>()); in SetEnterKeyType() local
1063 SearchModel::GetInstance()->SetSearchEnterKeyType(textInputAction); in SetEnterKeyType()
H A Djs_textfield.cpp322 TextInputAction textInputAction = CastToTextInputAction(jsValue->ToNumber<int32_t>()); in SetEnterKeyType() local
323 TextFieldModel::GetInstance()->SetEnterKeyType(textInputAction); in SetEnterKeyType()
H A Djs_richeditor.cpp1222 TextInputAction textInputAction = CastToTextInputAction(action->ToNumber<int32_t>()); in SetEnterKeyType() local
1223 RichEditorModel::GetInstance()->SetEnterKeyType(textInputAction); in SetEnterKeyType()