Searched refs:stType (Results 1 – 2 of 2) sorted by relevance
66 ArkWebString stType = ark_web_native_embed_info_->GetType(); in GetType() local68 std::string objType = ArkWebStringStructToClass(stType); in GetType()69 ArkWebStringStructRelease(stType); in GetType()75 ArkWebString stType = ark_web_native_embed_info_->GetTag(); in GetTag() local77 std::string objType = ArkWebStringStructToClass(stType); in GetTag()78 ArkWebStringStructRelease(stType); in GetTag()84 ArkWebStringMap stType = ark_web_native_embed_info_->GetParams(); in GetParams() local86 std::map<std::string, std::string> objType = ArkWebStringMapStructToClass(stType); in GetParams()87 ArkWebStringMapStructRelease(stType); in GetParams()
48 ArkWebStringVector stType = ark_web_file_selector_params_->AcceptType(); in AcceptType() local50 std::vector<std::string> objType = ArkWebStringVectorStructToClass(stType); in AcceptType()51 ArkWebStringVectorStructRelease(stType); in AcceptType()