Searched refs:cursor_enabled_ (Results 1 – 2 of 2) sorted by relevance
458 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()
206 bool cursor_enabled() const { return cursor_enabled_; } in cursor_enabled()638 bool cursor_enabled_; variable