Searched defs:NotificationListener (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_management_browsertest.cc195 class NotificationListener : public NotificationObserver { class in inherits:NotificationObserver
197 NotificationListener() : started_(false), finished_(false) { function in class:NotificationListener
207 ~NotificationListener() {}
261 NotificationListener notification_listener;
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_browsertest.cc171 class NotificationListener : public content::NotificationObserver { class in inherits:content::NotificationObserver
173 NotificationListener() : started_(false), finished_(false) { function in class:NotificationListener
183 virtual ~NotificationListener() {}
250 NotificationListener notification_listener;
278 base::Bind(&NotificationListener::OnFinished,
334 NotificationListener notification_listener;
364 base::Bind(&NotificationListener::OnFinished,

Completed in 195 milliseconds