HomeSort by relevance Sort by last modified time
    Searched refs:SetStyle (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/ash/shell/
window_type_launcher.cc 61 open_button_->SetStyle(views::Button::STYLE_BUTTON);
232 create_button_->SetStyle(views::Button::STYLE_BUTTON);
233 panel_button_->SetStyle(views::Button::STYLE_BUTTON);
234 create_nonresizable_button_->SetStyle(views::Button::STYLE_BUTTON);
235 bubble_button_->SetStyle(views::Button::STYLE_BUTTON);
236 lock_button_->SetStyle(views::Button::STYLE_BUTTON);
237 widgets_button_->SetStyle(views::Button::STYLE_BUTTON);
238 system_modal_button_->SetStyle(views::Button::STYLE_BUTTON);
239 window_modal_button_->SetStyle(views::Button::STYLE_BUTTON);
240 child_modal_button_->SetStyle(views::Button::STYLE_BUTTON)
    [all...]
widgets.cc 74 button_->SetStyle(views::Button::STYLE_BUTTON);
77 disabled_button_->SetStyle(views::Button::STYLE_BUTTON);
lock_view.cc 31 unlock_button_->SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.cc 57 create_shortcuts_button_->SetStyle(views::Button::STYLE_BUTTON);
63 pin_to_shelf_button_->SetStyle(views::Button::STYLE_BUTTON);
66 unpin_from_shelf_button_->SetStyle(views::Button::STYLE_BUTTON);
73 remove_button_->SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/ui/wm/core/
shadow.h 54 void SetStyle(Style style);
shadow_unittest.cc 132 shadow.SetStyle(Shadow::STYLE_ACTIVE);
134 shadow.SetStyle(Shadow::STYLE_INACTIVE);
149 shadow.SetStyle(Shadow::STYLE_SMALL);
shadow_controller.cc 197 shadow->SetStyle(Shadow::STYLE_ACTIVE);
202 shadow->SetStyle(GetShadowStyleForWindowLosingActive(lost_active,
233 shadow->SetStyle(GetShadowStyleForWindow(window));
  /external/chromium_org/ui/views/examples/
button_example.cc 54 disabled_button->SetStyle(Button::STYLE_BUTTON);
98 label_button_->SetStyle(static_cast<Button::ButtonStyle>(
widget_example.cc 47 button->SetStyle(Button::STYLE_BUTTON);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
search_button.cc 16 SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/ui/views/controls/combobox/
combobox_unittest.cc 468 combobox_->SetStyle(Combobox::STYLE_ACTION);
481 combobox_->SetStyle(Combobox::STYLE_ACTION);
505 combobox->SetStyle(Combobox::STYLE_ACTION);
562 combobox_->SetStyle(Combobox::STYLE_ACTION);
581 combobox_->SetStyle(Combobox::STYLE_ACTION);
595 combobox_->SetStyle(Combobox::STYLE_ACTION);
633 combobox_->SetStyle(Combobox::STYLE_ACTION);
665 combobox.SetStyle(Combobox::STYLE_NORMAL);
670 combobox.SetStyle(Combobox::STYLE_ACTION);
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 209 button1->SetStyle(views::Button::STYLE_BUTTON);
213 button2->SetStyle(views::Button::STYLE_BUTTON);
217 button3->SetStyle(views::Button::STYLE_BUTTON);
266 button->SetStyle(views::Button::STYLE_BUTTON);
298 button->SetStyle(views::Button::STYLE_BUTTON);
399 button->SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/chrome/browser/ui/views/
open_pdf_in_reader_bubble_view.cc 59 close_button_->SetStyle(views::Button::STYLE_BUTTON);
conflicting_module_view_win.cc 178 learn_more_button_->SetStyle(views::Button::STYLE_BUTTON);
182 not_now_button_->SetStyle(views::Button::STYLE_BUTTON);
critical_notification_bubble_view.cc 212 restart_button_->SetStyle(views::Button::STYLE_BUTTON);
217 dismiss_button_->SetStyle(views::Button::STYLE_BUTTON);
global_error_bubble_view.cc 97 accept_button->SetStyle(views::Button::STYLE_BUTTON);
105 cancel_button->SetStyle(views::Button::STYLE_BUTTON);
outdated_upgrade_bubble_view.cc 111 accept_button_->SetStyle(views::Button::STYLE_BUTTON);
118 later_button_->SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.h 31 fFillStyle.setStyle(SkPaint::kFill_Style);
34 fStrokeStyle.setStyle(SkPaint::kStroke_Style);
56 static void SetStyle(Local<String> name, Local<Value> value,
BaseContext.cpp 172 void BaseContext::SetStyle(Local<String> name, Local<Value> value,
218 SetStyle(name, value, info, baseContext->fFillStyle);
224 SetStyle(name, value, info, baseContext->fStrokeStyle);
  /external/chromium_org/ui/views/controls/button/
blue_button.cc 20 SetStyle(STYLE_BUTTON);
  /external/skia/experimental/SkV8Example/
BaseContext.h 31 fFillStyle.setStyle(SkPaint::kFill_Style);
34 fStrokeStyle.setStyle(SkPaint::kStroke_Style);
56 static void SetStyle(Local<String> name, Local<Value> value,
BaseContext.cpp 172 void BaseContext::SetStyle(Local<String> name, Local<Value> value,
218 SetStyle(name, value, info, baseContext->fFillStyle);
224 SetStyle(name, value, info, baseContext->fStrokeStyle);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 158 remove_button_->SetStyle(views::Button::STYLE_BUTTON);
162 edit_button_->SetStyle(views::Button::STYLE_BUTTON);
166 close_button_->SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permissions_bubble_view.cc 303 ok_button->SetStyle(views::Button::STYLE_BUTTON);
327 allow_button->SetStyle(views::Button::STYLE_BUTTON);
334 allow_combobox->SetStyle(views::Combobox::STYLE_ACTION);
341 deny_button->SetStyle(views::Button::STYLE_BUTTON);
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.h 50 void SetStyle (bool use_hex_immed, HexImmediateStyle hex_style);

Completed in 949 milliseconds

1 2 3 4