HomeSort by relevance Sort by last modified time
    Searched refs:RenderThreadImpl (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/content/renderer/
idle_user_detector.cc 32 RenderThreadImpl* render_thread = RenderThreadImpl::current();
render_thread_impl.cc 156 // Keep the global RenderThreadImpl in a TLS slot so it is impossible to access
158 base::LazyInstance<base::ThreadLocalPointer<RenderThreadImpl> >
210 RenderThreadImpl* render_thread_impl = RenderThreadImpl::current();
229 return RenderThreadImpl::Get()->HostAllocateSharedMemoryBuffer(size);
242 class RenderThreadImpl::GpuVDAContextLostCallback
250 &RenderThreadImpl::OnGpuVDAContextLoss));
257 RenderThreadImpl::HistogramCustomizer::HistogramCustomizer() {
263 RenderThreadImpl::HistogramCustomizer::~HistogramCustomizer() {}
265 void RenderThreadImpl::HistogramCustomizer::RenderViewNavigatedToHost
    [all...]
render_thread_impl_browsertest.cc 28 void CheckRenderThreadInputHandlerManager(RenderThreadImpl* thread) {
51 RenderThreadImpl* thread = new RenderThreadImpl(channel_id);
renderer_clipboard_client.cc 83 RenderThreadImpl::current()->Send(
86 RenderThreadImpl::current()->Send(
106 RenderThreadImpl::current()->Send(
116 RenderThreadImpl::current()->Send(
122 RenderThreadImpl::current()->Send(new ClipboardHostMsg_Clear(buffer));
129 RenderThreadImpl::current()->Send(new ClipboardHostMsg_ReadAvailableTypes(
135 RenderThreadImpl::current()->Send(
141 RenderThreadImpl::current()->Send(
149 RenderThreadImpl::current()->Send(
156 RenderThreadImpl::current()->Send
    [all...]
renderer_webapplicationcachehost_impl.cc 29 if (RenderThreadImpl::current()->layout_test_mode())
45 RenderThreadImpl::current()->Send(new ViewHostMsg_AppCacheAccessed(
52 RenderThreadImpl::current()->Send(new ViewHostMsg_AppCacheAccessed(
render_thread_impl.h 98 // The RenderThreadImpl class represents a background thread where RenderView
107 class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
111 static RenderThreadImpl* current();
113 RenderThreadImpl();
115 explicit RenderThreadImpl(const std::string& channel_name);
116 virtual ~RenderThreadImpl();
312 // RenderThreadImpl's information about whether all RenderViews are
447 base::RepeatingTimer<RenderThreadImpl> idle_timer_;
496 DISALLOW_COPY_AND_ASSIGN(RenderThreadImpl);
renderer_main_platform_delegate_win.cc 39 RenderThreadImpl* render_thread_impl = RenderThreadImpl::current();
renderer_webkitplatformsupport_impl.cc 649 RenderThreadImpl* thread = RenderThreadImpl::current();
663 return !!RenderThreadImpl::current()->compositor_message_loop_proxy().get();
667 RenderThreadImpl* thread = RenderThreadImpl::current();
672 RenderThreadImpl* thread = RenderThreadImpl::current();
677 RenderThreadImpl* thread = RenderThreadImpl::current();
880 RenderThreadImpl::current()->SampleGamepads(&gamepads)
    [all...]
memory_benchmarking_extension.cc 68 content::RenderThreadImpl::current()->Send(
render_thread_impl_unittest.cc 23 RenderThreadImpl::HistogramCustomizer histogram_customizer_;
  /external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc 32 RenderThreadImpl* render_thread = RenderThreadImpl::current();
84 DCHECK(RenderThreadImpl::current());
92 DCHECK(RenderThreadImpl::current());
98 DCHECK(RenderThreadImpl::current());
103 DCHECK(RenderThreadImpl::current());
113 DCHECK(RenderThreadImpl::current());
118 DCHECK(RenderThreadImpl::current());
123 DCHECK(RenderThreadImpl::current());
render_media_log.cc 21 DCHECK(RenderThreadImpl::current()) <<
26 if (!RenderThreadImpl::current()) {
38 RenderThreadImpl::current()->Send(
renderer_webmidiaccessor_impl.cc 40 return RenderThreadImpl::current()->midi_message_filter();
peer_connection_identity_service.cc 26 RenderThreadImpl::current()->get_webrtc_identity_service()
39 pending_request_id_ = RenderThreadImpl::current()
  /external/chromium_org/content/renderer/pepper/
ppb_tcp_socket_private_impl.cc 31 int routing_id = RenderThreadImpl::current()->GenerateRoutingID();
33 RenderThreadImpl::current()->Send(new PpapiHostMsg_PPBTCPSocket_CreatePrivate(
44 RenderThreadImpl::current()->Send(new PpapiHostMsg_PPBTCPSocket_Connect(
50 RenderThreadImpl::current()->Send(
60 RenderThreadImpl::current()->Send(new PpapiHostMsg_PPBTCPSocket_SSLHandshake(
65 RenderThreadImpl::current()->Send(new PpapiHostMsg_PPBTCPSocket_Read(
71 RenderThreadImpl::current()->Send(
76 RenderThreadImpl::current()->Send(
83 RenderThreadImpl::current()->Send(
ppb_x509_certificate_private_impl.cc 27 RenderThreadImpl::current()->Send(
ppb_broker_impl.cc 35 routing_id_(RenderThreadImpl::current()->GenerateRoutingID()) {
81 RenderThreadImpl::current()->Send(new ViewHostMsg_OpenChannelToPpapiBroker(
85 RenderThreadImpl::current()->Send(
ppb_network_monitor_private_impl.cc 21 RenderThreadImpl::current()->p2p_socket_dispatcher();
35 RenderThreadImpl::current()->p2p_socket_dispatcher();
pepper_platform_audio_output.cc 122 RenderThreadImpl* const render_thread = RenderThreadImpl::current();
pepper_platform_context_3d.cc 45 RenderThreadImpl* render_thread = RenderThreadImpl::current();
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.h 20 class RenderThreadImpl;
  /external/chromium_org/content/public/test/
render_view_fake_resources_test.h 68 class RenderThreadImpl;
135 RenderThreadImpl* render_thread_; // owned by mock_process_
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc 34 explicit MessageThrottlingFilter(RenderThreadImpl* sender)
56 RenderThreadImpl* sender_;
98 explicit ProxyImpl(RenderThreadImpl* sender);
165 RenderThreadImpl* sender_;
171 DomStorageDispatcher::ProxyImpl::ProxyImpl(RenderThreadImpl* sender)
259 : proxy_(new ProxyImpl(RenderThreadImpl::current())) {
268 RenderThreadImpl::current()->Send(
276 RenderThreadImpl::current()->Send(
294 RenderThreadImpl::current()->EnsureWebKitInitialized();
webstoragearea_impl.cc 28 return RenderThreadImpl::current()->dom_storage_dispatcher();
  /external/chromium_org/content/renderer/devtools/
devtools_client.cc 41 DCHECK(RenderThreadImpl::current());
130 return RenderThreadImpl::current()->layout_test_mode();

Completed in 2695 milliseconds

1 2 3