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

  /external/chromium_org/ui/gfx/
font_list.cc 81 font_style_(-1),
97 font_style_(-1),
111 font_style_(font_style),
121 font_style_(-1),
124 font_style_ = fonts[0].GetStyle();
128 DCHECK_EQ(fonts[i].GetStyle(), font_style_);
137 font_style_(-1),
226 if (font_style_ == -1)
228 return font_style_;
258 &font_style_, &font_size_)
    [all...]
platform_font_mac.h 52 int font_style_; member in class:gfx::PlatformFontMac
font_list.h 128 // Extracts font style and size into |font_style_| and |font_size_|.
149 mutable int font_style_; member in class:gfx::FontList

Completed in 1177 milliseconds