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

/external/chromium_org/ui/base/l10n/
H A Dl10n_font_util.cc24 int GetLocalizedContentsHeightForFont(int row_resource_id, argument
27 base::StringToDouble(l10n_util::GetStringUTF8(row_resource_id), &lines);
34 int row_resource_id,
37 GetLocalizedContentsHeightForFont(row_resource_id, font));
33 GetLocalizedContentsSizeForFont(int col_resource_id, int row_resource_id, const gfx::Font& font) argument
H A Dl10n_font_util.h23 UI_BASE_EXPORT int GetLocalizedContentsHeightForFont(int row_resource_id,
26 int row_resource_id,
/external/chromium_org/ui/views/widget/
H A Dwidget.h336 static int GetLocalizedContentsHeight(int row_resource_id);
338 int row_resource_id);
H A Dwidget.cc293 int Widget::GetLocalizedContentsHeight(int row_resource_id) { argument
294 return ui::GetLocalizedContentsHeightForFont(row_resource_id,
300 int row_resource_id) {
302 GetLocalizedContentsHeight(row_resource_id));
299 GetLocalizedContentsSize(int col_resource_id, int row_resource_id) argument

Completed in 201 milliseconds