HomeSort by relevance Sort by last modified time
    Searched defs:RenderThreadImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
render_thread_impl.cc 187 // Keep the global RenderThreadImpl in a TLS slot so it is impossible to access
189 base::LazyInstance<base::ThreadLocalPointer<RenderThreadImpl> >
244 RenderThreadImpl* render_thread_impl = RenderThreadImpl::current();
263 return RenderThreadImpl::Get()->HostAllocateSharedMemoryBuffer(size);
291 RenderThreadImpl::current()->RegisterPendingRenderFrameConnect(
322 TRACE_EVENT0("renderer", "RenderThreadImpl::DeletedGpuMemoryBuffer");
345 RenderThreadImpl::HistogramCustomizer::HistogramCustomizer() {
351 RenderThreadImpl::HistogramCustomizer::~HistogramCustomizer() {}
353 void RenderThreadImpl::HistogramCustomizer::RenderViewNavigatedToHost
    [all...]
render_thread_impl.h 105 // The RenderThreadImpl class represents a background thread where RenderView
114 class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
118 static RenderThreadImpl* current();
120 RenderThreadImpl();
122 explicit RenderThreadImpl(const std::string& channel_name);
123 virtual ~RenderThreadImpl();
351 // RenderThreadImpl's information about whether all RenderViews are
517 base::RepeatingTimer<RenderThreadImpl> idle_timer_;
583 DISALLOW_COPY_AND_ASSIGN(RenderThreadImpl);

Completed in 251 milliseconds