HomeSort by relevance Sort by last modified time
    Searched defs:ApplyStyle (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 393 void Textfield::ApplyStyle(gfx::TextStyle style,
396 return native_wrapper_->ApplyStyle(style, value, range);
native_textfield_views.cc 856 void NativeTextfieldViews::ApplyStyle(gfx::TextStyle style,
859 GetRenderText()->ApplyStyle(style, value, range);
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 608 void RenderText::ApplyStyle(TextStyle style, bool value, const Range& range) {
    [all...]

Completed in 64 milliseconds