HomeSort by relevance Sort by last modified time
    Searched defs:promo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service_unittest.cc 338 const NotificationPromo& promo() const { return notification_promo_; } function in class:NotificationPromoTest
370 // Set up start date and promo line in a Dictionary as if parsed from the
432 // Set up start date and promo line in a Dictionary as if parsed from the
480 // Set up start date and promo line in a Dictionary as if parsed from the
541 // Set up start date and promo line in a Dictionary as if parsed from the
580 EXPECT_FALSE(promo_test.promo().CanShow());
notification_promo.cc 44 const char kPrefPromoObject[] = "promo";
61 // Returns a string suitable for the Promo Server URL 'osname' value.
84 // Returns a string suitable for the Promo Server URL 'dist' value.
223 const DictionaryValue* promo = NULL; local
224 if (!promo_list->GetDictionary(0, &promo))
229 if (promo->GetList("date", &date_list)) {
251 if (promo->GetDictionary("grouping", &grouping)) {
267 promo->GetDictionary("strings", &strings);
271 if (promo->GetDictionary("payload", &payload)) {
287 promo->GetInteger("max_views", &max_views_)
426 NotificationPromo promo; local
437 NotificationPromo promo; local
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 913 Matcher<const std::string&> promo = local
916 EXPECT_FALSE(promo.Matches("fool"));
918 EXPECT_TRUE(promo.Matches("foot"));
    [all...]
gmock-generated-actions_test.cc 875 Action<std::string(const char*)> promo = local
878 EXPECT_EQ("foobar", promo.Perform(make_tuple(CharPtr("ba"))));
    [all...]

Completed in 211 milliseconds