$ git grep -l 'class RenderView ' -- '*.h'
chrome/renderer/render_view.h

On Wed, May 27, 2009 at 11:20 PM, Daniel Dreiberg
<[email protected]> wrote:
>
> I am reading the Chroimum Multi-process Architecture document.
> http://dev.chromium.org/developers/design-documents/multi-process-architecture
> In the architecture diagram, it has component like
> RenderProcess
> RenderProcessHost
> RenderViewHost
> RenderView
> But when i do a 'find' to look for the code for each component, I can only
> find RenderView.cpp.
> Can you please tell me how to look for the source code for the other
> classes?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to