Home
last modified time | relevance | path

Searched refs:GetCompositionRange (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
Dtextfield_model.cc592 gfx::Range range = render_text_->GetCompositionRange(); in ConfirmCompositionText()
605 gfx::Range range = render_text_->GetCompositionRange(); in CancelCompositionText()
619 *range = gfx::Range(render_text_->GetCompositionRange()); in GetCompositionTextRange()
623 return !render_text_->GetCompositionRange().is_empty(); in HasCompositionText()
Dtextfield.cc1435 const gfx::Range& composition_range = render_text->GetCompositionRange(); in GetCompositionCharacterBounds()
/external/chromium_org/ui/gfx/
Drender_text.h318 const Range& GetCompositionRange() const;
Drender_text.cc631 const Range& RenderText::GetCompositionRange() const { in GetCompositionRange() function in gfx::RenderText
/external/chromium_org/content/renderer/
Drender_widget.h484 virtual void GetCompositionRange(gfx::Range* range);
Drender_view_impl.h537 virtual void GetCompositionRange(gfx::Range* range) OVERRIDE;
Drender_widget.cc1936 GetCompositionRange(&range); in UpdateCompositionInfo()
1957 void RenderWidget::GetCompositionRange(gfx::Range* range) { in GetCompositionRange() function in content::RenderWidget
Drender_view_impl.cc3775 void RenderViewImpl::GetCompositionRange(gfx::Range* range) { in GetCompositionRange() function in content::RenderViewImpl
3781 RenderWidget::GetCompositionRange(range); in GetCompositionRange()