OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitFromJson
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/web_resource/
notification_promo_mobile_ntp.cc
24
bool NotificationPromoMobileNtp::
InitFromJson
(
26
notification_promo_.
InitFromJson
(
notification_promo.h
45
void
InitFromJson
(const base::DictionaryValue& json, PromoType promo_type);
notification_promo_mobile_ntp.h
27
bool
InitFromJson
(const base::DictionaryValue& json);
promo_resource_service.cc
169
notification_promo.
InitFromJson
(parsed_json, kValidPromoTypes[i]);
promo_resource_service_mobile_ntp_unittest.cc
66
EXPECT_TRUE(mobile_promo_.
InitFromJson
(*test_json_));
notification_promo.cc
209
void NotificationPromo::
InitFromJson
(const DictionaryValue& json,
213
DVLOG(1) << "
InitFromJson
" << PromoTypeToString(promo_type_);
promo_resource_service_unittest.cc
127
notification_promo_.
InitFromJson
(*test_json_, promo_type_);
Completed in 1970 milliseconds