HomeSort by relevance Sort by last modified time
    Searched refs:NotificationType (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h 36 chrome::NotificationType type) WARN_UNUSED_RESULT;
38 chrome::NotificationType t1,
39 chrome::NotificationType t2) WARN_UNUSED_RESULT;
41 chrome::NotificationType t1,
42 chrome::NotificationType t2,
43 chrome::NotificationType t3) WARN_UNUSED_RESULT;
45 chrome::NotificationType t1,
46 chrome::NotificationType t2,
47 chrome::NotificationType t3,
48 chrome::NotificationType t4
    [all...]
extension_notification_observer.cc 17 std::string Str(const std::vector<chrome::NotificationType>& types) {
20 for (std::vector<chrome::NotificationType>::const_iterator it =
48 return CheckNotifications(std::vector<chrome::NotificationType>());
52 chrome::NotificationType type) {
53 return CheckNotifications(std::vector<chrome::NotificationType>(1, type));
57 chrome::NotificationType t1,
58 chrome::NotificationType t2) {
59 std::vector<chrome::NotificationType> types;
66 chrome::NotificationType t1,
67 chrome::NotificationType t2
    [all...]
  /external/chromium_org/content/public/browser/
notification_types.h 16 enum NotificationType {
  /external/chromium_org/ui/message_center/
notification_types.h 31 enum NotificationType {
notification.h 57 Notification(NotificationType type,
75 NotificationType type() const { return type_; }
76 void set_type(NotificationType type) { type_ = type; }
206 NotificationType type_;
notification_list.h 90 const NotificationType type);
notification.cc 51 Notification::Notification(NotificationType type,
notification_list.cc 164 const NotificationType type) {
message_center_impl_unittest.cc 73 message_center::NotificationType type) {
80 message_center::NotificationType type) {
    [all...]
  /external/chromium_org/base/
observer_list.h 68 enum NotificationType {
114 explicit ObserverListBase(NotificationType type)
176 NotificationType type_;
186 typedef typename ObserverListBase<ObserverType>::NotificationType
187 NotificationType;
190 explicit ObserverList(NotificationType type)
observer_list_threadsafe.h 99 typedef typename ObserverList<ObserverType>::NotificationType
100 NotificationType;
104 explicit ObserverListThreadSafe(NotificationType type) : type_(type) {}
210 explicit ObserverListContext(NotificationType type)
290 const NotificationType type_;
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h 50 message_center::NotificationType MapApiTemplateTypeToType(
notifications_api.cc 275 message_center::NotificationType type =
518 message_center::NotificationType
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 84 void Notify(chrome::NotificationType notification_type);
new_tab_page_handler.cc 197 void NewTabPageHandler::Notify(chrome::NotificationType notification_type) {
  /external/chromium_org/chrome/browser/notifications/
notification.h 50 message_center::NotificationType type,
notification.cc 38 message_center::NotificationType type,
  /external/chromium_org/chrome/browser/
chrome_notification_types.h 13 enum NotificationType {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 519 USB_NOTIFICATION_TYPE NotificationType;
523 USB_NOTIFICATION_TYPE NotificationType;
532 USB_NOTIFICATION_TYPE NotificationType;
539 USB_NOTIFICATION_TYPE NotificationType;
rpcasync.h 43 RPC_NOTIFICATION_TYPES NotificationType;
243 RPC_NOTIFICATION_TYPES NotificationType,
httpfilt.h 162 DWORD WINAPI HttpFilterProc(HTTP_FILTER_CONTEXT *pfc,DWORD NotificationType,VOID *pvNotification);
netioapi.h 562 MIB_NOTIFICATION_TYPE NotificationType
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 430 IN STREAM_MINIDRIVER_DEVICE_NOTIFICATION_TYPE NotificationType,
536 IN STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE NotificationType,
storport.h 174 IN SCSI_NOTIFICATION_TYPE NotificationType,
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 129 message_center::NotificationType notification_type =

Completed in 1369 milliseconds

1 2