Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/ime/win/
Dtsf_event_router.cc61 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
/external/chromium_org/ui/views/controls/textfield/
Dtextfield_views_model.cc620 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()
Dnative_textfield_views.cc1001 const gfx::Range& composition_range = GetRenderText()->GetCompositionRange(); in GetCompositionCharacterBounds()
/external/chromium_org/ui/gfx/
Drender_text.h292 const Range& GetCompositionRange() const;
Drender_text.cc561 const Range& RenderText::GetCompositionRange() const { in GetCompositionRange() function in gfx::RenderText
/external/chromium_org/content/renderer/
Drender_widget.h478 virtual void GetCompositionRange(gfx::Range* range);
Drender_widget.cc2626 GetCompositionRange(&range); in UpdateCompositionInfo()
2647 void RenderWidget::GetCompositionRange(gfx::Range* range) { in GetCompositionRange() function in content::RenderWidget
Drender_view_impl.h734 virtual void GetCompositionRange(gfx::Range* range) OVERRIDE;
Drender_view_impl.cc5885 void RenderViewImpl::GetCompositionRange(gfx::Range* range) { in GetCompositionRange() function in content::RenderViewImpl
5891 RenderWidget::GetCompositionRange(range); in GetCompositionRange()