Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/l10n/
Dl10n_font_util.cc15 int GetLocalizedContentsWidthForFont(int col_resource_id, in GetLocalizedContentsWidthForFont() argument
18 base::StringToDouble(l10n_util::GetStringUTF8(col_resource_id), &chars); in GetLocalizedContentsWidthForFont()
33 gfx::Size GetLocalizedContentsSizeForFont(int col_resource_id, in GetLocalizedContentsSizeForFont() argument
36 return gfx::Size(GetLocalizedContentsWidthForFont(col_resource_id, font), in GetLocalizedContentsSizeForFont()
Dl10n_font_util.h21 UI_EXPORT int GetLocalizedContentsWidthForFont(int col_resource_id,
25 UI_EXPORT gfx::Size GetLocalizedContentsSizeForFont(int col_resource_id,
/external/chromium_org/ui/views/widget/
Dwidget.h321 static int GetLocalizedContentsWidth(int col_resource_id);
323 static gfx::Size GetLocalizedContentsSize(int col_resource_id,
Dwidget.cc318 int Widget::GetLocalizedContentsWidth(int col_resource_id) { in GetLocalizedContentsWidth() argument
319 return ui::GetLocalizedContentsWidthForFont(col_resource_id, in GetLocalizedContentsWidth()
330 gfx::Size Widget::GetLocalizedContentsSize(int col_resource_id, in GetLocalizedContentsSize() argument
332 return gfx::Size(GetLocalizedContentsWidth(col_resource_id), in GetLocalizedContentsSize()