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

  /external/chromium_org/content/gpu/
gpu_child_thread.cc 43 GpuChildThread::GpuChildThread(GpuWatchdogThread* watchdog_thread,
58 GpuChildThread::GpuChildThread(const std::string& channel_id)
76 GpuChildThread::~GpuChildThread() {
79 void GpuChildThread::Shutdown() {
84 void GpuChildThread::Init(const base::Time& process_start_time) {
88 bool GpuChildThread::Send(IPC::Message* msg) {
96 bool GpuChildThread::OnControlMessageReceived(const IPC::Message& msg)
    [all...]
gpu_child_thread.h 36 class GpuChildThread : public ChildThread {
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 38 milliseconds