Home
last modified time | relevance | path

Searched refs:SetStyle (Results 1 – 25 of 72) sorted by relevance

123

/external/chromium_org/ash/shell/
Dwindow_type_launcher.cc60 open_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in ModalWindow()
231 create_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
232 panel_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
233 create_nonresizable_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
234 bubble_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
235 lock_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
236 widgets_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
237 system_modal_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
238 window_modal_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
239 child_modal_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WindowTypeLauncher()
[all …]
Dwidgets.cc72 button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WidgetsWindow()
75 disabled_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in WidgetsWindow()
/external/chromium_org/chrome/browser/ui/views/accessibility/
Daccessibility_event_router_views_unittest.cc211 button1->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in TEST_F()
215 button2->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in TEST_F()
219 button3->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in TEST_F()
268 button->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in TEST_F()
300 button->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in TEST_F()
401 button->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in TEST_F()
/external/chromium/chrome/browser/ui/views/
Dstatus_bubble_views.cc120 void SetStyle(BubbleStyle style);
331 void StatusBubbleViews::StatusView::SetStyle(BubbleStyle style) { in SetStyle() function in StatusBubbleViews::StatusView
748 view_->SetStyle(StatusView::STYLE_BOTTOM); in AvoidMouse()
750 view_->SetStyle(StatusView::STYLE_FLOATING); in AvoidMouse()
752 view_->SetStyle(StatusView::STYLE_STANDARD); in AvoidMouse()
768 view_->SetStyle(StatusView::STYLE_STANDARD_RIGHT); in AvoidMouse()
785 view_->SetStyle(StatusView::STYLE_STANDARD); in AvoidMouse()
/external/chromium_org/ash/wm/caption_buttons/
Dframe_caption_button_container_view.cc141 minimize_button_->SetStyle(style); in Layout()
142 size_button_->SetStyle(style); in Layout()
143 close_button_->SetStyle(style); in Layout()
Dframe_caption_button.h50 void SetStyle(Style style);
/external/chromium_org/chrome/browser/ui/views/
Dstatus_bubble_views.cc132 void SetStyle(BubbleStyle style);
345 void StatusBubbleViews::StatusView::SetStyle(BubbleStyle style) { in SetStyle() function in StatusBubbleViews::StatusView
768 view_->SetStyle(StatusView::STYLE_BOTTOM); in AvoidMouse()
770 view_->SetStyle(StatusView::STYLE_FLOATING); in AvoidMouse()
772 view_->SetStyle(StatusView::STYLE_STANDARD); in AvoidMouse()
788 view_->SetStyle(StatusView::STYLE_STANDARD_RIGHT); in AvoidMouse()
805 view_->SetStyle(StatusView::STYLE_STANDARD); in AvoidMouse()
Doutdated_upgrade_bubble_view.cc99 reinstall_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
105 later_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
Dconflicting_module_view_win.cc179 learn_more_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
183 not_now_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
Dglobal_error_bubble_view.cc97 accept_button->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in GlobalErrorBubbleView()
105 cancel_button->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in GlobalErrorBubbleView()
Dcritical_notification_bubble_view.cc213 restart_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
218 dismiss_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
Dcollected_cookies_views.cc379 block_allowed_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in CreateAllowedPane()
441 allow_blocked_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in CreateBlockedPane()
444 for_session_blocked_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in CreateBlockedPane()
Dopen_pdf_in_reader_bubble_view.cc61 close_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
/external/chromium_org/ui/views/focus/
Dfocus_traversal_unittest.cc364 button->SetStyle(Button::STYLE_NATIVE_TEXTBUTTON); in InitContentView()
460 button->SetStyle(Button::STYLE_NATIVE_TEXTBUTTON); in InitContentView()
468 button->SetStyle(Button::STYLE_NATIVE_TEXTBUTTON); in InitContentView()
474 button->SetStyle(Button::STYLE_NATIVE_TEXTBUTTON); in InitContentView()
528 button->SetStyle(Button::STYLE_NATIVE_TEXTBUTTON); in InitContentView()
552 button->SetStyle(Button::STYLE_NATIVE_TEXTBUTTON); in InitContentView()
557 button->SetStyle(Button::STYLE_NATIVE_TEXTBUTTON); in InitContentView()
/external/chromium_org/content/shell/browser/
Dshell_views.cc154 back_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in InitShellWindow()
163 forward_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in InitShellWindow()
172 refresh_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in InitShellWindow()
181 stop_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in InitShellWindow()
/external/chromium_org/chrome/browser/ui/views/autofill/
Ddecorated_textfield_unittest.cc17 button.SetStyle(views::Button::STYLE_BUTTON); in TEST()
/external/chromium_org/ui/views/examples/
Dmultiline_example.cc68 render_text_->SetStyle(gfx::DIAGONAL_STRIKE, false); in SetText()
70 render_text_->SetStyle(gfx::UNDERLINE, false); in SetText()
Dbutton_example.cc61 disabled_button->SetStyle(Button::STYLE_BUTTON); in CreateExampleView()
166 label_button_->SetStyle(static_cast<Button::ButtonStyle>( in LabelButtonPressed()
/external/chromium_org/ui/views/corewm/
Dshadow.h57 void SetStyle(Style style);
Dshadow_controller.cc185 shadow->SetStyle(Shadow::STYLE_ACTIVE); in OnWindowActivated()
190 shadow->SetStyle(GetShadowStyleForWindowLosingActive(lost_active, in OnWindowActivated()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bubble_view.cc141 remove_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
145 edit_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
149 close_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
/external/chromium_org/ui/views/controls/combobox/
Dcombobox_unittest.cc480 combobox_->SetStyle(Combobox::STYLE_NOTIFY_ON_CLICK); in TEST_F()
498 combobox_->SetStyle(Combobox::STYLE_NOTIFY_ON_CLICK); in TEST_F()
511 combobox_->SetStyle(Combobox::STYLE_NOTIFY_ON_CLICK); in TEST_F()
548 combobox_->SetStyle(Combobox::STYLE_NOTIFY_ON_CLICK); in TEST_F()
/external/chromium_org/ui/gfx/
Dcanvas_skia.cc152 render_text->SetStyle(BOLD, (font_style & Font::BOLD) != 0); in UpdateRenderText()
153 render_text->SetStyle(ITALIC, (font_style & Font::ITALIC) != 0); in UpdateRenderText()
154 render_text->SetStyle(UNDERLINE, (font_style & Font::UNDERLINE) != 0); in UpdateRenderText()
/external/chromium_org/ui/views/controls/button/
Dblue_button.cc33 SetStyle(STYLE_BUTTON); in BlueButton()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_message_bubble_view.cc289 action_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()
295 dismiss_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON); in Init()

123