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

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 90 gfx::RenderText* render_text = textfield_view_->GetRenderText();
141 gfx::RenderText* GetRenderText() {
142 return textfield_view_->GetRenderText();
166 gfx::SelectionModel sel_start = GetRenderText()-> \
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 82 GetRenderText()->SetFontList(textfield_->font_list());
131 gfx::Range selection = GetRenderText()->selection();
170 if (!GetRenderText()->IsPointInSelection(event->location()) &&
206 if (!GetRenderText()->IsPointInSelection(event->location())) {
279 const gfx::Range& selection = GetRenderText()->selection();
280 drop_cursor_position_ = GetRenderText()->FindCursorPosition(event.location());
315 !GetRenderText()->IsPointInSelection(event.location()));
320 GetRenderText()->FindCursorPosition(event.location());
373 gfx::SelectionModel start_caret = GetRenderText()->FindCursorPosition(start);
374 gfx::SelectionModel end_caret = GetRenderText()->FindCursorPosition(end)
    [all...]

Completed in 42 milliseconds