OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultNotificationMethod
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/jingle/notifier/base/
notification_method.cc
11
const NotificationMethod
kDefaultNotificationMethod
= NOTIFICATION_SERVER;
38
<< NotificationMethodToString(
kDefaultNotificationMethod
);
39
return
kDefaultNotificationMethod
;
notifier_options.cc
15
notification_method(
kDefaultNotificationMethod
),
notification_method.h
20
extern const NotificationMethod
kDefaultNotificationMethod
;
26
//
kDefaultNotificationMethod
.
Completed in 43 milliseconds