Searched defs:hover_image (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dsearch_result.cc12 const gfx::ImageSkia& hover_image,
16 hover_image(hover_image),
11 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.h57 const gfx::ImageSkia& hover_image,
65 gfx::ImageSkia hover_image; member in struct:app_list::SearchResult::Action
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc293 gfx::ImageSkia hover_image = local
295 SetImage(STATE_NORMAL, CreateSquarePlaceholderImage(hover_image.width()));
296 SetImage(STATE_HOVERED, hover_image);
302 SetBorder(views::Border::CreateEmptyBorder(2, hover_image.width(), 2, 0));
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc1088 // Draw the radial gradient clipped to the background into hover_image.
1089 gfx::ImageSkia hover_image = gfx::ImageSkiaOperations::CreateMaskedImage( local
1098 canvas->DrawImageInt(hover_image, 0, 0, alpha);
1100 canvas->DrawImageInt(hover_image, 0, 0);

Completed in 224 milliseconds