Searched refs:AdjustUIFont (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/base/l10n/
H A Dl10n_util_win.h50 UI_EXPORT void AdjustUIFont(LOGFONT* logfont);
H A Dl10n_util_win_unittest.cc21 l10n_util::AdjustUIFont(&lf);
H A Dl10n_util_win.cc153 void AdjustUIFont(LOGFONT* logfont) { function in namespace:l10n_util
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc70 void AdjustUIFont(LOGFONT* logfont) { function in namespace:__anon4306
71 l10n_util::AdjustUIFont(logfont);
171 gfx::PlatformFontWin::adjust_font_callback = &AdjustUIFont;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config_win.cc42 l10n_util::AdjustUIFont(&(metrics.lfMenuFont));
/external/chromium/chrome/browser/
H A Dbrowser_main.cc860 void AdjustUIFont(LOGFONT* logfont) { function in namespace:__anon1938
861 l10n_util::AdjustUIFont(logfont);
979 gfx::PlatformFontWin::adjust_font_callback = &AdjustUIFont;
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc90 l10n_util::AdjustUIFont(&(ncm.lfCaptionFont));
H A Dnative_widget_win.cc106 l10n_util::AdjustUIFont(&(ncm.lfCaptionFont));

Completed in 834 milliseconds