HomeSort by relevance Sort by last modified time
    Searched refs:NotifierId (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/message_center/
notifier_settings.cc 10 NotifierId::NotifierId(NotifierType type,
18 NotifierId::NotifierId(const GURL& url)
21 NotifierId::NotifierId(SystemComponentNotifierType system_component_type)
24 bool NotifierId::operator==(const NotifierId& other) const {
42 Notifier::Notifier(const NotifierId& notifier_id,
61 std::string ToString(NotifierId::SystemComponentNotifierType type)
    [all...]
notifier_settings.h 28 struct MESSAGE_CENTER_EXPORT NotifierId {
42 NotifierId(NotifierType type, const std::string& id);
45 explicit NotifierId(const GURL& url);
48 explicit NotifierId(SystemComponentNotifierType type);
50 bool operator==(const NotifierId& other) const;
68 Notifier(const NotifierId& notifier_id, const string16& name, bool enabled);
71 NotifierId notifier_id;
112 NotifierId::SystemComponentNotifierType type);
113 MESSAGE_CENTER_EXPORT NotifierId::SystemComponentNotifierType
121 virtual void UpdateIconImage(const NotifierId& notifier_id
    [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 43 using message_center::NotifierId;
200 NotifierId notifier_id(NotifierId::APPLICATION, extension->id());
240 NotifierId notifier_id(url);
265 NotifierId screenshot_notifier_id(NotifierId::SCREENSHOT);
293 if (notifier.notifier_id.type == NotifierId::WEB_PAGE) {
325 if (notifier.notifier_id.type == NotifierId::SYNCED_NOTIFICATION_SERVICE) {
346 UpdateIconImage(NotifierId(url), favicon_result.image));
354 UpdateIconImage(NotifierId(NotifierId::APPLICATION, id)
    [all...]
desktop_notification_service.cc 54 using message_center::NotifierId;
536 NotifierId notifier_id(NotifierId::APPLICATION, (*iter)->id());
561 const NotifierId& notifier_id) {
563 case NotifierId::APPLICATION:
566 case NotifierId::WEB_PAGE:
568 case NotifierId::SYSTEM_COMPONENT:
572 case NotifierId::SYNCED_NOTIFICATION_SERVICE:
582 const NotifierId& notifier_id,
584 DCHECK_NE(NotifierId::WEB_PAGE, notifier_id.type)
    [all...]
desktop_notification_service.h 159 bool IsNotifierEnabled(const message_center::NotifierId& notifier_id);
162 void SetNotifierEnabled(const message_center::NotifierId& notifier_id,
message_center_notification_manager.cc 248 message_center::NotifierId notifier_id(
249 message_center::NotifierId::APPLICATION, extension_id);
269 message_center::NotifierId notifier_id(
522 if (desktop_service->IsNotifierEnabled(message_center::NotifierId(
523 message_center::NotifierId::APPLICATION, (*iter)->id()))) {
  /external/chromium_org/ui/message_center/cocoa/
settings_controller.h 28 virtual void UpdateIconImage(const NotifierId& notifier_id,
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.h 41 virtual void UpdateIconImage(const NotifierId& notifier_id,
notifier_settings_view.cc 372 void NotifierSettingsView::UpdateIconImage(const NotifierId& notifier_id,
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 333 message_center::NotifierId notifier_id(
334 message_center::NotifierId::SYNCED_NOTIFICATION_SERVICE,
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 366 message_center::NotifierId(message_center::NotifierId::SCREENSHOT))) {
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 435 return service->IsNotifierEnabled(message_center::NotifierId(
436 message_center::NotifierId::APPLICATION, extension_->id()));
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 250 using message_center::NotifierId;
    [all...]

Completed in 1733 milliseconds