Searched refs:underlineColorJsonValue (Results 1 – 1 of 1) sorted by relevance
6751 auto underlineColorJsonValue = JsonUtil::Create(true); in OnBackPressed() local6752 underlineColorJsonValue->Put("normal", GetNormalUnderlineColorStr().c_str()); in OnBackPressed()6753 underlineColorJsonValue->Put("typing", GetTypingUnderlineColorStr().c_str()); in OnBackPressed()6754 underlineColorJsonValue->Put("error", GetErrorUnderlineColorStr().c_str()); in OnBackPressed()6755 underlineColorJsonValue->Put("disable", GetDisableUnderlineColorStr().c_str()); in OnBackPressed()6756 json->PutExtAttr("underlineColor", underlineColorJsonValue->ToString().c_str(), filter); in OnBackPressed()