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

  /external/webkit/WebCore/notifications/
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
NotificationCenter.cpp 43 NotificationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter)
46 , m_notificationPresenter(presenter) {}
50 if (!presenter())
59 if (!presenter())
NotificationPresenter.h 64 // Informs the presenter that a Notification object has been destroyed
65 // (such as by a page transition). The presenter may continue showing
  /packages/apps/Mms/src/com/android/mms/ui/
Presenter.java 26 * An abstract message presenter.
28 public abstract class Presenter implements IModelChangedObserver {
33 public Presenter(Context context, ViewInterface view, Model model) {
PresenterFactory.java 35 public static Presenter getPresenter(String className, Context context,
45 return (Presenter) constructor.newInstance(context, view, model);
MmsThumbnailPresenter.java 32 public class MmsThumbnailPresenter extends Presenter {
SlideshowEditActivity.java 386 Presenter presenter = PresenterFactory.getPresenter( local
388 ((SlideshowPresenter) presenter).setLocation(position);
389 presenter.present();
SlideshowPresenter.java 43 * A basic presenter of slides.
45 public class SlideshowPresenter extends Presenter {
AttachmentEditor.java 60 private Presenter mPresenter;
MessageListItem.java 231 // displaying it by the Presenter.
272 Presenter presenter = PresenterFactory.getPresenter( local
275 presenter.present();
  /external/webkit/WebCore/workers/
WorkerThread.h 64 void setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = presenter; }
  /external/webkit/WebKit/chromium/src/
NotificationPresenterImpl.cpp 70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter)
72 m_presenter = presenter;
NotificationPresenterImpl.h 50 void initialize(WebNotificationPresenter* presenter);
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegate2.idl 39 provides access to a notification presenter.
IWebDesktopNotificationsDelegate.idl 94 @abstract Notify the presenter that the object has been destroyed. The
  /external/webkit/WebKit/chromium/public/
WebCommonWorkerClient.h 64 // Returns the notification presenter for this worker context. Pointer
  /external/bluetooth/bluez/compat/
fakehid.txt 1 EPox Presenter
fakehid.c 298 fd = uinput_create("Bluetooth Presenter", 0, 1);
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/webkit/WebKit/win/
ChangeLog     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]

Completed in 1754 milliseconds