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

  /external/chromium/chrome/browser/notifications/
notification_object_proxy.cc 16 route_id_(route_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_));
40 return StringPrintf("%d:%d:%d:%d", process_id_, route_id_,
52 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_);
notification_object_proxy.h 47 int route_id_; member in class:NotificationObjectProxy
desktop_notification_service.cc 125 int route_id_; member in class:NotificationPermissionInfoBarDelegate
146 route_id_(route_id),
159 RenderViewHost* host = RenderViewHost::FromID(process_id_, route_id_);
162 route_id_, callback_context_));
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc 90 route_id_(route_id),
141 std::make_pair(child_id_, route_id_),
prerender_resource_handler.h 115 int route_id_; member in class:prerender::PrerenderResourceHandler

Completed in 31 milliseconds