OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InProcessGpuThread
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/gpu/
in_process_gpu_thread.cc
12
InProcessGpuThread
::
InProcessGpuThread
(const std::string& channel_id)
18
InProcessGpuThread
::~
InProcessGpuThread
() {
22
void
InProcessGpuThread
::Init() {
29
void
InProcessGpuThread
::CleanUp() {
35
return new
InProcessGpuThread
(channel_id);
in_process_gpu_thread.h
17
class
InProcessGpuThread
: public base::Thread {
19
explicit
InProcessGpuThread
(const std::string& channel_id);
20
virtual ~
InProcessGpuThread
();
31
DISALLOW_COPY_AND_ASSIGN(
InProcessGpuThread
);
Completed in 45 milliseconds