Searched refs:PendingContents (Results 1 – 2 of 2) sorted by relevance
82 typedef std::map<int, RenderViewHost*> PendingContents; typedef83 PendingContents pending_contents_;
152 PendingContents::iterator iter = pending_contents_.find(route_id); in GetCreatedWindow()