/external/chromium_org/ui/base/ime/ |
D | dummy_text_input_client.cc | 62 bool DummyTextInputClient::GetTextRange(gfx::Range* range) const { in GetTextRange() function in ui::DummyTextInputClient
|
D | text_input_client.h | 95 virtual bool GetTextRange(gfx::Range* range) const = 0;
|
D | dummy_text_input_client.h | 33 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
|
D | input_method_win.cc | 180 if (!client->GetTextRange(&text_range) || text_range.is_empty()) in OnDocumentFeed() 247 if (!client->GetTextRange(&text_range) || text_range.is_empty()) in OnReconvertString()
|
D | input_method_ibus.cc | 186 if (!GetTextInputClient()->GetTextRange(&text_range) || in OnCaretBoundsChanged()
|
D | input_method_ibus_unittest.cc | 290 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE { in GetTextRange() function in ui::InputMethodIBusTest
|
/external/chromium_org/ui/views/ime/ |
D | input_method_bridge.cc | 257 bool InputMethodBridge::GetTextRange(gfx::Range* range) const { in GetTextRange() function in views::InputMethodBridge 259 return client ? client->GetTextRange(range) : false; in GetTextRange()
|
D | input_method_bridge.h | 67 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
|
/external/chromium_org/ui/views/controls/ |
D | prefix_selector.h | 42 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
|
D | prefix_selector.cc | 94 bool PrefixSelector::GetTextRange(gfx::Range* range) const { in GetTextRange() function in views::PrefixSelector
|
/external/chromium_org/ui/views/controls/textfield/ |
D | textfield_views_model.h | 207 void GetTextRange(gfx::Range* range) const;
|
D | native_textfield_views.cc | 1024 bool NativeTextfieldViews::GetTextRange(gfx::Range* range) const { in GetTextRange() function in views::NativeTextfieldViews 1028 model_->GetTextRange(range); in GetTextRange() 1078 if (!GetTextRange(&text_range) || !text_range.Contains(range)) in GetTextFromRange() 1113 if (GetTextRange(&text_range) && text_range.Contains(range)) in ExtendSelectionAndDelete()
|
D | native_textfield_views.h | 189 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
|
D | textfield_views_model.cc | 577 void TextfieldViewsModel::GetTextRange(gfx::Range* range) const { in GetTextRange() function in views::TextfieldViewsModel
|
D | textfield_views_model_unittest.cc | 824 model.GetTextRange(&range); in TEST_F() 851 model.GetTextRange(&range); in TEST_F()
|
D | native_textfield_views_unittest.cc | 1194 EXPECT_TRUE(client->GetTextRange(&range)); in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
D | textinput_test_helper.cc | 100 if (!GetTextInputClient()->GetTextRange(&text_range) || in OnCaretBoundsChanged()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.h | 117 virtual bool GetTextRange(ui::Range* range) OVERRIDE;
|
D | render_widget_host_view_views.cc | 707 bool RenderWidgetHostViewViews::GetTextRange(ui::Range* range) { in GetTextRange() function in RenderWidgetHostViewViews
|
/external/chromium_org/ui/keyboard/ |
D | keyboard_controller_unittest.cc | 142 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE { return false; } in GetTextRange() function in keyboard::__anonff7f8b490111::TestTextInputClient
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_win.h | 283 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
|
D | render_widget_host_view_aura.h | 272 virtual bool GetTextRange(gfx::Range* range) const OVERRIDE;
|
D | render_widget_host_view_win.cc | 1106 bool RenderWidgetHostViewWin::GetTextRange(gfx::Range* range) const { in GetTextRange() function in content::RenderWidgetHostViewWin
|
D | render_widget_host_view_aura.cc | 2366 bool RenderWidgetHostViewAura::GetTextRange(gfx::Range* range) const { in GetTextRange() function in content::RenderWidgetHostViewAura
|
/external/chromium_org/ui/base/ime/win/ |
D | tsf_text_store_unittest.cc | 41 MOCK_CONST_METHOD1(GetTextRange, bool(gfx::Range*));
|