Searched defs:style_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_frame_view.h65 BubbleWindow::Style style_; member in class:chromeos::BubbleFrameView
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_html_dialog.h81 Style style_; member in class:chromeos::LoginHtmlDialog
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc79 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) {

Completed in 98 milliseconds