HomeSort by relevance Sort by last modified time
    Searched defs:DRTDesktopNotificationPresenter (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/win/
DRTDesktopNotificationPresenter.h 36 class DRTDesktopNotificationPresenter : public IWebDesktopNotificationsDelegate {
38 DRTDesktopNotificationPresenter();
DRTDesktopNotificationPresenter.cpp 32 #include "DRTDesktopNotificationPresenter.h"
40 DRTDesktopNotificationPresenter::DRTDesktopNotificationPresenter()
43 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::QueryInterface(REFIID riid, void** ppvObject)
47 *ppvObject = static_cast<DRTDesktopNotificationPresenter*>(this);
49 *ppvObject = static_cast<DRTDesktopNotificationPresenter*>(this);
57 ULONG STDMETHODCALLTYPE DRTDesktopNotificationPresenter::AddRef()
62 ULONG STDMETHODCALLTYPE DRTDesktopNotificationPresenter::Release()
71 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::showDesktopNotification(
97 HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::cancelDesktopNotification
    [all...]

Completed in 30 milliseconds