Searched refs:style_ (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dshadow.cc75 Shadow::Shadow() : style_(STYLE_ACTIVE), interior_inset_(0) {
82 style_ = style;
92 shadow_layer_->SetOpacity(GetOpacityForStyle(style_));
101 if (style_ == style)
104 Style old_style = style_;
105 style_ = style;
133 switch (style_) {
141 NOTREACHED() << "Unhandled style " << style_;
150 if (style_ == STYLE_INACTIVE) {
160 switch (style_) {
[all...]
H A Dshadow.h48 Style style() const { return style_; }
60 // Updates the shadow images to the current |style_|.
68 Style style_; member in class:wm::Shadow
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button_border.h24 Button::ButtonStyle style() const { return style_; }
43 Button::ButtonStyle style_; member in class:views::LabelButtonBorder
H A Dlabel_button.h77 ButtonStyle style() const { return style_; }
186 ButtonStyle style_; member in class:views::LabelButton
H A Dlabel_button.cc71 style_(STYLE_TEXTBUTTON),
86 SetStyle(style_);
149 style_ == STYLE_BUTTON && is_default_ ?
184 if (style_ == STYLE_BUTTON) {
191 style_ = style;
338 return scoped_ptr<LabelButtonBorder>(new LabelButtonBorder(style_));
H A Dlabel_button_border.cc53 : style_(style) {
/external/chromium_org/pdf/
H A Dbutton.cc14 : style_(BUTTON_CLICKABLE), state_(BUTTON_NORMAL), is_pressed_(false) {
36 style_ = style;
130 if (style_ == BUTTON_STATE) {
148 if (style_ == BUTTON_STATE && !force) {
164 switch (style_) {
H A Dbutton.h60 ButtonStyle style_; member in class:chrome_pdf::Button
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc232 style_(STYLE_NORMAL),
285 if (style_ == style)
288 style_ = style;
289 if (style_ == STYLE_ACTION)
304 if (style_ == STYLE_ACTION)
312 if (style_ == STYLE_ACTION)
351 switch (style_) {
483 if (style_ == STYLE_ACTION) {
494 if (style_ != STYLE_ACTION)
507 style_ !
[all...]
H A Dcombobox.h172 Style style_; member in class:views::Combobox
209 // The painters or images that are used when |style_| is STYLE_BUTTONS. The
218 // button states. These are not rendered but when |style_| is
/external/chromium_org/ui/gfx/
H A Dplatform_font_pango.cc158 (style == style_) ? typeface_ : CreateSkTypeface(style, &new_family);
187 return style_;
262 style_ = style;
281 style_ = other->style_;
295 paint->setFakeBoldText((gfx::Font::BOLD & style_) && !typeface_->isBold());
296 paint->setTextSkewX((gfx::Font::ITALIC & style_) && !typeface_->isItalic() ?
H A Dplatform_font_win.h98 int style() const { return style_; }
117 const int style_; member in class:gfx::PlatformFontWin::HFontRef
H A Dplatform_font_ios.h46 int style_; member in class:gfx::PlatformFontIOS
H A Dplatform_font_pango.h96 int style_; member in class:gfx::PlatformFontPango
H A Drender_text.h121 bool style(TextStyle s) const { return style_[s]->second; }
134 std::vector<BreakList<bool>::const_iterator> style_; member in class:gfx::internal::StyleIterator
H A Dplatform_font_win.cc331 style_(style),
H A Drender_text.cc347 style_.push_back(styles_[i].breaks().begin());
355 range = range.Intersect(styles_[i].GetRange(style_[i]));
362 style_[i] = styles_[i].GetBreak(position);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_web_dialog.cc59 style_(style),
H A Dlogin_web_dialog.h101 Style style_; member in class:chromeos::LoginWebDialog
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc134 BubbleStyle style() const { return style_; }
172 BubbleStyle style_; member in class:StatusBubbleViews::StatusView
193 style_(STYLE_STANDARD),
336 if (style_ != style) {
337 style_ = style;
367 if (style_ != STYLE_BOTTOM) {
368 if (base::i18n::IsRTL() != (style_ == STYLE_STANDARD_RIGHT)) {
383 if (style_ != STYLE_STANDARD && style_ != STYLE_STANDARD_RIGHT) {
/external/freetype/src/autofit/
H A Daftypes.h610 style_, \
618 ac->style = style_; \

Completed in 502 milliseconds