/external/chromium_org/ui/wm/core/ |
D | shadow.cc | 75 Shadow::Shadow() : style_(STYLE_ACTIVE), interior_inset_(0) { in Shadow() 82 style_ = style; in Init() 92 shadow_layer_->SetOpacity(GetOpacityForStyle(style_)); in Init() 101 if (style_ == style) in SetStyle() 104 Style old_style = style_; in SetStyle() 105 style_ = style; in SetStyle() 133 switch (style_) { in SetStyle() 141 NOTREACHED() << "Unhandled style " << style_; in SetStyle() 150 if (style_ == STYLE_INACTIVE) { in OnImplicitAnimationsCompleted() 160 switch (style_) { in UpdateImagesForStyle() [all …]
|
D | shadow.h | 48 Style style() const { return style_; } in style() 68 Style style_; variable
|
/external/chromium_org/ui/views/controls/combobox/ |
D | combobox.cc | 232 style_(STYLE_NORMAL), in Combobox() 285 if (style_ == style) in SetStyle() 288 style_ = style; in SetStyle() 289 if (style_ == STYLE_ACTION) in SetStyle() 304 if (style_ == STYLE_ACTION) in SetSelectedIndex() 312 if (style_ == STYLE_ACTION) in SelectValue() 351 switch (style_) { in Layout() 483 if (style_ == STYLE_ACTION) { in OnKeyPressed() 494 if (style_ != STYLE_ACTION) in OnKeyPressed() 507 style_ != STYLE_ACTION) { in OnKeyPressed() [all …]
|
D | combobox.h | 172 Style style_; variable
|
/external/chromium_org/pdf/ |
D | button.cc | 14 : style_(BUTTON_CLICKABLE), state_(BUTTON_NORMAL), is_pressed_(false) { in Button() 36 style_ = style; in CreateButton() 130 if (style_ == BUTTON_STATE) { in SetPressedState() 148 if (style_ == BUTTON_STATE && !force) { in ChangeState() 164 switch (style_) { in OnButtonClicked()
|
D | button.h | 60 ButtonStyle style_; variable
|
/external/chromium_org/ui/gfx/ |
D | platform_font_pango.cc | 158 (style == style_) ? typeface_ : CreateSkTypeface(style, &new_family); in DeriveFont() 187 return style_; in GetStyle() 262 style_ = style; in InitFromDetails() 281 style_ = other->style_; in InitFromPlatformFont() 295 paint->setFakeBoldText((gfx::Font::BOLD & style_) && !typeface_->isBold()); in PaintSetup() 296 paint->setTextSkewX((gfx::Font::ITALIC & style_) && !typeface_->isItalic() ? in PaintSetup()
|
D | platform_font_ios.mm | 25 style_ = gfx::Font::NORMAL; 67 return style_; 107 style_ = style;
|
D | platform_font_win.h | 98 int style() const { return style_; } in style() 117 const int style_; variable
|
D | platform_font_ios.h | 46 int style_; variable
|
D | platform_font_pango.h | 96 int style_; variable
|
D | render_text.h | 121 bool style(TextStyle s) const { return style_[s]->second; } in style() 134 std::vector<BreakList<bool>::const_iterator> style_; variable
|
D | platform_font_win.cc | 331 style_(style), in HFontRef()
|
D | render_text.cc | 347 style_.push_back(styles_[i].breaks().begin()); in StyleIterator() 355 range = range.Intersect(styles_[i].GetRange(style_[i])); in GetRange() 362 style_[i] = styles_[i].GetBreak(position); in UpdatePosition()
|
/external/chromium_org/ui/views/controls/button/ |
D | label_button_border.h | 24 Button::ButtonStyle style() const { return style_; } in style() 43 Button::ButtonStyle style_; variable
|
D | label_button.cc | 71 style_(STYLE_TEXTBUTTON), in LabelButton() 86 SetStyle(style_); in LabelButton() 149 style_ == STYLE_BUTTON && is_default_ ? in SetFontList() 184 if (style_ == STYLE_BUTTON) { in SetIsDefault() 191 style_ = style; in SetStyle() 338 return scoped_ptr<LabelButtonBorder>(new LabelButtonBorder(style_)); in CreateDefaultBorder()
|
D | label_button.h | 77 ButtonStyle style() const { return style_; } in style() 186 ButtonStyle style_; variable
|
D | label_button_border.cc | 53 : style_(style) { in LabelButtonBorder()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 134 BubbleStyle style() const { return style_; } in style() 172 BubbleStyle style_; member in StatusBubbleViews::StatusView 193 style_(STYLE_STANDARD), in StatusView() 336 if (style_ != style) { in SetStyle() 337 style_ = style; in SetStyle() 367 if (style_ != STYLE_BOTTOM) { in OnPaint() 368 if (base::i18n::IsRTL() != (style_ == STYLE_STANDARD_RIGHT)) { in OnPaint() 383 if (style_ != STYLE_STANDARD && style_ != STYLE_STANDARD_RIGHT) { in OnPaint()
|
/external/freetype/src/autofit/ |
D | aftypes.h | 610 style_, \ argument 618 ac->style = style_; \
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
D | login_web_dialog.h | 101 Style style_; variable
|
D | login_web_dialog.cc | 59 style_(style), in LoginWebDialog()
|