Searched defs:GpuChildThread (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/content/gpu/
H A Dgpu_child_thread.cc48 GpuChildThread::GpuChildThread(GpuWatchdogThread* watchdog_thread, function in class:content::GpuChildThread
63 GpuChildThread::GpuChildThread(const std::string& channel_id) function in class:content::GpuChildThread
84 GpuChildThread::~GpuChildThread() {
87 void GpuChildThread::Shutdown() {
92 void GpuChildThread::Init(const base::Time& process_start_time) {
96 bool GpuChildThread::Send(IPC::Message* msg) {
104 bool GpuChildThread
[all...]
H A Dgpu_child_thread.h36 class GpuChildThread : public ChildThread { class in namespace:content
40 explicit GpuChildThread(GpuWatchdogThread* gpu_watchdog_thread,
46 explicit GpuChildThread(const std::string& channel_id);
48 virtual ~GpuChildThread();
97 DISALLOW_COPY_AND_ASSIGN(GpuChildThread);

Completed in 131 milliseconds