GetCompositionRange 4217 content/renderer/render_view_impl.cc   RenderWidget::GetCompositionRange(range);
GetCompositionRange  709 content/renderer/render_view_impl.h   virtual void GetCompositionRange(gfx::Range* range) OVERRIDE;
GetCompositionRange 2630 content/renderer/render_widget.cc     GetCompositionRange(&range);
GetCompositionRange  461 content/renderer/render_widget.h   virtual void GetCompositionRange(gfx::Range* range);
GetCompositionRange  320 ui/gfx/render_text.h   const Range& GetCompositionRange() const;
GetCompositionRange 1320 ui/views/controls/textfield/textfield.cc   const gfx::Range& composition_range = render_text->GetCompositionRange();
GetCompositionRange  616 ui/views/controls/textfield/textfield_model.cc   gfx::Range range = render_text_->GetCompositionRange();
GetCompositionRange  629 ui/views/controls/textfield/textfield_model.cc   gfx::Range range = render_text_->GetCompositionRange();
GetCompositionRange  643 ui/views/controls/textfield/textfield_model.cc   *range = gfx::Range(render_text_->GetCompositionRange());
GetCompositionRange  647 ui/views/controls/textfield/textfield_model.cc   return !render_text_->GetCompositionRange().is_empty();