/external/chromium_org/chrome/browser/chromeos/input_method/ |
D | textinput_surroundingtext_browsertest.cc | 48 EXPECT_EQ(expected_range1, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 53 EXPECT_EQ(expected_range2, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 92 EXPECT_EQ(expected_range, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 114 EXPECT_EQ(zero_range, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 122 EXPECT_EQ(expected_range, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F() 130 EXPECT_EQ(zero_range, helper.GetSelectionRange()); in IN_PROC_BROWSER_TEST_F()
|
D | textinput_test_helper.cc | 58 gfx::Range TextInputTestHelper::GetSelectionRange() const { in GetSelectionRange() function in chromeos::TextInputTestHelper 102 !GetTextInputClient()->GetSelectionRange(&selection_range_)) in OnCaretBoundsChanged()
|
D | textinput_test_helper.h | 41 gfx::Range GetSelectionRange() const;
|
/external/chromium_org/ui/base/ime/ |
D | dummy_text_input_client.cc | 70 bool DummyTextInputClient::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in ui::DummyTextInputClient
|
D | text_input_client.h | 103 virtual bool GetSelectionRange(gfx::Range* range) const = 0;
|
D | dummy_text_input_client.h | 35 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
D | input_method_win.cc | 189 if (!client->GetSelectionRange(&target_range) || in OnDocumentFeed() 251 if (!client->GetSelectionRange(&selection_range) || in OnReconvertString()
|
D | input_method_ibus.cc | 188 !GetTextInputClient()->GetSelectionRange(&selection_range)) { in OnCaretBoundsChanged()
|
D | input_method_ibus_unittest.cc | 297 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE { in GetSelectionRange() function in ui::InputMethodIBusTest
|
/external/chromium_org/ui/views/ime/ |
D | input_method_bridge.cc | 267 bool InputMethodBridge::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::InputMethodBridge 269 return client ? client->GetSelectionRange(range) : false; in GetSelectionRange()
|
D | input_method_bridge.h | 69 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
/external/chromium_org/ui/views/controls/ |
D | prefix_selector.h | 44 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
D | prefix_selector.cc | 104 bool PrefixSelector::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::PrefixSelector
|
/external/chromium_org/chrome_frame/test/ |
D | chrome_frame_ui_test_utils.h | 138 bool GetSelectionRange(int* start_offset, int* end_offset);
|
D | chrome_frame_ui_test_utils.cc | 389 bool AccObject::GetSelectionRange(int* start_offset, int* end_offset) { in GetSelectionRange() function in chrome_frame_test::AccObject 419 if (!GetSelectionRange(&start, &end)) in GetSelectedText()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.h | 119 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
|
D | render_widget_host_view_views.cc | 719 bool RenderWidgetHostViewViews::GetSelectionRange(ui::Range* range) { in GetSelectionRange() function in RenderWidgetHostViewViews
|
/external/chromium_org/content/browser/web_contents/ |
D | touch_editable_impl_aura.cc | 302 rwhva_->GetSelectionRange(&selection_range); in IsCommandIdEnabled()
|
/external/chromium_org/ui/views/controls/textfield/ |
D | native_textfield_views.h | 191 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
D | native_textfield_views.cc | 1040 bool NativeTextfieldViews::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::NativeTextfieldViews
|
D | native_textfield_views_unittest.cc | 1199 EXPECT_TRUE(client->GetSelectionRange(&range)); in TEST_F()
|
/external/chromium_org/ui/keyboard/ |
D | keyboard_controller_unittest.cc | 146 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE { in GetSelectionRange() function in keyboard::__anonff7f8b490111::TestTextInputClient
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_win.h | 285 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
D | render_widget_host_view_aura.h | 274 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
|
/external/chromium_org/ui/base/ime/win/ |
D | tsf_text_store_unittest.cc | 43 MOCK_CONST_METHOD1(GetSelectionRange, bool(gfx::Range*));
|