Home
last modified time | relevance | path

Searched refs:style_ (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/ui/views/corewm/
Dshadow.cc56 Shadow::Shadow() : style_(STYLE_ACTIVE), interior_inset_(0) { in Shadow()
63 style_ = style; in Init()
67 image_grid_->layer()->SetOpacity(GetOpacityForStyle(style_)); in Init()
80 if (style_ == style) in SetStyle()
83 Style old_style = style_; in SetStyle()
84 style_ = style; in SetStyle()
112 switch (style_) { in SetStyle()
120 NOTREACHED() << "Unhandled style " << style_; in SetStyle()
129 if (style_ == STYLE_INACTIVE) { in OnImplicitAnimationsCompleted()
138 switch (style_) { in UpdateImagesForStyle()
[all …]
Dshadow.h51 Style style() const { return style_; } in style()
71 Style style_; variable
/external/chromium_org/ash/wm/caption_buttons/
Dframe_caption_button.cc28 style_(STYLE_SHORT_RESTORED), in FrameCaptionButton()
61 if (style_ == style) in SetStyle()
64 style_ = style; in SetStyle()
130 if (style_ == STYLE_SHORT_MAXIMIZED_OR_FULLSCREEN) { in UpdateImages()
134 } else if (style_ == STYLE_SHORT_RESTORED) { in UpdateImages()
145 if (style_ == STYLE_SHORT_MAXIMIZED_OR_FULLSCREEN) { in UpdateImages()
149 } else if (style_ == STYLE_SHORT_RESTORED) { in UpdateImages()
Dframe_caption_button.h79 Style style_; variable
/external/chromium_org/ui/gfx/
Dplatform_font_pango.cc110 style_ = style; in PlatformFontPango()
152 if (style == style_) { in DeriveFont()
157 style_)); in DeriveFont()
212 return style_; in GetStyle()
330 style_ = style; in InitWithTypefaceNameSizeAndStyle()
349 style_ = other->style_; in InitFromPlatformFont()
363 paint->setFakeBoldText((gfx::Font::BOLD & style_) && !typeface_->isBold()); in PaintSetup()
364 paint->setTextSkewX((gfx::Font::ITALIC & style_) && !typeface_->isItalic() ? in PaintSetup()
Dplatform_font_ios.mm21 style_ = gfx::Font::NORMAL;
72 return style_;
106 style_ = style;
Dplatform_font_win.h99 int style() const { return style_; } in style()
118 const int style_; variable
Dplatform_font_ios.h47 int style_; variable
Dplatform_font_pango.h102 int style_; variable
Drender_text.h97 bool style(TextStyle s) const { return style_[s]->second; } in style()
110 std::vector<BreakList<bool>::const_iterator> style_; variable
/external/chromium_org/ui/views/controls/combobox/
Dcombobox.cc241 style_(STYLE_SHOW_DROP_DOWN_ON_CLICK), in Combobox()
294 if (style_ == style) in SetStyle()
297 style_ = style; in SetStyle()
352 switch (style_) { in Layout()
478 if (style_ == STYLE_NOTIFY_ON_CLICK) { in OnKeyPressed()
489 if (style_ != STYLE_NOTIFY_ON_CLICK) in OnKeyPressed()
511 if (style_ != STYLE_NOTIFY_ON_CLICK) in OnKeyReleased()
521 switch (style_) { in OnPaint()
615 if (style_ == STYLE_NOTIFY_ON_CLICK) in UpdateBorder()
673 DCHECK(style_ == STYLE_NOTIFY_ON_CLICK); in PaintButtons()
[all …]
Dcombobox.h159 Style style_; variable
/external/chromium_org/ui/views/controls/button/
Dlabel_button_border.h24 Button::ButtonStyle style() const { return style_; } in style()
43 Button::ButtonStyle style_; variable
Dlabel_button.h71 ButtonStyle style() const { return style_; } in style()
148 ButtonStyle style_; variable
Dlabel_button.cc48 style_(STYLE_TEXTBUTTON) { in LabelButton()
60 SetStyle(style_); in LabelButton()
133 if (style_ == STYLE_BUTTON) { in SetIsDefault()
146 style_ = style; in SetStyle()
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc61 style_(STYLE_DEFAULT), in Textfield()
89 style_(style), in Textfield()
138 return style_ & STYLE_OBSCURED; in IsObscured()
143 style_ = static_cast<StyleFlags>(style_ | STYLE_OBSCURED); in SetObscured()
146 style_ = static_cast<StyleFlags>(style_ & ~STYLE_OBSCURED); in SetObscured()
Dtextfield.h125 StyleFlags style() const { return style_; } in style()
294 StyleFlags style_; variable
/external/chromium/chrome/browser/ui/views/
Dstatus_bubble_views.cc79 style_(STYLE_STANDARD), in StatusView()
122 BubbleStyle GetStyle() const { return style_; } in GetStyle()
157 BubbleStyle style_; member in StatusBubbleViews::StatusView
332 if (style_ != style) { in SetStyle()
333 style_ = style; in SetStyle()
355 if (style_ == STYLE_BOTTOM) { in OnPaint()
364 if (base::i18n::IsRTL() != (style_ == STYLE_STANDARD_RIGHT)) { in OnPaint()
387 if (style_ == STYLE_STANDARD || style_ == STYLE_STANDARD_RIGHT) { in OnPaint()
/external/chromium_org/chrome/browser/ui/views/
Dstatus_bubble_views.cc89 style_(STYLE_STANDARD), in StatusView()
134 BubbleStyle GetStyle() const { return style_; } in GetStyle()
169 BubbleStyle style_; member in StatusBubbleViews::StatusView
346 if (style_ != style) { in SetStyle()
347 style_ = style; in SetStyle()
369 if (style_ == STYLE_BOTTOM) { in OnPaint()
378 if (base::i18n::IsRTL() != (style_ == STYLE_STANDARD_RIGHT)) { in OnPaint()
401 if (style_ == STYLE_STANDARD || style_ == STYLE_STANDARD_RIGHT) { in OnPaint()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_html_dialog.cc54 style_(style), in LoginHtmlDialog()
70 if (style_ & STYLE_BUBBLE) { in Show()
Dlogin_html_dialog.h81 Style style_; variable
/external/chromium/chrome/browser/chromeos/frame/
Dbubble_frame_view.cc45 style_(style), in BubbleFrameView()
59 if (style_ & BubbleWindow::STYLE_XBAR) { in BubbleFrameView()
71 if (style_ & BubbleWindow::STYLE_THROBBER) { in BubbleFrameView()
Dbubble_frame_view.h65 BubbleWindow::Style style_; variable
/external/chromium_org/chrome/browser/chromeos/login/
Dlogin_web_dialog.h90 Style style_; variable
Dlogin_web_dialog.cc51 style_(style), in LoginWebDialog()

12