OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotificationType
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/message_center/
notification_types.h
31
enum
NotificationType
{
/external/chromium/base/
observer_list_threadsafe.h
79
typedef typename ObserverList<ObserverType>::
NotificationType
80
NotificationType
;
84
explicit ObserverListThreadSafe(
NotificationType
type) : type_(type) {}
230
const
NotificationType
type_;
observer_list.h
67
enum
NotificationType
{
111
explicit ObserverListBase(
NotificationType
type)
174
NotificationType
type_;
184
typedef typename ObserverListBase<ObserverType>::
NotificationType
185
NotificationType
;
188
explicit ObserverList(
NotificationType
type)
/external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications.h
31
enum
NotificationType
{
59
void ShowNotification(
NotificationType
type, const std::string& path);
60
void ShowNotificationDelayed(
NotificationType
type,
65
virtual void HideNotification(
NotificationType
type, const std::string& path);
66
void HideNotificationDelayed(
NotificationType
type,
88
virtual void ShowNotificationWithMessage(
NotificationType
type,
91
void ShowNotificationById(
NotificationType
type,
/external/chromium_org/base/
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_;
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)
/external/chromium_org/content/public/browser/
notification_types.h
16
enum
NotificationType
{
/external/chromium_org/chrome/browser/
chrome_notification_types.h
13
enum
NotificationType
{
[
all
...]
Completed in 2230 milliseconds