Home
last modified time | relevance | path

Searched refs:cursor_enabled_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text.cc458 cursor_enabled_ = cursor_enabled; in SetCursorEnabled()
723 return GetStringSizeF().width() + (cursor_enabled_ ? 1 : 0); in GetContentWidth()
856 const int cursor_width = cursor_enabled_ ? 1 : 0; in SetDisplayOffset()
894 cursor_enabled_(true), in RenderText()
1072 (cursor_enabled_ ? 1 : 0); in GetAlignmentOffset()
1230 render_text->SetCursorEnabled(cursor_enabled_); in Elide()
Drender_text.h206 bool cursor_enabled() const { return cursor_enabled_; } in cursor_enabled()
638 bool cursor_enabled_; variable