Searched refs:ParseFillContentJsonValue (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 121 bool ParseFillContentJsonValue(const std::string& jsonStr,
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 384 ParseFillContentJsonValue(commandValue, privateCommand); in SendPrivateCommand() 396 bool IMFAdapterImpl::ParseFillContentJsonValue(const std::string& commandValue, in ParseFillContentJsonValue() function in OHOS::NWeb::IMFAdapterImpl
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testtwo.cpp | 1175 EXPECT_EQ(pattern->ParseFillContentJsonValue(jsonObject, map), true); 1176 EXPECT_EQ(pattern->ParseFillContentJsonValue(jsonObject->GetChild()->GetNext(), map), false); 1182 EXPECT_EQ(pattern->ParseFillContentJsonValue(arrayJsonObject, map), false);
|
H A D | text_field_pattern_test.cpp | 1282 pattern->ParseFillContentJsonValue(jsonObj, fillContentMap); 1284 pattern->ParseFillContentJsonValue(jsonObject, fillContentMap); 1287 pattern->ParseFillContentJsonValue(jsonObject, fillContentMap);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 1701 bool ParseFillContentJsonValue(const std::unique_ptr<JsonValue>& jsonObject,
|
H A D | text_field_pattern.cpp | 7245 bool TextFieldPattern::ParseFillContentJsonValue(const std::unique_ptr<JsonValue>& jsonObject, in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern 7285 ParseFillContentJsonValue(jsonObject, fillContentMap_); in OnBackPressed()
|