Searched defs:WebNotification (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebNotificationPresenter.h39 class WebNotification;
53 virtual bool show(const WebNotification&) = 0;
57 virtual void close(const WebNotification&) { } argument
58 virtual void cancel(const WebNotification&) = 0;
62 virtual void objectDestroyed(const WebNotification&) = 0;
H A DWebNotification.h49 class WebNotification { class in namespace:blink
51 WebNotification() { } function in class:blink::WebNotification
52 WebNotification(const WebNotification& other) { assign(other); } function in class:blink::WebNotification
53 WebNotification& operator=(const WebNotification& other)
59 ~WebNotification() { reset(); }
62 BLINK_EXPORT void assign(const WebNotification&);
64 // Operators required to put WebNotification in an std::map. Mind that the
66 BLINK_EXPORT bool equals(const WebNotification
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNotification.cpp32 #include "public/web/WebNotification.h"
41 void WebNotification::reset()
46 void WebNotification::assign(const WebNotification& other)
51 bool WebNotification::equals(const WebNotification& other) const
56 bool WebNotification::lessThan(const WebNotification& other) const
61 WebString WebNotification::title() const
66 WebTextDirection WebNotification
113 WebNotification::WebNotification(Notification* notification) function in class:blink::WebNotification
[all...]

Completed in 99 milliseconds