Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/notifications/
DNotification.cpp55 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 …]
DNotificationCenter.h49 …Context* context, NotificationPresenter* presenter) { return adoptRef(new NotificationCenter(conte… in create() argument
53 if (!presenter()) { in createHTMLNotification()
66 if (!presenter()) { in createNotification()
74 NotificationPresenter* presenter() const { return m_notificationPresenter; } in presenter() function
DNotificationCenter.cpp43 …cationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter) in NotificationCenter() argument
45 , m_notificationPresenter(presenter) {} in NotificationCenter()
49 if (!presenter() || !scriptExecutionContext()) in checkPermission()
56 if (!presenter() || !scriptExecutionContext()) in requestPermission()
/external/webkit/Source/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/Source/WebCore/workers/
DWorkerThread.h64 …oid setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = present… in setNotificationPresenter() argument
/external/webkit/Source/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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf2886 N "presenter" "pr@z'ent@r"
/external/webkit/Source/WebKit/win/
DChangeLog9709 Move the accessor for notifications presenter from WebUIDelegate
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en87 http://216.185.112.5/presenter.jhtml?identifier=4565
14222 http://presenter.openworld.com/
24207 http://www.americanheart.org/presenter.jhtml?identifier=11064
24208 http://www.americanheart.org/presenter.jhtml?identifier=2873
24209 http://www.americanheart.org/presenter.jhtml?identifier=3003156
24210 http://www.americanheart.org/presenter.jhtml?identifier=3008517
24211 http://www.americanheart.org/presenter.jhtml?identifier=3017030
24212 http://www.americanheart.org/presenter.jhtml?identifier=3029029
24213 http://www.americanheart.org/presenter.jhtml?identifier=4554
24214 http://www.americanheart.org/presenter.jhtml?identifier=4565
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0674714 Prevent use of stale notification presenter pointer in notifications by instead using
74715 a notification center pointer and deriving the presenter from it. Notification presenter
74717 null checks for notification presenter.
120079 Move the call to the notification presenter that a Notification is being
122081 when the presenter deletes itself.
DChangeLog-2010-01-2968766 the notification presenter into the worker thread.
73722 (WebCore::NotificationCenter::presenter):
/external/webkit/Tools/
DChangeLog-2010-05-24826 Update Qt DRT to use frame loader, editor client and notification presenter