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 {
46 NotifierId(NotifierType type, const std::string& id);
49 explicit NotifierId(const GURL& url);
51 bool operator==(const NotifierId& other) const;
52 // Allows NotifierId to be used as a key in std::map.
53 bool operator<(const NotifierId& other) const;
80 NotifierId();
86 Notifier(const NotifierId& notifier_id,
91 NotifierId notifier_id;
136 virtual void UpdateIconImage(const NotifierId& notifier_id
    [all...]

Completed in 184 milliseconds