Searched defs:notification_source (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_handler.cc129 std::string notification_source = xmpp_enabled ? "XMPP" : "Polling"; local
131 base::StringValue(notification_source));
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_view.cc65 content::NotificationSource notification_source = local
69 notification_source);
72 notification_source);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc54 #include "content/public/browser/notification_source.h"
1918 DownloadsNotificationSource notification_source; local
1919 notification_source.event_name = event_name;
1920 notification_source.profile = profile_;
1922 &notification_source);

Completed in 1062 milliseconds