Searched refs:col_resource_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/base/l10n/
H A Dl10n_font_util.cc15 int GetLocalizedContentsWidthForFont(int col_resource_id, argument
18 base::StringToDouble(l10n_util::GetStringUTF8(col_resource_id), &chars);
33 gfx::Size GetLocalizedContentsSizeForFont(int col_resource_id, argument
36 return gfx::Size(GetLocalizedContentsWidthForFont(col_resource_id, font),
H A Dl10n_font_util.h19 // localized string resource identified by |col_resource_id|, the height in the
21 UI_BASE_EXPORT int GetLocalizedContentsWidthForFont(int col_resource_id,
25 UI_BASE_EXPORT gfx::Size GetLocalizedContentsSizeForFont(int col_resource_id,
/external/chromium_org/ui/views/widget/
H A Dwidget.h332 // resource identified by |col_resource_id|, the height in the same fashion.
335 static int GetLocalizedContentsWidth(int col_resource_id);
337 static gfx::Size GetLocalizedContentsSize(int col_resource_id,
H A Dwidget.cc287 int Widget::GetLocalizedContentsWidth(int col_resource_id) { argument
288 return ui::GetLocalizedContentsWidthForFont(col_resource_id,
299 gfx::Size Widget::GetLocalizedContentsSize(int col_resource_id, argument
301 return gfx::Size(GetLocalizedContentsWidth(col_resource_id),

Completed in 477 milliseconds