OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notifier_id
(Results
51 - 65
of
65
) sorted by null
1
2
3
/external/chromium_org/ui/message_center/views/
notification_view.h
64
const NotifierId&
notifier_id
) OVERRIDE;
notifier_settings_view.h
43
virtual void UpdateIconImage(const NotifierId&
notifier_id
,
message_center_view.cc
681
NotifierId group_id = (*iter)->
notifier_id
();
702
groups.find((*iter)->
notifier_id
());
[
all
...]
notifier_settings_view.cc
402
provider_->OnNotifierAdvancedSettingsRequested(notifier_->
notifier_id
,
416
return provider_->NotifierHasAdvancedSettings(notifier_->
notifier_id
);
528
void NotifierSettingsView::UpdateIconImage(const NotifierId&
notifier_id
,
533
if ((*iter)->notifier().
notifier_id
==
notifier_id
) {
message_popup_collection.cc
120
const NotifierId&
notifier_id
) {
121
message_center_->DisableNotificationsByNotifier(
notifier_id
);
152
void MessagePopupCollection::ExpandGroup(const NotifierId&
notifier_id
) {
157
void MessagePopupCollection::RemoveGroup(const NotifierId&
notifier_id
) {
notification_view.cc
307
notification.
notifier_id
(),
640
const NotifierId&
notifier_id
) {
641
controller_->DisableNotificationsFromThisSource(
notifier_id
);
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc
769
message_center::NotifierId
notifier_id
(
772
message_center::Notifier notifier(
notifier_id
, base::string16(), true);
806
message_center::NotifierId
notifier_id
(
809
message_center::Notifier notifier(
notifier_id
, base::string16(), true);
820
message_center::NotifierId
notifier_id
(
823
message_center::Notifier notifier(
notifier_id
, base::string16(), false);
/external/chromium_org/chrome/browser/extensions/
extension_system.cc
422
message_center::NotifierId
notifier_id
(
429
!notification_service->IsNotifierEnabled(
notifier_id
);
/external/chromium_org/chrome/browser/notifications/
welcome_notification_unittest.cc
171
const message_center::NotifierId&
notifier_id
) {
181
notifier_id
,
notification.h
63
const message_center::NotifierId&
notifier_id
,
/external/chromium_org/ui/message_center/
message_center.h
111
const NotifierId&
notifier_id
) = 0;
message_center_impl.cc
747
const NotifierId&
notifier_id
) {
749
// TODO(mukai): SetNotifierEnabled can just accept
notifier_id
?
750
Notifier notifier(
notifier_id
, base::string16(), true);
755
notification_list_->GetNotificationsByNotifierId(
notifier_id
);
notification_list.h
70
Notifications GetNotificationsByNotifierId(const NotifierId&
notifier_id
);
message_center_impl.h
174
const NotifierId&
notifier_id
) OVERRIDE;
/external/chromium_org/ui/message_center/cocoa/
settings_entry_view.mm
168
[controller_ notifierHasAdvancedSettings:notifier_->
notifier_id
];
Completed in 242 milliseconds
1
2
3