Home
last modified time | relevance | path

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

/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.h106 typedef typename ObserverList<ObserverType>::NotificationType
107 NotificationType; typedef
111 explicit ObserverListThreadSafe(NotificationType type) : type_(type) {} in ObserverListThreadSafe()
200 explicit ObserverListContext(NotificationType type)
266 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()