Home
last modified time | relevance | path

Searched refs:WebNotification (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebKit/chromium/public/
DWebNotification.h48 class WebNotification {
50 WebNotification() : m_private(0) { } in WebNotification() function
51 WebNotification(const WebNotification& other) : m_private(0) { assign(other); } in WebNotification() function
53 ~WebNotification() { reset(); } in ~WebNotification()
56 WEBKIT_API void assign(const WebNotification&);
58 WebNotification& operator=(const WebNotification& other)
65 bool equals(const WebNotification& other) const { return m_private == other.m_private; } in equals()
66 bool lessThan(const WebNotification& other) const;
91 WebNotification(const WTF::PassRefPtr<WebCore::Notification>&);
92 WebNotification& operator=(const WTF::PassRefPtr<WebCore::Notification>&);
[all …]
DWebNotificationPresenter.h39 class WebNotification; variable
53 virtual bool show(const WebNotification&) = 0;
56 virtual void cancel(const WebNotification&) = 0;
60 virtual void objectDestroyed(const WebNotification&) = 0;
/external/webkit/WebKit/chromium/src/
DWebNotification.cpp50 void WebNotification::reset() in reset()
55 void WebNotification::assign(const WebNotification& other) in assign()
63 bool WebNotification::lessThan(const WebNotification& other) const in lessThan()
68 bool WebNotification::isHTML() const in isHTML()
73 WebURL WebNotification::url() const in url()
79 WebString WebNotification::icon() const in icon()
85 WebString WebNotification::title() const in title()
91 WebString WebNotification::body() const in body()
97 void WebNotification::dispatchDisplayEvent() in dispatchDisplayEvent()
103 void WebNotification::dispatchErrorEvent(const WebKit::WebString& /* errorMessage */) in dispatchErrorEvent()
[all …]
/external/webkit/WebKit/win/
DWebNotification.cpp35 WebNotification::WebNotification(BSTR name, IUnknown* anObject, IPropertyBag* userInfo) in WebNotification() function in WebNotification
52 WebNotification::~WebNotification() in ~WebNotification()
65 WebNotification* WebNotification::createInstance(BSTR name /*=0*/, IUnknown* anObject /*=0*/, IProp… in createInstance()
67 WebNotification* instance = new WebNotification(name, anObject, userInfo); in createInstance()
74 HRESULT STDMETHODCALLTYPE WebNotification::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface()
88 ULONG STDMETHODCALLTYPE WebNotification::AddRef(void) in AddRef()
93 ULONG STDMETHODCALLTYPE WebNotification::Release(void) in Release()
104 HRESULT STDMETHODCALLTYPE WebNotification::notificationWithName( in notificationWithName()
113 HRESULT STDMETHODCALLTYPE WebNotification::name( in name()
126 HRESULT STDMETHODCALLTYPE WebNotification::getObject( in getObject()
[all …]
DWebNotification.h31 class WebNotification : public IWebNotification
34 …static WebNotification* createInstance(BSTR name = 0, IUnknown* anObject = 0, IPropertyBag* userIn…
36 WebNotification(BSTR name, IUnknown* anObject, IPropertyBag* userInfo);
37 ~WebNotification();
DWebNotificationCenter.cpp187 …COMPtr<WebNotification> notification(AdoptCOM, WebNotification::createInstance(notificationName, a… in postNotificationName()
DChangeLog-2009-06-167320 * WebNotification.h:
13646 * WebNotification.cpp:
13647 * WebNotification.h:
19725 * WebNotification.cpp:
23563 * WebNotification.cpp: Added.
23564 (WebNotification::WebNotification):
23565 (WebNotification::~WebNotification):
23566 (WebNotification::createInstance):
23567 (WebNotification::QueryInterface):
23568 (WebNotification::AddRef):
[all …]
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.h36 class WebNotification; variable
74 void webViewDidChangeTypingStyle(WebNotification*);
75 void webViewDidChangeSelection(WebNotification*);
DWebEditorClient.cpp288 void WebEditorClient::webViewDidChangeTypingStyle(WebNotification* /*notification*/) in webViewDidChangeTypingStyle() argument
291 void WebEditorClient::webViewDidChangeSelection(WebNotification* /*notification*/) in webViewDidChangeSelection() argument
/external/webkit/WebKit/chromium/
DWebKit.gyp143 'public/WebNotification.h',
318 'src/WebNotification.cpp',
DChangeLog5589 * src/WebNotification.cpp: Added.
5590 (WebKit::WebNotification::reset):
5591 (WebKit::WebNotification::assign):
5592 (WebKit::WebNotification::lessThan):
5593 (WebKit::WebNotification::isHTML):
5594 (WebKit::WebNotification::url):
5595 (WebKit::WebNotification::icon):
5596 (WebKit::WebNotification::title):
5597 (WebKit::WebNotification::body):
5598 (WebKit::WebNotification::dispatchDisplayEvent):
[all …]
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt393 "WebNotification"