HomeSort by relevance Sort by last modified time
    Searched refs:notification_id_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/notifications/
notification_object_proxy.cc 17 notification_id_(notification_id),
22 Send(new DesktopNotificationMsg_PostDisplay(route_id_, notification_id_));
27 route_id_, notification_id_, string16()));
32 route_id_, notification_id_, by_user));
36 Send(new DesktopNotificationMsg_PostClick(route_id_, notification_id_));
41 notification_id_, worker_);
notification_object_proxy.h 48 int notification_id_; member in class:NotificationObjectProxy
notification_test_util.h 45 : notification_id_(id) {
65 return notification_id_;
68 std::string notification_id_; member in class:LoggingNotificationDelegate

Completed in 702 milliseconds