Searched refs:InitFromJson (Results 1 – 7 of 7) sorted by relevance
24 bool NotificationPromoMobileNtp::InitFromJson( in InitFromJson() function in NotificationPromoMobileNtp26 notification_promo_.InitFromJson( in InitFromJson()
27 bool InitFromJson(const base::DictionaryValue& json);
45 void InitFromJson(const base::DictionaryValue& json, PromoType promo_type);
169 notification_promo.InitFromJson(parsed_json, kValidPromoTypes[i]); in Unpack()
66 EXPECT_TRUE(mobile_promo_.InitFromJson(*test_json_)); in InitPromoFromJson()
127 notification_promo_.InitFromJson(*test_json_, promo_type_); in InitPromoFromJson()
209 void NotificationPromo::InitFromJson(const DictionaryValue& json, in InitFromJson() function in NotificationPromo