OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kContainedMessage2
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h
74
extern const char
kContainedMessage2
[];
sync_notifier_test_utils.cc
67
const char
kContainedMessage2
[] = "Meet at noon in the Gym.";
155
notification_layout2->set_description(
kContainedMessage2
);
synced_notification_unittest.cc
291
EXPECT_EQ(std::string(
kContainedMessage2
), notification_message2);
342
EXPECT_EQ(UTF8ToUTF16(
kContainedMessage2
), notification.items()[1].message);
Completed in 735 milliseconds