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

/external/chromium_org/chrome/browser/extensions/
H A Dextension_test_notification_observer.h25 class ExtensionTestNotificationObserver class in inherits:content::NotificationObserver,extensions::ExtensionActionAPI::Observer
29 explicit ExtensionTestNotificationObserver(Browser* browser);
30 virtual ~ExtensionTestNotificationObserver();
H A Dextension_test_notification_observer.cc52 // ExtensionTestNotificationObserver::NotificationSet
54 class ExtensionTestNotificationObserver::NotificationSet
76 void ExtensionTestNotificationObserver::NotificationSet::Add(
82 void ExtensionTestNotificationObserver::NotificationSet::Add(int type) {
86 void ExtensionTestNotificationObserver::NotificationSet::Observe(
94 // ExtensionTestNotificationObserver
96 ExtensionTestNotificationObserver::ExtensionTestNotificationObserver( function in class:ExtensionTestNotificationObserver
105 ExtensionTestNotificationObserver::~ExtensionTestNotificationObserver() {}
[all...]

Completed in 79 milliseconds