Home
last modified time | relevance | path

Searched refs:icon_y (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab.cc55 int icon_y = (height() - kFaviconSize) / 2; in Layout() local
56 icon_bounds_.SetRect(kIconLeftPadding, icon_y, kFaviconSize, kFaviconSize); in Layout()
/external/chromium/chrome/browser/ui/views/
Dsad_tab_view.cc109 int icon_y = ((height() - icon_height) / 2) + kSadTabOffset; in Layout() local
110 icon_bounds_.SetRect(icon_x, icon_y, icon_width, icon_height); in Layout()
/external/chromium_org/chrome/browser/ui/gtk/autofill/
Dautofill_popup_view_gtk.cc254 int icon_y = entry_rect.y() + (row_height - image.Height()) / 2; in DrawAutofillEntry() local
263 icon_y); in DrawAutofillEntry()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.cc281 int icon_y = entry_rect.y() + (row_height - image->height()) / 2; in DrawAutofillEntry() local
285 canvas->DrawImageInt(*image, x_align_left, icon_y); in DrawAutofillEntry()
/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_item_view.cc849 int icon_x, icon_y; in OnPaintBackground() local
853 icon_y = (height() - icon->height()) / 2; in OnPaintBackground()
856 icon_y = DownloadShelf::kSmallProgressIconOffset; in OnPaintBackground()
860 canvas->DrawImageInt(*icon, icon_x, icon_y); in OnPaintBackground()
865 canvas->DrawImageInt(*icon, icon_x, icon_y, paint); in OnPaintBackground()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_frame_view.cc549 int icon_y = (TitlebarHeight() - kIconSize) / 2; in Layout() local
552 icon_y, in Layout()
561 icon_y + ((kIconSize - title_height - 1) / 2), in Layout()
/external/chromium_org/ui/views/controls/button/
Dtext_button.cc697 int icon_y = (available_height - icon.height()) / 2 + insets.top(); in PaintButton() local
700 gfx::Rect icon_bounds(icon_x, icon_y, icon.width(), icon.height()); in PaintButton()
/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc744 int icon_y = top_margin + (height() - config.item_top_margin - in PaintButton() local
774 gfx::Rect check_bounds(icon_x, icon_y, check.width(), icon_height); in PaintButton()
Dnative_menu_win.cc285 int icon_y = kItemTopMargin + in OnDrawItem() local