HomeSort by relevance Sort by last modified time
    Searched refs:GetCompositionRange (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/base/ime/win/
tsf_event_router.cc 61 static ui::Range GetCompositionRange(ITfContext* context);
128 const ui::Range composition_range = GetCompositionRange(context);
213 return context_ && GetCompositionRange(context_).IsValid();
217 ui::Range TSFEventRouter::Delegate::GetCompositionRange(
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.cc 620 ui::Range range = render_text_->GetCompositionRange();
633 ui::Range range = render_text_->GetCompositionRange();
647 *range = ui::Range(render_text_->GetCompositionRange());
651 return !render_text_->GetCompositionRange().is_empty();
native_textfield_views.cc 986 const ui::Range& composition_range = GetRenderText()->GetCompositionRange();
    [all...]
  /external/chromium_org/content/renderer/
render_widget.h 451 virtual void GetCompositionRange(ui::Range* range);
render_widget.cc     [all...]
render_view_impl.h     [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/ui/gfx/
render_text.h 257 const ui::Range& GetCompositionRange() const;
render_text.cc 520 const ui::Range& RenderText::GetCompositionRange() const {
    [all...]

Completed in 918 milliseconds