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

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

Completed in 569 milliseconds