Searched refs:render_thread (Results 1 – 15 of 15) sorted by relevance
32 RenderThreadImpl* render_thread = RenderThreadImpl::current(); in OnHandleInputEvent() local33 if (render_thread != NULL) { in OnHandleInputEvent()34 render_thread->PostponeIdleNotification(); in OnHandleInputEvent()
30 RenderThread* render_thread = RenderThread::Get(); in SkiaPreCacheFont() local31 if (render_thread) { in SkiaPreCacheFont()32 render_thread->PreCacheFont(logfont); in SkiaPreCacheFont()
873 RenderThreadImpl* render_thread = RenderThreadImpl::current(); in createRTCPeerConnectionHandler() local874 DCHECK(render_thread); in createRTCPeerConnectionHandler()875 if (!render_thread) in createRTCPeerConnectionHandler()886 render_thread->GetMediaStreamDependencyFactory(); in createRTCPeerConnectionHandler()898 RenderThreadImpl* render_thread = RenderThreadImpl::current(); in createMediaStreamCenter() local899 DCHECK(render_thread); in createMediaStreamCenter()900 if (!render_thread) in createMediaStreamCenter()902 return render_thread->CreateMediaStreamCenter(client); in createMediaStreamCenter()
42 RenderThreadImpl* render_thread = RenderThreadImpl::current(); in Init() local43 if (!render_thread) in Init()48 channel_ = render_thread->EstablishGpuChannelSync( in Init()
155 RenderThread* render_thread = RenderThread::Get(); in GetFontData() local156 if (!render_thread) in GetFontData()158 render_thread->PreCacheFont(logfont); in GetFontData()
123 RenderThreadImpl* const render_thread = RenderThreadImpl::current(); in Initialize() local124 ipc_ = render_thread->audio_message_filter()-> in Initialize()
32 RenderThreadImpl* render_thread = RenderThreadImpl::current(); in Initialize() local37 render_thread->EstablishGpuChannelSync( in Initialize()
45 content::RenderThread* render_thread = content::RenderThread::Get(); in InitializePnaclResourceHost() local46 if (!render_thread) in InitializePnaclResourceHost()50 render_thread->GetIOMessageLoopProxy()); in InitializePnaclResourceHost()51 render_thread->AddFilter(g_pnacl_resource_host.Get()); in InitializePnaclResourceHost()
57 'public/renderer/render_thread.cc',58 'public/renderer/render_thread.h',
46 content/public/renderer/render_thread.cc \