HomeSort by relevance Sort by last modified time
    Searched refs:RenderProcess (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/
render_process.h 26 class RenderProcess : public ChildProcess {
28 RenderProcess() {}
29 virtual ~RenderProcess() {}
60 // Returns a pointer to the RenderProcess singleton instance. Assuming that
63 static RenderProcess* current() {
64 return static_cast<RenderProcess*>(ChildProcess::current());
68 DISALLOW_COPY_AND_ASSIGN(RenderProcess);
in_process_renderer_thread.h 14 class RenderProcess;
29 scoped_ptr<RenderProcess> render_process_;
render_process_impl.h 15 // Implementation of the RenderProcess interface for the regular browser.
16 // See also MockRenderProcess which implements the active "RenderProcess" when
18 class RenderProcessImpl : public RenderProcess {
23 // RenderProcess implementation.
34 // Like UseInProcessPlugins(), but called before RenderProcess is created
render_widget.cc 383 RenderProcess::current()->AddRefProcess();
401 if (RenderProcess::current()) {
402 // If the RenderProcess is already gone, it will have released all DIBs
404 RenderProcess::current()->ReleaseTransportDIB(current_paint_buf_);
409 if (!is_swapped_out_ && RenderProcess::current())
410 RenderProcess::current()->ReleaseProcess();
504 RenderProcess::current()->AddRefProcess();
819 RenderProcess::current()->ReleaseProcess();
835 RenderProcess::current()->ReleaseTransportDIB(current_paint_buf_);
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/content/test/
mock_render_process.h 13 class MockRenderProcess : public RenderProcess {
18 // RenderProcess implementation.
webrtc_audio_device_test.cc 58 class WebRTCMockRenderProcess : public RenderProcess {
63 // RenderProcess implementation.
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 643 bool in_process_plugin = RenderProcess::current()->UseInProcessPlugins();
    [all...]

Completed in 506 milliseconds