OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UiThreadGpuForwardingSender
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/ozone/public/
ui_thread_gpu.h
17
class
UiThreadGpuForwardingSender
;
32
scoped_ptr<
UiThreadGpuForwardingSender
> ui_sender_;
33
scoped_ptr<
UiThreadGpuForwardingSender
> gpu_sender_;
ui_thread_gpu.cc
16
class
UiThreadGpuForwardingSender
: public IPC::Sender {
18
explicit
UiThreadGpuForwardingSender
(IPC::Listener* listener)
20
virtual ~
UiThreadGpuForwardingSender
() {}
43
new
UiThreadGpuForwardingSender
(platform->GetGpuPlatformSupportHost()));
45
new
UiThreadGpuForwardingSender
(platform->GetGpuPlatformSupport()));
Completed in 353 milliseconds