HomeSort by relevance Sort by last modified time
    Searched defs:NotificationSource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/browser/
notification_source.h 16 // Do not declare a NotificationSource directly--use either
19 class CONTENT_EXPORT NotificationSource {
21 NotificationSource(const NotificationSource& other) : ptr_(other.ptr_) {}
22 ~NotificationSource() {}
24 // NotificationSource can be used as the index for a map; this method
29 bool operator!=(const NotificationSource& other) const {
32 bool operator==(const NotificationSource& other) const {
37 explicit NotificationSource(const void* ptr) : ptr_(ptr) {}
45 class Source : public NotificationSource {
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager.h 58 enum NotificationSource {
68 void NotifyObserversToUpdate(NotificationSource source);
73 // Returns a string representation of NotificationSource.
74 static std::string NotificationSourceToString(NotificationSource source);

Completed in 186 milliseconds