Home
last modified time | relevance | path

Searched refs:ParseFillContentJsonValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h121 bool ParseFillContentJsonValue(const std::string& jsonStr,
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp384 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 Dtext_field_pattern_testtwo.cpp1175 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 Dtext_field_pattern_test.cpp1282 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 Dtext_field_pattern.h1701 bool ParseFillContentJsonValue(const std::unique_ptr<JsonValue>& jsonObject,
H A Dtext_field_pattern.cpp7245 bool TextFieldPattern::ParseFillContentJsonValue(const std::unique_ptr<JsonValue>& jsonObject, in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
7285 ParseFillContentJsonValue(jsonObject, fillContentMap_); in OnBackPressed()