Home
last modified time | relevance | path

Searched refs:GetCompositionTextRange (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/ui/base/ime/
Ddummy_text_input_client.cc66 bool DummyTextInputClient::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in ui::DummyTextInputClient
Dtext_input_client.h99 virtual bool GetCompositionTextRange(gfx::Range* range) const = 0;
Ddummy_text_input_client.h34 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
Dinput_method_win.cc186 result = client->GetCompositionTextRange(&target_range); in OnDocumentFeed()
Dinput_method_ibus_unittest.cc294 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE { in GetCompositionTextRange() function in ui::InputMethodIBusTest
/external/chromium_org/ui/views/ime/
Dinput_method_bridge.cc262 bool InputMethodBridge::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in views::InputMethodBridge
264 return client ? client->GetCompositionTextRange(range) : false; in GetCompositionTextRange()
Dinput_method_bridge.h68 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
/external/chromium_org/ui/views/controls/
Dprefix_selector.h43 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
Dprefix_selector.cc99 bool PrefixSelector::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in views::PrefixSelector
/external/chromium_org/ui/views/controls/textfield/
Dtextfield_views_model.h224 void GetCompositionTextRange(gfx::Range* range) const;
Dnative_textfield_views.h190 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
Dnative_textfield_views.cc1032 bool NativeTextfieldViews::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in views::NativeTextfieldViews
1036 model_->GetCompositionTextRange(range); in GetCompositionTextRange()
Dtextfield_views_model.cc646 void TextfieldViewsModel::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in views::TextfieldViewsModel
Dtextfield_views_model_unittest.cc855 model.GetCompositionTextRange(&range); in TEST_F()
Dnative_textfield_views_unittest.cc1227 EXPECT_TRUE(client->GetCompositionTextRange(&range)); in TEST_F()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.h118 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE;
Drender_widget_host_view_views.cc713 bool RenderWidgetHostViewViews::GetCompositionTextRange(ui::Range* range) { in GetCompositionTextRange() function in RenderWidgetHostViewViews
/external/chromium_org/ui/keyboard/
Dkeyboard_controller_unittest.cc143 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE { in GetCompositionTextRange() function in keyboard::__anonff7f8b490111::TestTextInputClient
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_win.h284 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
Drender_widget_host_view_aura.h273 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
Drender_widget_host_view_win.cc1116 bool RenderWidgetHostViewWin::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in content::RenderWidgetHostViewWin
Drender_widget_host_view_aura.cc2372 bool RenderWidgetHostViewAura::GetCompositionTextRange( in GetCompositionTextRange() function in content::RenderWidgetHostViewAura
/external/chromium_org/ui/base/ime/win/
Dtsf_text_store_unittest.cc42 MOCK_CONST_METHOD1(GetCompositionTextRange, bool(gfx::Range*));