Home
last modified time | relevance | path

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

/external/chromium_org/jingle/notifier/base/
Dnotification_method.h27 NotificationMethod StringToNotificationMethod(const std::string& str);
Dnotification_method.cc30 NotificationMethod StringToNotificationMethod(const std::string& str) { in StringToNotificationMethod() function
/external/chromium/chrome/browser/sync/notifier/
Dsync_notifier_factory.cc87 notifier::StringToNotificationMethod(notification_method_str); in CreateDefaultSyncNotifier()