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 11 NotifierId::NotifierId(NotifierType type,
19 NotifierId::NotifierId(const GURL& url)
23 NotifierId::NotifierId()
27 bool NotifierId::operator==(const NotifierId& other) const {
40 bool NotifierId::operator<(const NotifierId& other) const
    [all...]
notifier_settings.h 38 struct MESSAGE_CENTER_EXPORT NotifierId {
47 NotifierId(NotifierType type, const std::string& id);
50 explicit NotifierId(const GURL& url);
52 bool operator==(const NotifierId& other) const;
53 // Allows NotifierId to be used as a key in std::map.
54 bool operator<(const NotifierId& other) const;
81 NotifierId();
87 Notifier(const NotifierId& notifier_id,
92 NotifierId notifier_id;
137 virtual void UpdateIconImage(const NotifierId& notifier_id
    [all...]

Completed in 117 milliseconds