Home
last modified time | relevance | path

Searched refs:ACE_UNSPECIFIED (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dhint_to_type_wrap.h23 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED;
H A Dace_auto_fill_type.h23 ACE_UNSPECIFIED = 0, enumerator
H A Dpage_node_info_wrap.h50 return AceAutoFillType::ACE_UNSPECIFIED; in GetAutoFillType()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp1112 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_UNSPECIFIED);
1116 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_UNSPECIFIED);
1122 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_UNSPECIFIED);
1126 pattern->NotifyFillRequestSuccess(viewDataWrap, nodeWrap, AceAutoFillType::ACE_UNSPECIFIED);
H A Dtext_field_pattern_test.cpp204 pattern->CheckAutoFillType(AceAutoFillType::ACE_UNSPECIFIED, true);
2549 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED;
2588 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED;
H A Dtext_field_pattern_func_test.cpp685 EXPECT_TRUE(state == AceAutoFillType::ACE_UNSPECIFIED);
727 EXPECT_TRUE(state == AceAutoFillType::ACE_UNSPECIFIED);
H A Dtext_input_modify_test.cpp1441 auto autoFillType = AceAutoFillType::ACE_UNSPECIFIED;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2461 if (autoFillType == AceAutoFillType::ACE_UNSPECIFIED && !isTriggerPassword) { in CheckAutoFillType()
2508 CHECK_NULL_RETURN(layoutProperty, AceAutoFillType::ACE_UNSPECIFIED); in GetAutoFillType()
2512 if (aceContentType != AceAutoFillType::ACE_UNSPECIFIED) { in GetAutoFillType()
2515 if (aceInputType != AceAutoFillType::ACE_UNSPECIFIED) { in GetAutoFillType()
2522 return AceAutoFillType::ACE_UNSPECIFIED; in GetAutoFillType()
2533 if (aceContentType != AceAutoFillType::ACE_UNSPECIFIED) { in GetAutoFillTypeAndMetaData()
2537 if (aceInputType != AceAutoFillType::ACE_UNSPECIFIED) { in GetAutoFillTypeAndMetaData()
2578 if (IsTriggerAutoFillPassword() && autoFillType == AceAutoFillType::ACE_UNSPECIFIED) { in ProcessAutoFill()
4014 return AceAutoFillType::ACE_UNSPECIFIED; in ConvertToAceAutoFillType()
8711 if (aceContentType != AceAutoFillType::ACE_UNSPECIFIED) { in OnBackPressed()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4240 AceAutoFillType focusType = AceAutoFillType::ACE_UNSPECIFIED; in NotifyFillRequestSuccess()
4269 if (focusType != AceAutoFillType::ACE_UNSPECIFIED && !isPasswordFill_) { in NotifyFillRequestSuccess()
4382 if (type != AceAutoFillType::ACE_UNSPECIFIED) { in ParseNWebViewDataNode()
4452 AceAutoFillType type = AceAutoFillType::ACE_UNSPECIFIED; in GetFocusedType()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1427 AceAutoFillType autoFillType_ = AceAutoFillType::ACE_UNSPECIFIED;
1505 …} else if (nodeInfoWrap->GetAutoFillType() == AceAutoFillType::ACE_UNSPECIFIED && metadataObject && in FillAutoFillViewData()