Searched defs:addButton (Results 1 – 7 of 7) sorted by relevance
53 addButton: function(text, clickCallback) { method in InfoBar
7 function addButton(name, cb) { function
64 JButton addButton = new JButton(msg("add")); in addAddButton() local
171 protected void addButton(JComponent button) in addButton() method in ListPanel
85 JButton addButton = new JButton(msg(inputAndOutput ? in addAddButton() local
187 void CheckedRadioButtons::addButton(HTMLInputElement* element) in addButton() function in WebCore::CheckedRadioButtons
951 ImageEditor.Toolbar.prototype.addButton = function( method in ImageEditor.Toolbar