OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenderThreadImpl
(Results
26 - 50
of
62
) sorted by null
1
2
3
/external/chromium_org/content/renderer/pepper/
pepper_platform_audio_output.cc
128
RenderThreadImpl
* const render_thread =
RenderThreadImpl
::current();
pepper_platform_video_capture.cc
51
RenderThreadImpl
::current()->video_capture_impl_manager();
110
RenderThreadImpl
::current()->video_capture_impl_manager();
ppb_graphics_3d_impl.cc
228
RenderThreadImpl
* render_thread =
RenderThreadImpl
::current();
ppb_image_data_impl.cc
149
RenderThreadImpl
::current()->Send(
178
if (!
RenderThreadImpl
::current()->Send(msg))
url_request_info_util.cc
75
RenderThreadImpl
::current()->Send(
host_globals.cc
193
return
RenderThreadImpl
::current()->GetFileThreadMessageLoopProxy().get();
pepper_platform_audio_input.cc
158
ipc_ =
RenderThreadImpl
::current()
/external/chromium_org/content/renderer/dom_storage/
webstoragearea_impl.cc
28
return
RenderThreadImpl
::current()->dom_storage_dispatcher();
/external/chromium_org/content/renderer/media/webrtc/
media_stream_track_metrics.cc
278
RenderThreadImpl
* render_thread =
RenderThreadImpl
::current();
283
RenderThreadImpl
::current()->Send(
290
RenderThreadImpl
::current()->Send(
/external/chromium_org/content/renderer/
render_thread_impl_unittest.cc
23
RenderThreadImpl
::HistogramCustomizer histogram_customizer_;
renderer_main.cc
221
new
RenderThreadImpl
();
237
new
RenderThreadImpl
();
memory_benchmarking_extension.cc
83
content::
RenderThreadImpl
::current()->Send(
render_widget.cc
470
if (
RenderThreadImpl
::current()) {
471
RenderThreadImpl
::current()->WidgetCreated();
473
RenderThreadImpl
::current()->WidgetHidden();
700
if (
RenderThreadImpl
::current())
701
RenderThreadImpl
::current()->WidgetDestroyed();
852
RenderThreadImpl
::current()->layout_test_mode());
[
all
...]
render_view_impl.cc
426
if (
RenderThreadImpl
::current() &&
427
!
RenderThreadImpl
::current()->is_lcd_text_enabled())
713
if (
RenderThreadImpl
::current()) {
714
RenderThreadImpl
::current()->WidgetCreated();
716
RenderThreadImpl
::current()->WidgetHidden();
[
all
...]
/external/chromium_org/content/renderer/service_worker/
embedded_worker_context_client.cc
42
if (!
RenderThreadImpl
::current() ||
43
!
RenderThreadImpl
::current()->embedded_worker_dispatcher())
45
RenderThreadImpl
::current()->embedded_worker_dispatcher()->
135
RenderThreadImpl
::current()->embedded_worker_dispatcher()->
embedded_worker_dispatcher.cc
62
RenderThreadImpl
::current()->thread_safe_sender()->Send(
/external/chromium_org/content/renderer/media/
media_stream_renderer_factory.cc
26
return
RenderThreadImpl
::current()->GetPeerConnectionDependencyFactory();
33
RenderThreadImpl
::current()->GetAudioHardwareConfig();
webrtc_local_audio_source_provider.cc
31
// We need to check if
RenderThreadImpl
is valid here since the unittests
33
if (
RenderThreadImpl
::current()) {
35
RenderThreadImpl
::current()->GetAudioHardwareConfig();
peer_connection_tracker.cc
214
RenderThreadImpl
::current()->Send(
267
RenderThreadImpl
::current()->Send(
288
RenderThreadImpl
::current()->Send(
447
RenderThreadImpl
::current()->Send(new PeerConnectionTrackerHost_GetUserMedia(
466
RenderThreadImpl
::current()->Send(
webmediaplayer_impl.cc
155
RenderThreadImpl
::current()->GetMediaThreadMessageLoopProxy()),
169
gpu_factories_(
RenderThreadImpl
::current()->GetGpuFactories()),
174
RenderThreadImpl
::current()->compositor_message_loop_proxy()
175
?
RenderThreadImpl
::current()->compositor_message_loop_proxy()
[
all
...]
/external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc
62
RenderThreadImpl
::current()->compositor_output_surface_filter()),
71
layout_test_mode_(
RenderThreadImpl
::current()->layout_test_mode()),
75
message_sender_ =
RenderThreadImpl
::current()->sync_message_filter();
render_widget_compositor.cc
144
RenderThreadImpl
* render_thread =
RenderThreadImpl
::current();
443
RenderThreadImpl
* render_thread =
RenderThreadImpl
::current();
720
RenderThreadImpl
::current()->SharedMainThreadContextProvider().get();
compositor_software_output_device.cc
62
RenderThreadImpl
::current()->shared_bitmap_manager()) {
/external/chromium_org/content/renderer/devtools/
devtools_agent.cc
205
RenderThreadImpl
::current()->GetGpuChannel();
222
RenderThreadImpl
::current()->GetGpuChannel();
/external/chromium_org/content/test/
layouttest_support.cc
85
RenderThreadImpl
::current()->webkit_platform_support()->
115
RenderThreadImpl
::current()->set_layout_test_mode(true);
Completed in 810 milliseconds
1
2
3