Searched defs:NotificationSource (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager.h58 enum NotificationSource { enum in class:drive::DriveNotificationManager
68 void NotifyObserversToUpdate(NotificationSource source);
73 // Returns a string representation of NotificationSource.
74 static std::string NotificationSourceToString(NotificationSource source);
/external/chromium_org/content/public/browser/
H A Dnotification_source.h16 // Do not declare a NotificationSource directly--use either
19 class CONTENT_EXPORT NotificationSource { class in namespace:content
21 NotificationSource(const NotificationSource& other) : ptr_(other.ptr_) {} function in class:content::NotificationSource
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) {} function in class:content::NotificationSource
45 class Source : public NotificationSource {
[all...]

Completed in 1705 milliseconds