Searched refs:GetCompositionRange (Results 1 – 8 of 8) sorted by relevance
592 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()
1435 const gfx::Range& composition_range = render_text->GetCompositionRange(); in GetCompositionCharacterBounds()
318 const Range& GetCompositionRange() const;
631 const Range& RenderText::GetCompositionRange() const { in GetCompositionRange() function in gfx::RenderText
484 virtual void GetCompositionRange(gfx::Range* range);
537 virtual void GetCompositionRange(gfx::Range* range) OVERRIDE;
1936 GetCompositionRange(&range); in UpdateCompositionInfo()1957 void RenderWidget::GetCompositionRange(gfx::Range* range) { in GetCompositionRange() function in content::RenderWidget
3775 void RenderViewImpl::GetCompositionRange(gfx::Range* range) { in GetCompositionRange() function in content::RenderViewImpl3781 RenderWidget::GetCompositionRange(range); in GetCompositionRange()