OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNotificationCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc
94
int
GetNotificationCount
();
173
int MessageCenterViewTest::
GetNotificationCount
() {
265
EXPECT_LE(GetCallCount(LAYOUT),
GetNotificationCount
() * 2);
268
GetNotificationCount
() * 20);
/external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc
205
int
GetNotificationCount
();
250
int NotificationsTest::
GetNotificationCount
() {
529
ASSERT_EQ(1,
GetNotificationCount
());
555
ASSERT_EQ(1,
GetNotificationCount
());
568
ASSERT_EQ(0,
GetNotificationCount
());
581
ASSERT_EQ(1,
GetNotificationCount
());
583
ASSERT_EQ(0,
GetNotificationCount
());
593
ASSERT_EQ(0,
GetNotificationCount
());
604
ASSERT_EQ(0,
GetNotificationCount
());
610
EXPECT_EQ(1,
GetNotificationCount
());
[
all
...]
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
316
int
GetNotificationCount
() {
515
if (balloon_container_->
GetNotificationCount
() == 0)
637
if (balloon_container_->
GetNotificationCount
() == 0)
811
int NotificationPanelTester::
GetNotificationCount
() const {
812
return panel_->balloon_container_->
GetNotificationCount
();
Completed in 638 milliseconds