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

/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.h1297 class GetAllNotificationsObserver : public content::NotificationObserver { class in inherits:content::NotificationObserver
1299 GetAllNotificationsObserver(AutomationProvider* automation,
1301 virtual ~GetAllNotificationsObserver();
1319 DISALLOW_COPY_AND_ASSIGN(GetAllNotificationsObserver);
H A Dautomation_provider_observers.cc1998 GetAllNotificationsObserver::GetAllNotificationsObserver( function in class:GetAllNotificationsObserver
2011 GetAllNotificationsObserver::~GetAllNotificationsObserver() {}
2013 void GetAllNotificationsObserver::Observe(
2025 base::DictionaryValue* GetAllNotificationsObserver::NotificationToJson(
2035 void GetAllNotificationsObserver::SendMessage() {

Completed in 95 milliseconds