Searched refs:hover_image (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dsearch_result.cc13 const gfx::ImageSkia& hover_image,
17 hover_image(hover_image),
12 Action(const gfx::ImageSkia& base_image, const gfx::ImageSkia& hover_image, const gfx::ImageSkia& pressed_image, const base::string16& tooltip_text) argument
H A Dsearch_result.h63 const gfx::ImageSkia& hover_image,
71 gfx::ImageSkia hover_image; member in struct:app_list::SearchResult::Action
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_actions_view.cc72 button->SetImage(views::CustomButton::STATE_HOVERED, &action.hover_image);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc319 gfx::ImageSkia hover_image = local
321 SetImage(STATE_NORMAL, CreateSquarePlaceholderImage(hover_image.width()));
322 SetImage(STATE_HOVERED, hover_image);
330 2, hover_image.width() + kIconTextLabelButtonSpacing, 2, 0));
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc1146 // Draw the radial gradient clipped to the background into hover_image.
1147 gfx::ImageSkia hover_image = gfx::ImageSkiaOperations::CreateMaskedImage( local
1156 canvas->DrawImageInt(hover_image, 0, 0, alpha);
1158 canvas->DrawImageInt(hover_image, 0, 0);

Completed in 1212 milliseconds