Searched defs:NotificationObjectProxy (Results 1 - 4 of 4) 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) {
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_object_proxy.h12 // A NotificationObjectProxy stands in for the JavaScript Notification object
16 class NotificationObjectProxy class in inherits:NotificationDelegate
20 NotificationObjectProxy(int process_id, int route_id,
33 friend class base::RefCountedThreadSafe<NotificationObjectProxy>;
35 virtual ~NotificationObjectProxy() {}
H A Dnotification_object_proxy.cc12 NotificationObjectProxy::NotificationObjectProxy(int process_id, int route_id, function in class:NotificationObjectProxy
25 void NotificationObjectProxy::Display() {
37 void NotificationObjectProxy::Error() {
43 void NotificationObjectProxy::Close(bool by_user) {
49 void NotificationObjectProxy::Click() {
55 std::string NotificationObjectProxy::id() const {
60 int NotificationObjectProxy::process_id() const {
64 RenderViewHost* NotificationObjectProxy::GetRenderViewHost() const {

Completed in 58 milliseconds