HomeSort by relevance Sort by last modified time
    Searched defs:NotifierId (Results 1 - 2 of 2) 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...]

Completed in 1363 milliseconds