Searched refs:NotificationSource (Results 1 - 25 of 664) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/browser/
H A Dnotification_source.h16 // Do not declare a NotificationSource directly--use either
19 class CONTENT_EXPORT NotificationSource { class in namespace:content
21 NotificationSource(const NotificationSource& other) : ptr_(other.ptr_) {} function in class:content::NotificationSource
22 ~NotificationSource() {}
24 // NotificationSource can be used as the index for a map; this method
29 bool operator!=(const NotificationSource& other) const {
32 bool operator==(const NotificationSource& other) const {
37 explicit NotificationSource(const void* ptr) : ptr_(ptr) {} function in class:content::NotificationSource
45 class Source : public NotificationSource {
[all...]
H A Dnotification_registrar.h17 class NotificationSource;
37 const NotificationSource& source);
40 const NotificationSource& source);
52 const NotificationSource& source);
H A Dnotification_observer.h13 class NotificationSource;
20 const NotificationSource& source,
/external/chromium_org/chrome/browser/
H A Dnative_window_notification_source.h18 class Source<gfx::NativeWindow> : public content::NotificationSource {
20 explicit Source(gfx::NativeWindow wnd) : content::NotificationSource(wnd) {}
22 explicit Source(const content::NotificationSource& other)
23 : content::NotificationSource(other) {}
H A Dbrowser_process_platform_part_aurawin.h31 const content::NotificationSource& source,
/external/chromium_org/content/public/test/
H A Dmock_notification_observer.h14 class NotificationSource;
22 const NotificationSource& source,
H A Dtest_notification_tracker.h25 Event(int t, NotificationSource s, NotificationDetails d);
28 NotificationSource source;
39 void ListenFor(int type, const NotificationSource& source);
73 const NotificationSource& source,
H A Dtest_utils.h129 typedef base::Callback<bool(const NotificationSource&,
140 const NotificationSource& source);
157 const NotificationSource& source);
166 const NotificationSource& source() const {
176 const NotificationSource& source,
186 NotificationSource source_;
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_notification_observer.h14 class NotificationSource;
24 const content::NotificationSource& source);
32 const content::NotificationSource& source,
H A Dtest_panel_notification_observer.cc14 const content::NotificationSource& source)
34 const content::NotificationSource& source,
/external/chromium_org/content/browser/
H A Dnotification_service_impl.h30 const NotificationSource& source,
44 const NotificationSource& source);
55 // Source is a NotificationSource object (created using
67 const NotificationSource& source);
77 const NotificationSource& source);
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_browsertest_util.h24 const content::NotificationSource& source,
42 const content::NotificationSource& source);
53 const content::NotificationSource& source,
/external/chromium_org/chrome/browser/google/
H A Dgoogle_search_counter_android.h25 void ProcessCommittedEntry(const content::NotificationSource& source,
30 const content::NotificationSource& source,
H A Ddid_run_updater_win.h22 const content::NotificationSource& source,
H A Dgoogle_search_counter.h51 void ProcessCommittedEntry(const content::NotificationSource& source,
63 const content::NotificationSource& source,
H A Dgoogle_search_counter_android.cc29 const content::NotificationSource& source,
50 const content::NotificationSource& source,
H A Ddid_run_updater_win.cc30 const content::NotificationSource& source,
/external/chromium_org/chrome/browser/ui/
H A Duma_browsing_activity_observer.h26 const content::NotificationSource& source,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_test_util.cc26 const content::NotificationSource& source,
38 const content::NotificationSource& source,
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.h15 class NotificationSource;
35 const content::NotificationSource& source,
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_notification_observer.h33 const content::NotificationSource& source,
H A Dstate_store_notification_observer.cc27 const content::NotificationSource& source,
H A Dstate_store_notification_observer.h26 const content::NotificationSource& source,
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_system_observer.h23 const content::NotificationSource& source,
/external/chromium_org/chrome/browser/sync/glue/
H A Dextensions_activity_monitor.h27 const content::NotificationSource& source,

Completed in 463 milliseconds

1234567891011>>