On Fri, Jul 3, 2009 at 11:23 PM, n179911<[email protected]> wrote:
> In GraphicsContext.h, it has this method declaration:
> void drawLine(const IntPoint&, const IntPoint&);
>
> But can you please tell me where i can find the implementation of the method?
> I can't find that in GraphicsContext.cpp.
>
> I am looking for the implementation on MacOS X.

GraphicsContextCG.cpp, line 139.

Many of the questions you have been asking can be answered using the
"Find in Project..." feature of Xcode, which you can access by pulling
down the Edit menu, going down to the the "Find" submenu, and
selecting "Find in Project...".  It will give you a dialog that will
let you search through either the current project or all open projects
for a particular string.

If you are new to Xcode, I would recommend reading through its online
help, or joining the [email protected] mailing list.

--Amanda

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

Reply via email to