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

  /external/chromium_org/ui/views/controls/button/
label_button_border.h 24 Button::ButtonStyle style() const { return style_; }
42 Button::ButtonStyle style_; member in class:views::LabelButtonBorder
label_button.h 62 ButtonStyle style() const { return style_; }
129 ButtonStyle style_; member in class:views::LabelButton
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h 65 BubbleWindow::Style style_; member in class:chromeos::BubbleFrameView
  /external/chromium_org/ui/gfx/
platform_font_ios.h 45 int style_; member in class:gfx::PlatformFontIOS
platform_font_mac.h 46 int style_; member in class:gfx::PlatformFontMac
platform_font_pango.h 89 int style_; member in class:gfx::PlatformFontPango
platform_font_win.h 95 int style() const { return style_; }
113 const int style_; member in class:gfx::PlatformFontWin::HFontRef
render_text.h 96 bool style(TextStyle s) const { return style_[s]->second; }
109 std::vector<BreakList<bool>::const_iterator> style_; member in class:gfx::internal::StyleIterator
  /external/chromium_org/ui/views/corewm/
shadow.h 51 Style style() const { return style_; }
63 // Updates the |image_grid_| images to the current |style_|.
71 Style style_; member in class:views::corewm::Shadow
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h 81 Style style_; member in class:chromeos::LoginHtmlDialog
  /external/chromium_org/chrome/browser/chromeos/login/
login_web_dialog.h 89 Style style_; member in class:chromeos::LoginWebDialog
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 123 // Accessor for |style_|.
124 StyleFlags style() const { return style_; }
301 StyleFlags style_; member in class:views::Textfield
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 79 style_(STYLE_STANDARD),
122 BubbleStyle GetStyle() const { return style_; }
157 BubbleStyle style_; member in class:StatusBubbleViews::StatusView
332 if (style_ != style) {
333 style_ = style;
355 if (style_ == STYLE_BOTTOM) {
364 if (base::i18n::IsRTL() != (style_ == STYLE_STANDARD_RIGHT)) {
387 if (style_ == STYLE_STANDARD || style_ == STYLE_STANDARD_RIGHT) {
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 85 style_(STYLE_STANDARD),
130 BubbleStyle GetStyle() const { return style_; }
165 BubbleStyle style_; member in class:StatusBubbleViews::StatusView
341 if (style_ != style) {
342 style_ = style;
364 if (style_ == STYLE_BOTTOM) {
373 if (base::i18n::IsRTL() != (style_ == STYLE_STANDARD_RIGHT)) {
396 if (style_ == STYLE_STANDARD || style_ == STYLE_STANDARD_RIGHT) {

Completed in 472 milliseconds