HomeSort by relevance Sort by last modified time
    Searched refs:CreateButton (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/touchui/
touch_editing_menu.h 72 Button* CreateButton(const string16& title, int tag);
touch_editing_menu.cc 140 Button* button = CreateButton(l10n_util::GetStringUTF16(command_id),
147 AddChildView(CreateButton(
152 Button* TouchEditingMenuView::CreateButton(const string16& title, int tag) {
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_titlebar_gtk.h 53 CustomDrawButton* CreateButton(panel::TitlebarButtonType button_type);
panel_titlebar_gtk.cc 127 minimize_button_.reset(CreateButton(panel::MINIMIZE_BUTTON));
128 restore_button_.reset(CreateButton(panel::RESTORE_BUTTON));
129 close_button_.reset(CreateButton(panel::CLOSE_BUTTON));
139 CustomDrawButton* PanelTitlebarGtk::CreateButton(
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 156 layout->AddView(CreateButton(IDS_INSTANT_OPT_IN_ENABLE, button_font));
157 layout->AddView(CreateButton(IDS_INSTANT_OPT_IN_NO_THANKS, button_font));
179 views::View* CreateButton(int id, const gfx::Font& font) {

Completed in 231 milliseconds