HomeSort by relevance Sort by last modified time
    Searched refs:RenderThread (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/chromium_org/content/public/renderer/
render_thread.cc 12 // Keep the global RenderThread in a TLS slot so it is impossible to access
14 static base::LazyInstance<base::ThreadLocalPointer<RenderThread> > lazy_tls =
17 RenderThread* RenderThread::Get() {
21 RenderThread::RenderThread() {
25 RenderThread::~RenderThread() {
render_thread.h 43 class CONTENT_EXPORT RenderThread : public IPC::Sender {
47 static RenderThread* Get();
49 RenderThread();
50 virtual ~RenderThread();
89 // RenderThread::Get()->RecordAction(