Searched refs:presenter (Results 1 – 14 of 14) sorted by relevance
55 ASSERT(m_notificationCenter->presenter()); in Notification()56 …if (m_notificationCenter->presenter()->checkPermission(context) != NotificationPresenter::Permissi… in Notification()76 ASSERT(m_notificationCenter->presenter()); in Notification()77 …if (m_notificationCenter->presenter()->checkPermission(context) != NotificationPresenter::Permissi… in Notification()114 if (m_notificationCenter->presenter()) in show()115 m_notificationCenter->presenter()->show(this); in show()121 …if (m_state == Idle && m_notificationCenter->presenter() && m_notificationCenter->presenter()->sho… in show()136 if (m_notificationCenter->presenter()) in cancel()137 m_notificationCenter->presenter()->cancel(this); in cancel()157 if (m_notificationCenter->presenter()) in contextDestroyed()[all …]
49 …Context* context, NotificationPresenter* presenter) { return adoptRef(new NotificationCenter(conte… in create() argument53 if (!presenter()) { in createHTMLNotification()66 if (!presenter()) { in createNotification()74 NotificationPresenter* presenter() const { return m_notificationPresenter; } in presenter() function
43 …cationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter) in NotificationCenter() argument45 , m_notificationPresenter(presenter) {} in NotificationCenter()49 if (!presenter() || !scriptExecutionContext()) in checkPermission()56 if (!presenter() || !scriptExecutionContext()) in requestPermission()
70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter) in initialize() argument72 m_presenter = presenter; in initialize()
50 void initialize(WebNotificationPresenter* presenter);
64 …oid setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = present… in setNotificationPresenter() argument
39 provides access to a notification presenter.
94 @abstract Notify the presenter that the object has been destroyed. The
2886 N "presenter" "pr@z'ent@r"
9709 Move the accessor for notifications presenter from WebUIDelegate
87 http://216.185.112.5/presenter.jhtml?identifier=456514222 http://presenter.openworld.com/24207 http://www.americanheart.org/presenter.jhtml?identifier=1106424208 http://www.americanheart.org/presenter.jhtml?identifier=287324209 http://www.americanheart.org/presenter.jhtml?identifier=300315624210 http://www.americanheart.org/presenter.jhtml?identifier=300851724211 http://www.americanheart.org/presenter.jhtml?identifier=301703024212 http://www.americanheart.org/presenter.jhtml?identifier=302902924213 http://www.americanheart.org/presenter.jhtml?identifier=455424214 http://www.americanheart.org/presenter.jhtml?identifier=4565[all …]
74714 Prevent use of stale notification presenter pointer in notifications by instead using74715 a notification center pointer and deriving the presenter from it. Notification presenter74717 null checks for notification presenter.120079 Move the call to the notification presenter that a Notification is being122081 when the presenter deletes itself.
68766 the notification presenter into the worker thread.73722 (WebCore::NotificationCenter::presenter):
826 Update Qt DRT to use frame loader, editor client and notification presenter