OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icon_height
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/shelf/
shelf_button.cc
379
int
icon_height
= std::min(kIconSize,
local
394
if (y_offset +
icon_height
+ kBarSize > button_bounds.height())
395
icon_height
= button_bounds.height() - (y_offset + kBarSize);
397
y_offset = std::max(0, button_bounds.height() -
icon_height
) / 2;
406
icon_height
));
412
DCHECK_LE(
icon_height
, kIconSize);
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
146
int
icon_height
,
151
canvas->ClipRect(gfx::Rect(dst_x, dst_y, icon_width,
icon_height
));
153
image_offset, 0, icon_width,
icon_height
,
154
dst_x, dst_y, icon_width,
icon_height
,
164
int
icon_height
,
170
int dst_y = bounds.y() - (
icon_height
- bounds.height()) / 2;
172
icon_height
, filter, paint);
[
all
...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc
804
static int
icon_height
= 0;
local
807
icon_height
= ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
810
return
icon_height
;
[
all
...]
Completed in 70 milliseconds