Searched refs:presenter (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebCore/notifications/ |
D | NotificationCenter.h | 50 …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
|
D | NotificationCenter.cpp | 43 …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/ |
D | NotificationPresenterImpl.cpp | 70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter) in initialize() argument 72 m_presenter = presenter; in initialize()
|
D | NotificationPresenterImpl.h | 50 void initialize(WebNotificationPresenter* presenter);
|
/external/webkit/WebCore/workers/ |
D | WorkerThread.h | 64 …oid setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = present… in setNotificationPresenter() argument
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebUIDelegate2.idl | 39 provides access to a notification presenter.
|
D | IWebDesktopNotificationsDelegate.idl | 94 @abstract Notify the presenter that the object has been destroyed. The
|
/external/webkit/WebKit/win/ |
D | ChangeLog | 3584 Move the accessor for notifications presenter from WebUIDelegate
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 2886 N "presenter" "pr@z'ent@r"
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 68766 the notification presenter into the worker thread. 73722 (WebCore::NotificationCenter::presenter):
|