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

/external/chromium_org/ui/wm/core/
H A Dshadow.cc78 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.cc94 void SetStyle(int style) { font_list_ = font_list_.DeriveWithStyle(style); } function in class:views::examples::TextExample::TextExampleView
198 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.cc67 SetStyle(style_);
165 void LabelButton::SetStyle(ButtonStyle style) { function in class:views::LabelButton
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc136 void SetStyle(BubbleStyle style);
336 void StatusBubbleViews::StatusView::SetStyle(BubbleStyle style) { function in class:StatusBubbleViews::StatusView
802 view_->SetStyle(StatusView::STYLE_BOTTOM);
804 view_->SetStyle(StatusView::STYLE_FLOATING);
806 view_->SetStyle(StatusView::STYLE_STANDARD);
822 view_->SetStyle(StatusView::STYLE_STANDARD_RIGHT);
839 view_->SetStyle(StatusView::STYLE_STANDARD);
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc282 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.cc667 void RenderText::SetStyle(TextStyle style, bool value) { function in class:gfx::RenderText
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc505 void Textfield::SetStyle(gfx::TextStyle style, bool value) { function in class:views::Textfield
506 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 414 milliseconds