HomeSort by relevance Sort by last modified time
    Searched refs:AdjustUIFont (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/base/l10n/
l10n_util_win.h 50 UI_EXPORT void AdjustUIFont(LOGFONT* logfont);
l10n_util_win_unittest.cc 21 l10n_util::AdjustUIFont(&lf);
l10n_util_win.cc 153 void AdjustUIFont(LOGFONT* logfont) {
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 70 void AdjustUIFont(LOGFONT* logfont) {
71 l10n_util::AdjustUIFont(logfont);
171 gfx::PlatformFontWin::adjust_font_callback = &AdjustUIFont;
  /external/chromium_org/ui/views/controls/menu/
menu_config_win.cc 42 l10n_util::AdjustUIFont(&(metrics.lfMenuFont));
  /external/chromium/chrome/browser/
browser_main.cc     [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 90 l10n_util::AdjustUIFont(&(ncm.lfCaptionFont));
    [all...]
native_widget_win.cc 106 l10n_util::AdjustUIFont(&(ncm.lfCaptionFont));

Completed in 278 milliseconds