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

  /external/chromium_org/ui/base/ime/
text_input_client.h 98 virtual bool GetCompositionTextRange(ui::Range* range) = 0;
input_method_win.cc 197 result = client->GetCompositionTextRange(&target_range);
input_method_ibus_unittest.cc 426 virtual bool GetCompositionTextRange(Range* range) OVERRIDE { return false; }
    [all...]
  /external/chromium_org/ui/views/controls/
prefix_selector.h 43 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE;
prefix_selector.cc 99 bool PrefixSelector::GetCompositionTextRange(ui::Range* range) {
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.h 227 void GetCompositionTextRange(ui::Range* range) const;
native_textfield_views.h 195 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE;
textfield_views_model.cc 646 void TextfieldViewsModel::GetCompositionTextRange(ui::Range* range) const {
native_textfield_views.cc     [all...]
native_textfield_views_unittest.cc     [all...]
textfield_views_model_unittest.cc     [all...]
  /external/chromium_org/ui/views/ime/
input_method_bridge.h 68 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE;
input_method_bridge.cc 188 bool InputMethodBridge::GetCompositionTextRange(ui::Range* range) {
190 return client ? client->GetCompositionTextRange(range) : false;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.h 118 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE;
render_widget_host_view_views.cc 713 bool RenderWidgetHostViewViews::GetCompositionTextRange(ui::Range* range) {
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 138 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 269 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE;
render_widget_host_view_win.h 281 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE;
render_widget_host_view_win.cc     [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc 37 MOCK_METHOD1(GetCompositionTextRange, bool(ui::Range*));
    [all...]

Completed in 106 milliseconds