Home
last modified time | relevance | path

Searched refs:InitFromJson (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
Dnotification_promo_mobile_ntp.cc24 bool NotificationPromoMobileNtp::InitFromJson( in InitFromJson() function in NotificationPromoMobileNtp
26 notification_promo_.InitFromJson( in InitFromJson()
Dnotification_promo_mobile_ntp.h27 bool InitFromJson(const base::DictionaryValue& json);
Dnotification_promo.h45 void InitFromJson(const base::DictionaryValue& json, PromoType promo_type);
Dpromo_resource_service.cc169 notification_promo.InitFromJson(parsed_json, kValidPromoTypes[i]); in Unpack()
Dpromo_resource_service_mobile_ntp_unittest.cc66 EXPECT_TRUE(mobile_promo_.InitFromJson(*test_json_)); in InitPromoFromJson()
Dpromo_resource_service_unittest.cc127 notification_promo_.InitFromJson(*test_json_, promo_type_); in InitPromoFromJson()
Dnotification_promo.cc209 void NotificationPromo::InitFromJson(const DictionaryValue& json, in InitFromJson() function in NotificationPromo