Home
last modified time | relevance | path

Searched refs:RoutingIDViewMap (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/
Drender_view_impl.cc320 typedef std::map<int32, RenderViewImpl*> RoutingIDViewMap; typedef
321 static base::LazyInstance<RoutingIDViewMap> g_routing_id_view_map =
842 RoutingIDViewMap* routing_id_views = g_routing_id_view_map.Pointer(); in ~RenderViewImpl()
843 for (RoutingIDViewMap::iterator it = routing_id_views->begin(); in ~RenderViewImpl()
866 RoutingIDViewMap* views = g_routing_id_view_map.Pointer(); in FromRoutingID()
867 RoutingIDViewMap::iterator it = views->find(routing_id); in FromRoutingID()