Home
last modified time | relevance | path

Searched refs:badge (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/options/
Dcertificate_tree.js60 var badge = document.createElement('span');
61 badge.classList.add('cert-untrusted');
62 badge.textContent = loadTimeData.getString('badgeCertUntrusted');
64 badge, treeItem.labelElement.firstChild);
Dreset_profile_settings_banner.css48 #reset-profile-settings-banner .content-area .badge {
Doptions_page.css344 /* TODO(stuartmorgan): Replace with validity badge */
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
Dwebstore_result.cc50 const gfx::ImageSkia& badge = *ui::ResourceBundle::GetSharedInstance(). in Draw() local
53 badge, icon_.width() - badge.width(), icon_.height() - badge.height()); in Draw()
/external/chromium_org/chrome/browser/ui/views/
Davatar_menu_bubble_view.cc87 const gfx::ImageSkia& badge);
97 const gfx::ImageSkia& badge);
108 const gfx::ImageSkia& badge) in BadgeImageSource() argument
109 : gfx::CanvasImageSource(ComputeSize(icon, icon_size, badge), false), in BadgeImageSource()
112 badge_(badge) { in BadgeImageSource()
127 const gfx::ImageSkia& badge) { in ComputeSize() argument
129 int width = icon_size.width() + badge.width() * kBadgeOverlapRatioX; in ComputeSize()
131 int height = icon_size.height() + badge.height() * kBadgeOverlapRatioY; in ComputeSize()
389 const gfx::ImageSkia* badge = NULL; in GetBadgedIcon() local
392 badge = rb->GetImageSkiaNamed(IDR_PROFILE_SELECTED); in GetBadgedIcon()
[all …]
/external/chromium_org/chrome/browser/ui/toolbar/
Dwrench_icon_painter.h68 void set_badge(const gfx::ImageSkia& badge) { badge_ = badge; } in set_badge() argument
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu.cc358 const SkBitmap* badge = ethernet_connecting || ethernet_connected ? in InitMenuItems() local
365 NetworkMenu::IconForDisplay(icon, badge), std::string(), in InitMenuItems()
401 const SkBitmap* badge = wifi_networks[i]->encrypted() ? in InitMenuItems() local
413 NetworkMenu::IconForDisplay(icon, badge), in InitMenuItems()
474 const SkBitmap* badge = NetworkMenu::BadgeForNetworkTechnology( in InitMenuItems() local
488 NetworkMenu::IconForDisplay(icon, badge, roaming_badge, in InitMenuItems()
1062 const SkBitmap* badge) { in IconForDisplay() argument
1063 return IconForDisplay(icon, badge, NULL, NULL); in IconForDisplay()
Dnetwork_menu.h249 static SkBitmap IconForDisplay(const SkBitmap* icon, const SkBitmap* badge);
/external/chromium/chrome/browser/ui/views/
Dtoolbar_view.cc707 SkBitmap badge; in GetAppMenuIcon() local
711 badge = *tp->GetBitmapNamed(GetUpgradeRecommendedBadge()); in GetAppMenuIcon()
716 badge = *tp->GetBitmapNamed(IDR_CONFLICT_BADGE); in GetAppMenuIcon()
725 canvas->DrawBitmapInt(badge, icon.width() - badge.width(), kBadgeTopMargin); in GetAppMenuIcon()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_toolbar_gtk.cc630 const SkBitmap* badge = NULL; in OnWrenchMenuButtonExpose() local
632 badge = theme_service_->GetBitmapNamed(IDR_UPDATE_BADGE); in OnWrenchMenuButtonExpose()
640 sender->allocation.width - badge->width(); in OnWrenchMenuButtonExpose()
643 *badge, in OnWrenchMenuButtonExpose()
/external/chromium/chrome/browser/ui/cocoa/
Ddock_icon.mm9 // The fraction of the size of the dock icon that the badge is.
12 // The indentation of the badge.
Dbrowser_window_controller_private.mm53 // Space between the incognito badge and the right edge of the window.
305 // Now lay out incognito badge together with the tab strip.
316 // Actually place the badge *above* |maxY|, by +2 to miss the divider.
Dbrowser_window_controller.mm288 // Puts the incognito badge on the window frame, if necessary.
1618 // Install the image into the badge view and size the view appropriately.
1978 // Move the incognito badge if present.
1986 // badge (if any), so that the tab strip will be on top (in the z-order).
/external/chromium_org/chrome/browser/ui/cocoa/
Ddock_icon.mm17 // The fraction of the size of the dock icon that the badge is.
20 // The indentation of the badge.
Dbrowser_window_controller_private.mm52 // Space between the incognito badge and the right edge of the window.
56 // incognito badge is present.
315 // Lay out the icognito/avatar badge because calculating the indentation on
324 // Actually place the badge *above* |maxY|, by +2 to miss the divider.
565 // Move the incognito badge if present.
574 // badge (if any), so that the tab strip will be on top (in the z-order).
/external/chromium_org/chrome/browser/ui/gtk/
Dbrowser_toolbar_gtk.cc708 const gfx::ImageSkia* badge = theme_service_->GetImageSkiaNamed(resource_id); in OnWrenchMenuButtonExpose() local
710 int x_offset = base::i18n::IsRTL() ? 0 : allocation.width - badge->width(); in OnWrenchMenuButtonExpose()
712 canvas.DrawImageInt(*badge, in OnWrenchMenuButtonExpose()
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_controller.mm549 // No badge - clear the badge if one is already set.
555 NSImage* badge =
560 NSSize badgeSize = [badge size];
565 // Draw badge in the upper right corner of the button.
571 [badge drawAtPoint:overlayPosition
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
Dlist.css122 /* TODO(stuartmorgan): Replace with validity badge */
/external/smack/asmack-master/
DREADME.markdown26 [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/s…
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_actions_container.cc385 gfx::ImageSkia badge(browser_action_views_[i]->GetIconWithBadge()); in WriteDragDataForView() local
386 drag_utils::SetDragImageOnDataObject(badge, button->size(), in WriteDragDataForView()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_icon.cc378 gfx::ImageSkia* badge = in ConnectingVpnBadge() local
383 *badge, in ConnectingVpnBadge()
/external/ceres-solver/docs/source/_themes/armstrong/static/
Drtd.css_t740 .rtd_doc_footer .badge {
746 .rtd_doc_footer .badge.revsys-inline {
/external/chromium_org/chrome/
Dchrome_dll_bundle.gypi48 # This image is used to badge the lock icon in the
/external/chromium_org/native_client_sdk/src/doc/_static/css/
Dlocal_extensions.css352badge{display:block;height:65px;padding-top:10px;position:relative}.team .plus-badge.hide{display:…
/external/chromium/chrome/browser/resources/options/
Doptions_page.css577 /* TODO(stuartmorgan): Replace with validity badge */

12