Home
last modified time | relevance | path

Searched refs:NotificationType (Results 1 – 4 of 4) sorted by relevance

/external/libweave/third_party/chromium/base/
Dobserver_list.h69 enum NotificationType { enum
94 explicit ObserverListBase(NotificationType type) in ObserverListBase()
119 NotificationType type_;
211 typedef typename ObserverListBase<ObserverType>::NotificationType
212 NotificationType; typedef
215 explicit ObserverList(NotificationType type) in ObserverList()
/external/libchrome/base/
Dobserver_list.h73 enum NotificationType { enum
98 explicit ObserverListBase(NotificationType type) in ObserverListBase()
125 NotificationType type_;
216 typedef typename ObserverListBase<ObserverType>::NotificationType
217 NotificationType; typedef
220 explicit ObserverList(NotificationType type) in ObserverList()
Dobserver_list_threadsafe.h105 typedef typename ObserverList<ObserverType>::NotificationType
106 NotificationType; typedef
110 explicit ObserverListThreadSafe(NotificationType type) : type_(type) {} in ObserverListThreadSafe()
199 explicit ObserverListContext(NotificationType type)
265 const NotificationType type_;
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DErrorReporter.java28 import com.intellij.notification.NotificationType;
98 NotificationType.INFORMATION, in submit()
112 NotificationType.ERROR, in submit()