OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:promo
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/web_resource/
promo_resource_service_unittest.cc
337
const NotificationPromo&
promo
() const { return notification_promo_; }
function in class:NotificationPromoTest
369
// Set up start date and
promo
line in a Dictionary as if parsed from the
431
// Set up start date and
promo
line in a Dictionary as if parsed from the
479
// 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
39
const char kPrefPromoObject[] = "
promo
";
56
// Returns a string suitable for the
Promo
Server URL 'osname' value.
79
// Returns a string suitable for the
Promo
Server URL 'dist' value.
218
const DictionaryValue*
promo
= NULL;
local
219
if (!promo_list->GetDictionary(0, &
promo
))
224
if (
promo
->GetList("date", &date_list)) {
246
if (
promo
->GetDictionary("grouping", &grouping)) {
262
promo
->GetDictionary("strings", &strings);
266
if (
promo
->GetDictionary("payload", &payload)) {
282
promo
->GetInteger("max_views", &max_views_)
421
NotificationPromo
promo
;
local
432
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 54 milliseconds