HomeSort by relevance Sort by last modified time
    Searched defs:background_image (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 124 const gfx::ImageSkia* background_image = local
133 background_bounds.set_size(background_image->size());
136 ShelfLayoutManager::kShelfItemInset - background_image->width());
138 (contents_bounds.height() - background_image->height()) / 2);
142 (contents_bounds.height() - background_image->height()) / 2);
146 (contents_bounds.width() - background_image->width()) / 2);
157 canvas->DrawImageInt(*background_image,
  /external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.cc 111 return gfx::Size(background_image()->width(),
124 canvas->TileImageInt(*background_image(), 0, top_cap_height,
125 background_image()->width(), thumb_body_height);
148 gfx::ImageSkia* background_image() const { function in class:views::__anon15078::BitmapScrollBarThumb
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 395 SkBitmap background_image = background_canvas.ExtractBitmap(); local
429 hover_canvas.ExtractBitmap(), background_image);
432 canvas->DrawBitmapInt(background_image, 0, 0);

Completed in 676 milliseconds