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

  /external/chromium_org/ui/gfx/
render_text.h 206 bool cursor_enabled() const { return cursor_enabled_; } function in class:gfx::RenderText
207 void SetCursorEnabled(bool cursor_enabled);
render_text.cc 457 void RenderText::SetCursorEnabled(bool cursor_enabled) {
458 cursor_enabled_ = cursor_enabled;
747 if (cursor_enabled() && cursor_visible() && focused())
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 449 return GetRenderText()->cursor_enabled();
    [all...]

Completed in 72 milliseconds