HomeSort by relevance Sort by last modified time
    Searched full:menubuttonbackground (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 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
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 118 // insets, the actual painting is done in MenuButtonBackground.
130 // Painting of border is done in MenuButtonBackground.
138 // This size is sufficient for MenuButtonBackground::Paint() to draw any of
155 class MenuButtonBackground : public views::Background {
164 MenuButtonBackground(ButtonType type, bool use_new_menu)
331 DISALLOW_COPY_AND_ASSIGN(MenuButtonBackground);
370 // SchedulePaint. As part of the button border (MenuButtonBackground) is
377 MenuButtonBackground::ButtonType type,
379 MenuButtonBackground** background) {
385 MenuButtonBackground::ButtonType type
    [all...]

Completed in 855 milliseconds