Searched refs:route_id_ (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/notifications/ |
D | notification_object_proxy.cc | 16 route_id_(route_id), in NotificationObjectProxy() 22 Send(new DesktopNotificationMsg_PostDisplay(route_id_, notification_id_)); in Display() 27 route_id_, notification_id_, string16())); in Error() 32 route_id_, notification_id_, by_user)); in Close() 36 Send(new DesktopNotificationMsg_PostClick(route_id_, notification_id_)); in Click() 40 return StringPrintf("%d:%d:%d:%d", process_id_, route_id_, in id() 52 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_); in Send()
|
D | desktop_notification_service.cc | 125 int route_id_; member in NotificationPermissionInfoBarDelegate 146 route_id_(route_id), in NotificationPermissionInfoBarDelegate() 159 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_); in InfoBarClosed() 162 route_id_, callback_context_)); in InfoBarClosed()
|
D | notification_object_proxy.h | 47 int route_id_; variable
|
/external/chromium/chrome/browser/prerender/ |
D | prerender_resource_handler.cc | 90 route_id_(route_id), in PrerenderResourceHandler() 141 std::make_pair(child_id_, route_id_), in OnResponseStarted()
|
D | prerender_resource_handler.h | 115 int route_id_; variable
|
/external/chromium/chrome/browser/ |
D | spellchecker_mac.mm | 43 route_id_(route_id), 78 new SpellCheckMsg_RespondTextCheck(route_id_, 86 int route_id_;
|