Home
last modified time | relevance | path

Searched defs:presenter (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/notifications/
DNotificationCenter.h49 …NotificationCenter> create(ScriptExecutionContext* context, NotificationPresenter* presenter) { re… in create()
74 NotificationPresenter* presenter() const { return m_notificationPresenter; } in presenter() function
DNotificationCenter.cpp43 …cationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter) in NotificationCenter()
/external/webkit/Source/WebKit/chromium/src/
DNotificationPresenterImpl.cpp70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter) in initialize()
/external/webkit/Source/WebCore/workers/
DWorkerThread.h64 …void setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = presen… in setNotificationPresenter()