/external/chromium_org/ui/base/ime/ |
D | dummy_text_input_client.cc | 66 bool DummyTextInputClient::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in ui::DummyTextInputClient
|
D | text_input_client.h | 99 virtual bool GetCompositionTextRange(gfx::Range* range) const = 0;
|
D | dummy_text_input_client.h | 34 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
|
D | input_method_win.cc | 186 result = client->GetCompositionTextRange(&target_range); in OnDocumentFeed()
|
D | input_method_ibus_unittest.cc | 294 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE { in GetCompositionTextRange() function in ui::InputMethodIBusTest
|
/external/chromium_org/ui/views/ime/ |
D | input_method_bridge.cc | 262 bool InputMethodBridge::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in views::InputMethodBridge 264 return client ? client->GetCompositionTextRange(range) : false; in GetCompositionTextRange()
|
D | input_method_bridge.h | 68 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
|
/external/chromium_org/ui/views/controls/ |
D | prefix_selector.h | 43 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
|
D | prefix_selector.cc | 99 bool PrefixSelector::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in views::PrefixSelector
|
/external/chromium_org/ui/views/controls/textfield/ |
D | textfield_views_model.h | 224 void GetCompositionTextRange(gfx::Range* range) const;
|
D | native_textfield_views.h | 190 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
|
D | native_textfield_views.cc | 1032 bool NativeTextfieldViews::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in views::NativeTextfieldViews 1036 model_->GetCompositionTextRange(range); in GetCompositionTextRange()
|
D | textfield_views_model.cc | 646 void TextfieldViewsModel::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in views::TextfieldViewsModel
|
D | textfield_views_model_unittest.cc | 855 model.GetCompositionTextRange(&range); in TEST_F()
|
D | native_textfield_views_unittest.cc | 1227 EXPECT_TRUE(client->GetCompositionTextRange(&range)); in TEST_F()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.h | 118 virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE;
|
D | render_widget_host_view_views.cc | 713 bool RenderWidgetHostViewViews::GetCompositionTextRange(ui::Range* range) { in GetCompositionTextRange() function in RenderWidgetHostViewViews
|
/external/chromium_org/ui/keyboard/ |
D | keyboard_controller_unittest.cc | 143 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE { in GetCompositionTextRange() function in keyboard::__anonff7f8b490111::TestTextInputClient
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_win.h | 284 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
|
D | render_widget_host_view_aura.h | 273 virtual bool GetCompositionTextRange(gfx::Range* range) const OVERRIDE;
|
D | render_widget_host_view_win.cc | 1116 bool RenderWidgetHostViewWin::GetCompositionTextRange(gfx::Range* range) const { in GetCompositionTextRange() function in content::RenderWidgetHostViewWin
|
D | render_widget_host_view_aura.cc | 2372 bool RenderWidgetHostViewAura::GetCompositionTextRange( in GetCompositionTextRange() function in content::RenderWidgetHostViewAura
|
/external/chromium_org/ui/base/ime/win/ |
D | tsf_text_store_unittest.cc | 42 MOCK_CONST_METHOD1(GetCompositionTextRange, bool(gfx::Range*));
|