OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNewNotificationCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc
147
EXPECT_EQ(1, tester->
GetNewNotificationCount
());
154
EXPECT_EQ(2, tester->
GetNewNotificationCount
());
161
EXPECT_EQ(1, tester->
GetNewNotificationCount
());
167
EXPECT_EQ(0, tester->
GetNewNotificationCount
());
196
EXPECT_EQ(1, tester->
GetNewNotificationCount
());
202
EXPECT_EQ(2, tester->
GetNewNotificationCount
());
208
EXPECT_EQ(1, tester->
GetNewNotificationCount
());
236
EXPECT_EQ(1, tester->
GetNewNotificationCount
());
257
EXPECT_EQ(0, tester->
GetNewNotificationCount
());
notification_panel.h
217
int
GetNewNotificationCount
() const;
notification_panel.cc
322
int
GetNewNotificationCount
() {
819
int NotificationPanelTester::
GetNewNotificationCount
() const {
820
return panel_->balloon_container_->
GetNewNotificationCount
();
Completed in 28 milliseconds