Home
last modified time | relevance | path

Searched refs:ThreadLocalState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/child/
Dworker_task_runner.cc31 struct WorkerTaskRunner::ThreadLocalState { struct in webkit_glue::WorkerTaskRunner
32 ThreadLocalState(int id, const WebWorkerRunLoop& loop) in ThreadLocalState() function
92 current_tls_.Set(new ThreadLocalState(id, loop)); in OnWorkerRunLoopStarted()
Dworker_task_runner.h49 struct ThreadLocalState;
50 base::ThreadLocalPointer<ThreadLocalState> current_tls_;