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

  /external/chromium_org/ui/views/controls/button/
label_button_border.h 24 Button::ButtonStyle style() const { return style_; }
43 Button::ButtonStyle style_; member in class:views::LabelButtonBorder
label_button.h 80 ButtonStyle style() const { return style_; }
175 ButtonStyle style_; member in class:views::LabelButton
  /external/chromium_org/ui/gfx/
platform_font_ios.h 45 int style_; member in class:gfx::PlatformFontIOS
platform_font_pango.h 100 int style_; member in class:gfx::PlatformFontPango
platform_font_win.h 97 int style() const { return style_; }
116 const int style_; member in class:gfx::PlatformFontWin::HFontRef
render_text.h 128 bool style(TextStyle s) const { return style_[s]->second; }
141 std::vector<BreakList<bool>::const_iterator> style_; member in class:gfx::internal::StyleIterator
  /external/chromium_org/ui/wm/core/
shadow.h 50 Style style() const { return style_; }
62 // Updates the |image_grid_| images to the current |style_|.
70 Style style_; member in class:wm::Shadow
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_web_dialog.h 101 Style style_; member in class:chromeos::LoginWebDialog
  /external/chromium_org/pdf/
button.h 60 ButtonStyle style_; member in class:chrome_pdf::Button
  /external/chromium_org/ui/views/controls/combobox/
combobox.h 172 Style style_; member in class:views::Combobox
206 // The painters or images that are used when |style_| is STYLE_BUTTONS. The
215 // button states. These are not rendered but when |style_| is
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 135 BubbleStyle style() const { return style_; }
173 BubbleStyle style_; member in class:StatusBubbleViews::StatusView
194 style_(STYLE_STANDARD),
337 if (style_ != style) {
338 style_ = style;
369 if (style_ == STYLE_BOTTOM) {
378 if (base::i18n::IsRTL() != (style_ == STYLE_STANDARD_RIGHT)) {
401 if (style_ == STYLE_STANDARD || style_ == STYLE_STANDARD_RIGHT) {

Completed in 478 milliseconds