HomeSort by relevance Sort by last modified time
    Searched refs:hover_image (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/app_list/
search_result.cc 12 const gfx::ImageSkia& hover_image,
16 hover_image(hover_image),
search_result.h 57 const gfx::ImageSkia& hover_image,
65 gfx::ImageSkia hover_image; member in struct:app_list::SearchResult::Action
  /external/chromium_org/ui/app_list/views/
search_result_actions_view.cc 70 button->SetImage(views::CustomButton::STATE_HOVERED, &action.hover_image);
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 427 // Draw the radial gradient clipped to the background into hover_image.
428 SkBitmap hover_image = SkBitmapOperations::CreateMaskedBitmap( local
437 canvas->DrawBitmapInt(hover_image, 0, 0);
440 canvas->DrawBitmapInt(hover_image, 0, 0);
515 // Draw the hover glow clipped to the background into hover_image.
516 SkBitmap hover_image = SkBitmapOperations::CreateMaskedBitmap( local
518 canvas->DrawBitmapInt(hover_image, 0, 0);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 1299 gfx::ImageSkia hover_image = gfx::ImageSkiaOperations::CreateMaskedImage( local
    [all...]

Completed in 287 milliseconds