OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasPopupNotifications
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/notifications/
message_center_notification_manager_win.cc
37
if (message_center_->
HasPopupNotifications
() ||
message_center_notifications_browsertest.cc
360
EXPECT_TRUE(message_center()->
HasPopupNotifications
());
368
EXPECT_FALSE(message_center()->
HasPopupNotifications
());
/external/chromium_org/ui/message_center/
message_center_tray.cc
140
if (message_center_->
HasPopupNotifications
()) {
164
if (!message_center_->
HasPopupNotifications
())
253
if (popups_visible_ && !message_center_->
HasPopupNotifications
())
255
else if (!popups_visible_ && message_center_->
HasPopupNotifications
())
fake_message_center.cc
37
bool FakeMessageCenter::
HasPopupNotifications
() const {
fake_message_center.h
28
virtual bool
HasPopupNotifications
() const OVERRIDE;
message_center.h
63
virtual bool
HasPopupNotifications
() const = 0;
notification_list.h
94
bool
HasPopupNotifications
(const NotificationBlockers& blockers);
message_center_impl.cc
530
bool MessageCenterImpl::
HasPopupNotifications
() const {
532
notification_list_->
HasPopupNotifications
(blockers_);
789
if (
HasPopupNotifications
())
803
if (
HasPopupNotifications
())
830
if (
HasPopupNotifications
())
message_center_impl.h
156
virtual bool
HasPopupNotifications
() const OVERRIDE;
notification_list.cc
172
bool NotificationList::
HasPopupNotifications
(
notification_list_unittest.cc
138
EXPECT_TRUE(notification_list()->
HasPopupNotifications
(blockers()));
/external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller_unittest.cc
584
ASSERT_FALSE(message_center->
HasPopupNotifications
());
588
EXPECT_TRUE(message_center->
HasPopupNotifications
());
599
EXPECT_FALSE(message_center->
HasPopupNotifications
());
608
EXPECT_TRUE(message_center->
HasPopupNotifications
());
613
EXPECT_FALSE(message_center->
HasPopupNotifications
());
623
EXPECT_FALSE(message_center->
HasPopupNotifications
());
Completed in 109 milliseconds