HomeSort by relevance Sort by last modified time
    Searched defs:NotificationProviderEventRouter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/notification_provider/
notification_provider_api.h 21 class NotificationProviderEventRouter {
23 explicit NotificationProviderEventRouter(Profile* profile);
24 virtual ~NotificationProviderEventRouter();
55 DISALLOW_COPY_AND_ASSIGN(NotificationProviderEventRouter);
notification_provider_api.cc 28 NotificationProviderEventRouter::NotificationProviderEventRouter(
33 NotificationProviderEventRouter::~NotificationProviderEventRouter() {
36 void NotificationProviderEventRouter::CreateNotification(
44 void NotificationProviderEventRouter::UpdateNotification(
51 void NotificationProviderEventRouter::ClearNotification(
58 void NotificationProviderEventRouter::Create(
74 void NotificationProviderEventRouter::Update(
90 void NotificationProviderEventRouter::Clear
    [all...]

Completed in 1811 milliseconds