/external/chromium_org/ui/views/corewm/ |
D | shadow.cc | 56 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 …]
|
D | shadow.h | 51 Style style() const { return style_; } in style() 71 Style style_; variable
|
/external/chromium_org/ash/wm/caption_buttons/ |
D | frame_caption_button.cc | 28 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()
|
D | frame_caption_button.h | 79 Style style_; variable
|
/external/chromium_org/ui/gfx/ |
D | platform_font_pango.cc | 110 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()
|
D | platform_font_ios.mm | 21 style_ = gfx::Font::NORMAL; 72 return style_; 106 style_ = style;
|
D | platform_font_win.h | 99 int style() const { return style_; } in style() 118 const int style_; variable
|
D | platform_font_ios.h | 47 int style_; variable
|
D | platform_font_pango.h | 102 int style_; variable
|
D | render_text.h | 97 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/ |
D | combobox.cc | 241 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 …]
|
D | combobox.h | 159 Style style_; variable
|
/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.h | 71 ButtonStyle style() const { return style_; } in style() 148 ButtonStyle style_; variable
|
D | label_button.cc | 48 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/ |
D | textfield.cc | 61 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()
|
D | textfield.h | 125 StyleFlags style() const { return style_; } in style() 294 StyleFlags style_; variable
|
/external/chromium/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 79 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/ |
D | status_bubble_views.cc | 89 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/ |
D | login_html_dialog.cc | 54 style_(style), in LoginHtmlDialog() 70 if (style_ & STYLE_BUBBLE) { in Show()
|
D | login_html_dialog.h | 81 Style style_; variable
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | bubble_frame_view.cc | 45 style_(style), in BubbleFrameView() 59 if (style_ & BubbleWindow::STYLE_XBAR) { in BubbleFrameView() 71 if (style_ & BubbleWindow::STYLE_THROBBER) { in BubbleFrameView()
|
D | bubble_frame_view.h | 65 BubbleWindow::Style style_; variable
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | login_web_dialog.h | 90 Style style_; variable
|
D | login_web_dialog.cc | 51 style_(style), in LoginWebDialog()
|