On Fri, Oct 9, 2009 at 7:02 PM, hap 497 <[email protected]> wrote: > > Sorry, maybe I used a wrong term in asking my question. > > I think I am looking for the code which chormium create a native UI > widget for each html input submit button in the html source. I assume > chromium needs to use 1 native UI widget for each input submit button > so that each one of them can respond to user clicking.
Chromium does not create any native UI widgets for input submit buttons. Neither does Safari. On the Mac they both use an NSButtonCell to help draw buttons that are not highly styled with CSS, but it's not a full featured native UI element (and as Avi noted, there's only one NSButtonCell, which is used to draw all unstyled buttons. --Amanda --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
