Searched refs:AppendRendererCommandLine (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl.h103 void AppendRendererCommandLine(base::CommandLine* command_line) const;
H A Dgpu_data_manager_impl.cc151 void GpuDataManagerImpl::AppendRendererCommandLine( function in class:content::GpuDataManagerImpl
154 private_->AppendRendererCommandLine(command_line);
H A Dgpu_data_manager_impl_private.h66 void AppendRendererCommandLine(base::CommandLine* command_line) const;
H A Dgpu_data_manager_impl_private.cc586 void GpuDataManagerImplPrivate::AppendRendererCommandLine( function in class:content::GpuDataManagerImplPrivate
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h308 void AppendRendererCommandLine(base::CommandLine* command_line) const;
H A Drender_process_host_impl.cc616 // Build command line for renderer. We call AppendRendererCommandLine()
621 AppendRendererCommandLine(cmd_line);
1029 gpu_data_manager->AppendRendererCommandLine(command_line);
1032 void RenderProcessHostImpl::AppendRendererCommandLine( function in class:content::RenderProcessHostImpl

Completed in 90 milliseconds