HomeSort by relevance Sort by last modified time
    Searched refs:icon_size (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/chrome/browser/download/
download_file_icon_extractor.h 29 IconLoader::IconSize icon_size,
  /external/chromium_org/chrome/common/extensions/api/notifications/
notification_style.h 17 gfx::Size icon_size; member in struct:NotificationBitmapSizes
notification_style.cc 19 sizes.icon_size = gfx::Size(message_center::kNotificationIconSize,
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_win.cc 45 int icon_size = GetSystemMetrics(SM_CXICON); local
47 icon_size = GetSystemMetrics(SM_CXSMICON);
49 scoped_ptr<SkBitmap> sized_app_icon_bitmap = GetAppIconForSize(icon_size);
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source.cc 65 IconLoader::IconSize* icon_size) {
68 if (icon_size)
69 *icon_size = IconLoader::NORMAL;
75 if (icon_size && iter->first == kIconSize)
76 *icon_size = SizeStringToIconSize(iter->second);
97 IconLoader::IconSize icon_size,
100 gfx::Image* icon = im->LookupIconFromFilepath(path, icon_size);
118 icon_size,
136 IconLoader::IconSize icon_size; local
139 ParseQueryParams(query, &scale_factor, &icon_size);
    [all...]
fileicon_source.h 37 // Once the |path| and |icon_size| has been determined from the request, this
43 IconLoader::IconSize icon_size,
  /external/chromium_org/chrome/common/
icon_with_badge_image_source.cc 14 const gfx::Size& icon_size,
20 : gfx::CanvasImageSource(icon_size, false),
icon_with_badge_image_source.h 24 const gfx::Size& icon_size,
  /external/chromium_org/chrome/browser/
icon_loader_chromeos.cc 46 // |icon_size|. Defaults to generic icons if there are no icons for the given
48 int Lookup(const std::string& extension, IconLoader::IconSize icon_size);
134 IconLoader::IconSize icon_size) {
135 DCHECK(icon_size == IconLoader::SMALL ||
136 icon_size == IconLoader::NORMAL ||
137 icon_size == IconLoader::LARGE);
142 switch (icon_size) {
  /external/chromium_org/chrome/renderer/extensions/
notifications_native_handler.cc 35 dict->SetInteger("icon.width", bitmap_sizes.icon_size.width());
36 dict->SetInteger("icon.height", bitmap_sizes.icon_size.height());
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.cc 118 gfx::Size icon_size = icon_view_->GetPreferredSize(); local
120 bounds.x() - icon_size.width() - kTextfieldIconPadding :
123 int y = bounds.y() + (bounds.height() - icon_size.height()) / 2;
124 gfx::Rect icon_bounds(x, y, icon_size.width(), icon_size.height());
  /external/chromium_org/ash/shelf/
shelf_button.h 82 void set_icon_size(int icon_size) { icon_size_ = icon_size; }
83 int icon_size() const { return icon_size_; } function in class:ash::ShelfButton::IconView
  /external/chromium_org/chrome/browser/extensions/
app_icon_loader_impl.h 24 AppIconLoaderImpl(Profile* profile, int icon_size,
app_icon_loader_impl.cc 35 int icon_size,
39 icon_size_(icon_size) {
extension_uninstall_dialog.cc 64 const int icon_size = extension_->from_bookmark() local
68 extension_, icon_size, ExtensionIconSet::MATCH_BIGGER);
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
url_icon_source.h 38 int icon_size,
url_icon_source.cc 24 int icon_size,
29 icon_size_(icon_size),
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_result.cc 73 int icon_size = GetPreferredIconDimension(); local
79 icon_size,
81 gfx::Size(icon_size, icon_size));
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter.cc 135 const int icon_size = drive_app_info_.app_icons[i].first; local
136 if (allowed_sizes.find(icon_size) == allowed_sizes.end() ||
137 pending_sizes.find(icon_size) != pending_sizes.end()) {
141 pending_sizes.insert(icon_size);
143 IconFetcher* fetcher = new IconFetcher(this, icon_url, icon_size);
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 43 BadgedIconSource(const gfx::ImageSkia& icon, const gfx::Size& icon_size)
44 : CanvasImageSource(icon_size, false), icon_(icon) {}
206 gfx::Size icon_size(icon_dimension, icon_dimension);
207 icon_ = gfx::ImageSkia(new BadgedIconSource(icon_, icon_size), icon_size);
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 37 const gfx::Size icon_size,
44 icon, skia::ImageOperations::RESIZE_BEST, icon_size));
101 const gfx::Size icon_size = gfx::Size(kGridIconDimension, kGridIconDimension); local
103 new FolderImageSource(top_icons, icon_size),
104 icon_size);
  /external/chromium_org/chrome/browser/first_run/
try_chrome_dialog_view.cc 85 gfx::Size icon_size = icon->GetPreferredSize(); local
106 views::GridLayout::FIXED, icon_size.width(),
107 icon_size.height());
117 columns->AddPaddingColumn(0, icon_size.width());
124 columns->AddPaddingColumn(0, icon_size.width());
131 columns->AddPaddingColumn(0, icon_size.width());
140 columns->AddPaddingColumn(0, icon_size.width());
  /external/chromium_org/ui/gfx/
icon_util.cc 317 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
318 return new SkBitmap(CreateSkBitmapFromHICONHelper(icon, icon_size));
321 HICON IconUtil::CreateCursorFromDIB(const gfx::Size& icon_size,
327 icon_size.width(),
328 icon_size.height(),
344 icon_size.height(),
356 CreateBitmap(icon_size.width(),
357 icon_size.height(),
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc 187 int icon_size = gfx::kFaviconSize; local
202 icon_size,
213 icon_size = browser_action->default_icon.map().begin()->first;
218 icon_size,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.h 30 // chrome://extension-icon/<extension_id>/<icon_size>/<match_type>?[options]
34 // <icon_size> = the size of the icon, as the integer value of the
57 // Gets the URL of the |extension| icon in the given |icon_size|, falling back
63 int icon_size,

Completed in 958 milliseconds

1 2