Searched defs:SetStyle (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dshadow.cc100 void Shadow::SetStyle(Style style) { function in class:wm::Shadow
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.cpp172 void BaseContext::SetStyle(Local<String> name, Local<Value> value, function in class:BaseContext
218 SetStyle(name, value, info, baseContext->fFillStyle);
224 SetStyle(name, value, info, baseContext->fStrokeStyle);
/external/chromium_org/ui/views/examples/
H A Dtext_example.cc93 void SetStyle(int style) { font_list_ = font_list_.DeriveWithStyle(style); } function in class:views::examples::TextExample::TextExampleView
197 text_view_->SetStyle(style);
/external/skia/experimental/SkV8Example/
H A DBaseContext.cpp172 void BaseContext::SetStyle(Local<String> name, Local<Value> value, function in class:BaseContext
218 SetStyle(name, value, info, baseContext->fFillStyle);
224 SetStyle(name, value, info, baseContext->fStrokeStyle);
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.cc86 SetStyle(style_);
190 void LabelButton::SetStyle(ButtonStyle style) { function in class:views::LabelButton
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc135 void SetStyle(BubbleStyle style);
335 void StatusBubbleViews::StatusView::SetStyle(BubbleStyle style) { function in class:StatusBubbleViews::StatusView
776 view_->SetStyle(StatusView::STYLE_BOTTOM);
778 view_->SetStyle(StatusView::STYLE_FLOATING);
780 view_->SetStyle(StatusView::STYLE_STANDARD);
796 view_->SetStyle(StatusView::STYLE_STANDARD_RIGHT);
813 view_->SetStyle(StatusView::STYLE_STANDARD);
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc284 void Combobox::SetStyle(Style style) { function in class:views::Combobox
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp294 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style);
559 DisassemblerLLVMC::LLVMCDisassembler::SetStyle (bool use_hex_immed, HexImmediateStyle hex_style) function in class:DisassemblerLLVMC::LLVMCDisassembler
/external/chromium_org/ui/gfx/
H A Drender_text.cc449 SetStyle(BOLD, (font_style & gfx::Font::BOLD) != 0);
450 SetStyle(ITALIC, (font_style & gfx::Font::ITALIC) != 0);
451 SetStyle(UNDERLINE, (font_style & gfx::Font::UNDERLINE) != 0);
651 void RenderText::SetStyle(TextStyle style, bool value) { function in class:gfx::RenderText
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc519 void Textfield::SetStyle(gfx::TextStyle style, bool value) { function in class:views::Textfield
520 GetRenderText()->SetStyle(style, value);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp2758 Field::SetStyle(m_pDocument, m_FieldName, m_nFormControlIndex, csBCaption);
2807 void Field::SetStyle(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, function in class:Field
4100 Field::SetStyle(pDocument, pData->sFieldName, pData->nControlIndex, pData->string);

Completed in 355 milliseconds