OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationListTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/
notification_list.h
31
class
NotificationListTest
;
139
friend class
NotificationListTest
;
140
FRIEND_TEST_ALL_PREFIXES(
NotificationListTest
,
notification_list_unittest.cc
20
class
NotificationListTest
: public testing::Test {
22
NotificationListTest
() {}
23
virtual ~
NotificationListTest
() {}
31
// Currently
NotificationListTest
doesn't care about some fields like title or
107
DISALLOW_COPY_AND_ASSIGN(
NotificationListTest
);
120
const char
NotificationListTest
::kIdFormat[] = "id%ld";
121
const char
NotificationListTest
::kTitleFormat[] = "id%ld";
122
const char
NotificationListTest
::kMessageFormat[] = "message%ld";
123
const char
NotificationListTest
::kDisplaySource[] = "source";
124
const char
NotificationListTest
::kExtensionId[] = "ext"
[
all
...]
notifier_settings.h
79
FRIEND_TEST_ALL_PREFIXES(
NotificationListTest
, UnreadCountNoNegative);
80
FRIEND_TEST_ALL_PREFIXES(
NotificationListTest
, TestHasNotificationOfType);
Completed in 46 milliseconds