Searched defs:NotificationObjectProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dnotification_object_proxy.h18 // A NotificationObjectProxy stands in for the JavaScript Notification object
22 class NotificationObjectProxy class in inherits:NotificationDelegate
26 NotificationObjectProxy(int process_id, int route_id,
37 friend class base::RefCountedThreadSafe<NotificationObjectProxy>;
39 virtual ~NotificationObjectProxy() {}
H A Dnotification_object_proxy.cc13 NotificationObjectProxy::NotificationObjectProxy(int process_id, int route_id, function in class:NotificationObjectProxy
21 void NotificationObjectProxy::Display() {
25 void NotificationObjectProxy::Error() {
30 void NotificationObjectProxy::Close(bool by_user) {
35 void NotificationObjectProxy::Click() {
39 std::string NotificationObjectProxy::id() const {
45 void NotificationObjectProxy::Send(IPC::Message* message) {

Completed in 109 milliseconds