Home
last modified time | relevance | path

Searched refs:presenter (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/notifications/
DNotificationCenter.h50 …Context* context, NotificationPresenter* presenter) { return adoptRef(new NotificationCenter(conte… in create() argument
54 if (!presenter()) { in createHTMLNotification()
58 return Notification::create(KURL(ParsedURLString, URI), context(), ec, presenter()); in createHTMLNotification()
63 if (!presenter()) { in createNotification()
68 return Notification::create(contents, context(), ec, presenter()); in createNotification()
72 NotificationPresenter* presenter() const { return m_notificationPresenter; } in presenter() function
DNotificationCenter.cpp43 …cationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter) in NotificationCenter() argument
46 , m_notificationPresenter(presenter) {} in NotificationCenter()
50 if (!presenter()) in checkPermission()
59 if (!presenter()) in requestPermission()
/external/webkit/WebKit/chromium/src/
DNotificationPresenterImpl.cpp70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter) in initialize() argument
72 m_presenter = presenter; in initialize()
DNotificationPresenterImpl.h50 void initialize(WebNotificationPresenter* presenter);
/external/webkit/WebCore/workers/
DWorkerThread.h64 …oid setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = present… in setNotificationPresenter() argument
/external/webkit/WebKit/win/Interfaces/
DIWebUIDelegate2.idl39 provides access to a notification presenter.
DIWebDesktopNotificationsDelegate.idl94 @abstract Notify the presenter that the object has been destroyed. The
/external/webkit/WebKit/win/
DChangeLog3584 Move the accessor for notifications presenter from WebUIDelegate
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf2886 N "presenter" "pr@z'ent@r"
/external/webkit/WebCore/
DChangeLog-2010-01-2968766 the notification presenter into the worker thread.
73722 (WebCore::NotificationCenter::presenter):