HomeSort by relevance Sort by last modified time
    Searched defs:GetStyle (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/gfx/
font.cc 42 return DeriveFont(size_delta, GetStyle());
69 int Font::GetStyle() const {
70 return platform_font_->GetStyle();
platform_font_pango.cc 211 int PlatformFontPango::GetStyle() const {
233 switch (GetStyle()) {
platform_font_win.cc 93 if (GetHeight() == height && GetStyle() == style)
158 int PlatformFontWin::GetStyle() const {
render_text.cc 584 bool RenderText::GetStyle(TextStyle style) const {
    [all...]
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 122 BubbleStyle GetStyle() const { return style_; }
764 (view_->GetStyle() == StatusView::STYLE_FLOATING ||
765 view_->GetStyle() == StatusView::STYLE_BOTTOM))) {
783 view_->GetStyle() == StatusView::STYLE_STANDARD_RIGHT) {
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 130 BubbleStyle GetStyle() const { return style_; }
781 (view_->GetStyle() == StatusView::STYLE_FLOATING ||
782 view_->GetStyle() == StatusView::STYLE_BOTTOM))) {
800 view_->GetStyle() == StatusView::STYLE_STANDARD_RIGHT) {

Completed in 125 milliseconds