/external/chromium_org/ui/app_list/ |
search_result.cc | 12 const gfx::ImageSkia& hover_image, 16 hover_image(hover_image),
|
search_result.h | 58 const gfx::ImageSkia& hover_image, 66 gfx::ImageSkia hover_image; member in struct:app_list::SearchResult::Action
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
button_decoration.mm | 75 void ButtonDecoration::SetHoverImage(NSImage* hover_image) { 76 hover_image_.reset([hover_image retain]);
|
button_decoration.h | 41 void SetHoverImage(NSImage* hover_image);
|
/external/chromium_org/ui/app_list/views/ |
search_result_actions_view.cc | 46 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 | 1227 gfx::ImageSkia hover_image = gfx::ImageSkiaOperations::CreateMaskedImage( local [all...] |