HomeSort by relevance Sort by last modified time
    Searched refs:presenter (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/notifications/
NotificationCenter.cpp 43 NotificationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter)
46 , m_notificationPresenter(presenter) {}
50 if (!presenter())
59 if (!presenter())
NotificationCenter.h 50 static PassRefPtr<NotificationCenter> create(ScriptExecutionContext* context, NotificationPresenter* presenter) { return adoptRef(new NotificationCenter(context, presenter)); }
54 if (!presenter()) {
58 return Notification::create(KURL(ParsedURLString, URI), context(), ec, presenter());
63 if (!presenter()) {
68 return Notification::create(contents, context(), ec, presenter());
72 NotificationPresenter* presenter() const { return m_notificationPresenter; } function in class:WebCore::NotificationCenter
  /external/webkit/WebKit/chromium/src/
NotificationPresenterImpl.h 50 void initialize(WebNotificationPresenter* presenter);
NotificationPresenterImpl.cpp 70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter)
72 m_presenter = presenter;
  /external/webkit/WebCore/workers/
WorkerThread.h 64 void setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = presenter; }
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 386 Presenter presenter = PresenterFactory.getPresenter( local
388 ((SlideshowPresenter) presenter).setLocation(position);
389 presenter.present();
MessageListItem.java 231 // displaying it by the Presenter.
272 Presenter presenter = PresenterFactory.getPresenter( local
275 presenter.present();

Completed in 238 milliseconds