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

  /external/chromium_org/ash/wm/panels/
panel_frame_view.cc 34 title_font_(gfx::Font(views::NativeWidgetAura::GetWindowTitleFont())) {
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.cc 281 new gfx::Font(views::WindowWin::GetWindowTitleFont());
  /external/chromium_org/ash/wm/
custom_frame_view_ash.cc 31 title_font = new gfx::Font(views::NativeWidgetAura::GetWindowTitleFont());
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 47 static gfx::Font GetWindowTitleFont();
native_widget_win.h 57 static gfx::Font GetWindowTitleFont();
native_widget_aura.cc 86 gfx::Font NativeWidgetAura::GetWindowTitleFont() {
    [all...]
native_widget_win.cc 103 gfx::Font NativeWidgetWin::GetWindowTitleFont() {
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 79 title_font = new gfx::Font(NativeWidgetAura::GetWindowTitleFont());
81 title_font = new gfx::Font(NativeWidgetWin::GetWindowTitleFont());
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_win.cc 514 new gfx::Font(views::NativeWidgetWin::GetWindowTitleFont());
  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 561 title_font_ = new gfx::Font(views::WindowWin::GetWindowTitleFont());
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views.cc 606 title_font_ = new gfx::Font(views::NativeWidgetWin::GetWindowTitleFont());

Completed in 74 milliseconds