Searched refs:PostTaskToAllWebWorkers (Results 1 – 6 of 6) sorted by relevance
124 virtual int PostTaskToAllWebWorkers(const base::Closure& closure) = 0;
73 virtual int PostTaskToAllWebWorkers(const base::Closure& closure) OVERRIDE;
189 int MockRenderThread::PostTaskToAllWebWorkers(const base::Closure& closure) { in PostTaskToAllWebWorkers() function in content::MockRenderThread
191 workers_to_go_ = RenderThread::Get()->PostTaskToAllWebWorkers(collect); in InitiateCollection()
156 virtual int PostTaskToAllWebWorkers(const base::Closure& closure) OVERRIDE;
858 int RenderThreadImpl::PostTaskToAllWebWorkers(const base::Closure& closure) { in PostTaskToAllWebWorkers() function in content::RenderThreadImpl