OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:badge
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc
40
// BadgedImageSource adds a webstore
badge
to a webstore app icon.
48
const gfx::ImageSkia&
badge
= *ui::ResourceBundle::GetSharedInstance().
variable
51
badge
, icon_.width() -
badge
.width(), icon_.height() -
badge
.height());
/external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc
86
const gfx::ImageSkia&
badge
);
96
const gfx::ImageSkia&
badge
);
107
const gfx::ImageSkia&
badge
)
108
: gfx::CanvasImageSource(ComputeSize(icon, icon_size,
badge
), false),
111
badge_(
badge
) {
126
const gfx::ImageSkia&
badge
) {
128
int width = icon_size.width() +
badge
.width() * kBadgeOverlapRatioX;
130
int height = icon_size.height() +
badge
.height() * kBadgeOverlapRatioY;
381
const gfx::ImageSkia*
badge
= NULL;
local
384
badge
= rb->GetImageSkiaNamed(IDR_PROFILE_SELECTED)
[
all
...]
/external/chromium_org/ui/chromeos/network/
network_icon.cc
82
// Updates the VPN
badge
. Returns true if changed.
103
// Cached technology
badge
for the network when the icon was last generated.
106
// Cached vpn
badge
for the network when the icon was last generated.
418
gfx::ImageSkia*
badge
=
local
423
*
badge
,
689
// For networks that are always in roaming don't show roaming
badge
.
708
gfx::ImageSkia*
badge
= rb.GetImageSkiaNamed(
local
712
badges->bottom_right =
badge
;
[
all
...]
Completed in 434 milliseconds