OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocker_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/
login_state_notification_blocker_chromeos_browsertest.cc
45
if (
blocker_
)
46
blocker_
->RemoveObserver(this);
47
blocker_
.reset();
53
blocker_
.reset(new LoginStateNotificationBlockerChromeOS(
55
blocker_
->AddObserver(this);
72
return
blocker_
->ShouldShowNotificationAsPopup(notifier_id);
77
scoped_ptr<message_center::NotificationBlocker>
blocker_
;
member in class:LoginStateNotificationBlockerChromeOSBrowserTest
login_state_notification_blocker_chromeos_unittest.cc
27
blocker_
.reset(new LoginStateNotificationBlockerChromeOS(
29
blocker_
->AddObserver(this);
33
blocker_
->RemoveObserver(this);
34
blocker_
.reset();
53
return
blocker_
->ShouldShowNotificationAsPopup(notifier_id);
58
scoped_ptr<message_center::NotificationBlocker>
blocker_
;
member in class:LoginStateNotificationBlockerChromeOSTest
multi_user_notification_blocker_chromeos_unittest.cc
42
blocker_
.reset(new MultiUserNotificationBlockerChromeOS(
44
blocker_
->AddObserver(this);
48
blocker_
->RemoveObserver(this);
49
blocker_
.reset();
82
blocker_
->ActiveUserChanged(GetFakeUserManager()->GetActiveUser());
96
return
blocker_
->ShouldShowNotificationAsPopup(id_with_profile);
104
return
blocker_
->ShouldShowNotification(id_with_profile);
117
scoped_ptr<MultiUserNotificationBlockerChromeOS>
blocker_
;
member in class:MultiUserNotificationBlockerChromeOSTest
Completed in 46 milliseconds