Lines Matching full:menubuttonbackground
82 // insets, the actual painting is done in MenuButtonBackground.
88 // Painting of border is done in MenuButtonBackground.
105 class MenuButtonBackground : public views::Background {
114 explicit MenuButtonBackground(ButtonType type)
222 DISALLOW_COPY_AND_ASSIGN(MenuButtonBackground);
227 // button border (MenuButtonBackground) is rendered by the button to the
269 MenuButtonBackground::ButtonType type,
271 MenuButtonBackground** background) {
277 MenuButtonBackground::ButtonType type,
279 MenuButtonBackground** background,
290 MenuButtonBackground* bg = new MenuButtonBackground(type);
329 IDS_CUT, MenuButtonBackground::LEFT_BUTTON, cut_index, NULL);
331 MenuButtonBackground* copy_background = NULL;
333 IDS_COPY, MenuButtonBackground::CENTER_BUTTON, copy_index,
337 IDS_PASTE, MenuButtonBackground::RIGHT_BUTTON, paste_index, NULL);
396 IDS_ZOOM_MINUS2, MenuButtonBackground::LEFT_BUTTON, decrement_index,
403 MenuButtonBackground* center_bg =
404 new MenuButtonBackground(MenuButtonBackground::CENTER_BUTTON);
412 IDS_ZOOM_PLUS2, MenuButtonBackground::RIGHT_BUTTON, increment_index,
430 new MenuButtonBackground(MenuButtonBackground::SINGLE_BUTTON));