Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/prerender/
Dprerender_tracker.h86 struct PendingSwapThrottleData { struct
87 explicit PendingSwapThrottleData(const GURL& swap_url);
88 ~PendingSwapThrottleData();
96 typedef std::map<ChildRouteIdPair, PendingSwapThrottleData> argument
Dprerender_tracker.cc61 render_frame_route_id_pair, PendingSwapThrottleData(url))); in AddPrerenderPendingSwapOnIOThread()
101 PrerenderTracker::PendingSwapThrottleData::PendingSwapThrottleData( in PendingSwapThrottleData() function in prerender::PrerenderTracker::PendingSwapThrottleData
106 PrerenderTracker::PendingSwapThrottleData::~PendingSwapThrottleData() { in ~PendingSwapThrottleData()