Searched refs:ACE_UNSPECIFIED (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | hint_to_type_wrap.h | 23 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED;
|
H A D | ace_auto_fill_type.h | 23 ACE_UNSPECIFIED = 0, enumerator
|
H A D | page_node_info_wrap.h | 50 return AceAutoFillType::ACE_UNSPECIFIED; in GetAutoFillType()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testtwo.cpp | 1112 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 D | text_field_pattern_test.cpp | 204 pattern->CheckAutoFillType(AceAutoFillType::ACE_UNSPECIFIED, true); 2549 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED; 2588 AceAutoFillType autoFillType = AceAutoFillType::ACE_UNSPECIFIED;
|
H A D | text_field_pattern_func_test.cpp | 685 EXPECT_TRUE(state == AceAutoFillType::ACE_UNSPECIFIED); 727 EXPECT_TRUE(state == AceAutoFillType::ACE_UNSPECIFIED);
|
H A D | text_input_modify_test.cpp | 1441 auto autoFillType = AceAutoFillType::ACE_UNSPECIFIED;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 2461 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 D | web_pattern.cpp | 4240 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 D | ace_container.cpp | 1427 AceAutoFillType autoFillType_ = AceAutoFillType::ACE_UNSPECIFIED; 1505 …} else if (nodeInfoWrap->GetAutoFillType() == AceAutoFillType::ACE_UNSPECIFIED && metadataObject && in FillAutoFillViewData()
|