Searched refs:notification_source (Results 1 - 5 of 5) sorted by relevance

/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/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/
H A Dfind_bar_host_interactive_uitest.cc399 content::Source<WebContents> notification_source(
403 chrome::NOTIFICATION_FIND_RESULT_AVAILABLE, notification_source);
410 ASSERT_TRUE(observer.GetDetailsFor(notification_source.map_key(), &details));
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc21 #include "content/public/browser/notification_source.h"
45 content::Source<NavigationController> notification_source(
48 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 164 milliseconds