Searched refs:GetCompositionRange (Results 1 – 9 of 9) sorted by relevance
61 static gfx::Range GetCompositionRange(ITfContext* context);128 const gfx::Range composition_range = GetCompositionRange(context); in OnEndEdit()213 return context_ && GetCompositionRange(context_).IsValid(); in IsImeComposing()217 gfx::Range TSFEventRouter::Delegate::GetCompositionRange( in GetCompositionRange() function in ui::TSFEventRouter::Delegate
620 gfx::Range range = render_text_->GetCompositionRange(); in ConfirmCompositionText()633 gfx::Range range = render_text_->GetCompositionRange(); in CancelCompositionText()647 *range = gfx::Range(render_text_->GetCompositionRange()); in GetCompositionTextRange()651 return !render_text_->GetCompositionRange().is_empty(); in HasCompositionText()
1001 const gfx::Range& composition_range = GetRenderText()->GetCompositionRange(); in GetCompositionCharacterBounds()
292 const Range& GetCompositionRange() const;
561 const Range& RenderText::GetCompositionRange() const { in GetCompositionRange() function in gfx::RenderText
478 virtual void GetCompositionRange(gfx::Range* range);
2626 GetCompositionRange(&range); in UpdateCompositionInfo()2647 void RenderWidget::GetCompositionRange(gfx::Range* range) { in GetCompositionRange() function in content::RenderWidget
734 virtual void GetCompositionRange(gfx::Range* range) OVERRIDE;
5885 void RenderViewImpl::GetCompositionRange(gfx::Range* range) { in GetCompositionRange() function in content::RenderViewImpl5891 RenderWidget::GetCompositionRange(range); in GetCompositionRange()