OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpuChildThread
(Results
1 - 4
of
4
) 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
);
in_process_gpu_thread.cc
26
gpu_process_->set_main_thread(new
GpuChildThread
(channel_id_));
gpu_main.cc
67
base::LazyInstance<
GpuChildThread
::DeferredMessages> deferred_messages =
308
GpuChildThread
* child_thread = new
GpuChildThread
(watchdog_thread.get(),
Completed in 40 milliseconds