Searched refs:PrerenderPendingSwapThrottle (Results 1 – 5 of 5) sorted by relevance
17 PrerenderPendingSwapThrottle::PrerenderPendingSwapThrottle( in PrerenderPendingSwapThrottle() function in prerender::PrerenderPendingSwapThrottle25 void PrerenderPendingSwapThrottle::WillStartRequest(bool* defer) { in WillStartRequest()49 const char* PrerenderPendingSwapThrottle::GetNameForLogging() const { in GetNameForLogging()53 void PrerenderPendingSwapThrottle::Resume() { in Resume()60 void PrerenderPendingSwapThrottle::Cancel() { in Cancel()
26 class PrerenderPendingSwapThrottle28 public base::SupportsWeakPtr<PrerenderPendingSwapThrottle> {30 PrerenderPendingSwapThrottle(net::URLRequest* request,51 DISALLOW_COPY_AND_ASSIGN(PrerenderPendingSwapThrottle);
26 class PrerenderPendingSwapThrottle; variable47 const base::WeakPtr<PrerenderPendingSwapThrottle>& throttle);90 base::WeakPtr<PrerenderPendingSwapThrottle> throttle;
41 const base::WeakPtr<PrerenderPendingSwapThrottle>& throttle) { in AddPendingSwapThrottleOnIOThread()
513 throttles->push_back(new prerender::PrerenderPendingSwapThrottle( in AppendStandardResourceThrottles()