Searched refs:NotificationObjectProxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_object_proxy.cc14 NotificationObjectProxy::NotificationObjectProxy( function in class:NotificationObjectProxy
24 NotificationObjectProxy::~NotificationObjectProxy() {}
26 void NotificationObjectProxy::Display() {
36 void NotificationObjectProxy::Error() {
40 void NotificationObjectProxy::Close(bool by_user) {
44 void NotificationObjectProxy::Click() {
48 std::string NotificationObjectProxy::id() const {
52 content::WebContents* NotificationObjectProxy
[all...]
H A Dnotification_object_proxy.h18 // A NotificationObjectProxy stands in for the JavaScript Notification object
22 class NotificationObjectProxy class in inherits:NotificationDelegate
27 NotificationObjectProxy(
40 friend class base::RefCountedThreadSafe<NotificationObjectProxy>;
42 virtual ~NotificationObjectProxy();
H A Ddesktop_notification_service.cc162 NotificationObjectProxy* proxy =
163 new NotificationObjectProxy(render_frame_host, delegate.Pass());

Completed in 322 milliseconds