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

  /external/chromium_org/ui/message_center/
notifier_settings.cc 14 system_component_type(NONE) {
19 : type(WEB_PAGE), url(url), system_component_type(NONE) {}
21 NotifierId::NotifierId(SystemComponentNotifierType system_component_type)
22 : type(SYSTEM_COMPONENT), system_component_type(system_component_type) {}
32 return system_component_type == other.system_component_type;
notifier_settings.h 62 SystemComponentNotifierType system_component_type; member in struct:message_center::NotifierId
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 570 message_center::ToString(notifier_id.system_component_type)) ==
599 message_center::ToString(notifier_id.system_component_type)));

Completed in 154 milliseconds