Searched defs:RenderThreadImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_thread_impl.h99 // The RenderThreadImpl class represents a background thread where RenderView
108 class CONTENT_EXPORT RenderThreadImpl : public RenderThread, class in namespace:content
112 static RenderThreadImpl* current();
114 RenderThreadImpl();
116 explicit RenderThreadImpl(const std::string& channel_name);
117 virtual ~RenderThreadImpl();
308 // RenderThreadImpl's information about whether all RenderViews are
462 base::RepeatingTimer<RenderThreadImpl> idle_timer_;
515 DISALLOW_COPY_AND_ASSIGN(RenderThreadImpl);
H A Drender_thread_impl.cc162 // Keep the global RenderThreadImpl in a TLS slot so it is impossible to access
164 base::LazyInstance<base::ThreadLocalPointer<RenderThreadImpl> >
216 RenderThreadImpl* render_thread_impl = RenderThreadImpl::current();
235 return RenderThreadImpl::Get()->HostAllocateSharedMemoryBuffer(size);
248 RenderThreadImpl::HistogramCustomizer::HistogramCustomizer() {
254 RenderThreadImpl::HistogramCustomizer::~HistogramCustomizer() {}
256 void RenderThreadImpl::HistogramCustomizer::RenderViewNavigatedToHost(
273 std::string RenderThreadImpl::HistogramCustomizer::ConvertToCustomHistogramName(
282 void RenderThreadImpl
297 RenderThreadImpl::RenderThreadImpl() { function in class:content::RenderThreadImpl
301 RenderThreadImpl::RenderThreadImpl(const std::string& channel_name) function in class:content::RenderThreadImpl
[all...]

Completed in 96 milliseconds