Home
last modified time | relevance | path

Searched refs:GetSelectionRange (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/input_method/
Dtextinput_surroundingtext_browsertest.cc48 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()
Dtextinput_test_helper.cc58 gfx::Range TextInputTestHelper::GetSelectionRange() const { in GetSelectionRange() function in chromeos::TextInputTestHelper
102 !GetTextInputClient()->GetSelectionRange(&selection_range_)) in OnCaretBoundsChanged()
Dtextinput_test_helper.h41 gfx::Range GetSelectionRange() const;
/external/chromium_org/ui/base/ime/
Ddummy_text_input_client.cc70 bool DummyTextInputClient::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in ui::DummyTextInputClient
Dtext_input_client.h103 virtual bool GetSelectionRange(gfx::Range* range) const = 0;
Ddummy_text_input_client.h35 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
Dinput_method_win.cc189 if (!client->GetSelectionRange(&target_range) || in OnDocumentFeed()
251 if (!client->GetSelectionRange(&selection_range) || in OnReconvertString()
Dinput_method_ibus.cc188 !GetTextInputClient()->GetSelectionRange(&selection_range)) { in OnCaretBoundsChanged()
Dinput_method_ibus_unittest.cc297 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE { in GetSelectionRange() function in ui::InputMethodIBusTest
/external/chromium_org/ui/views/ime/
Dinput_method_bridge.cc267 bool InputMethodBridge::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::InputMethodBridge
269 return client ? client->GetSelectionRange(range) : false; in GetSelectionRange()
Dinput_method_bridge.h69 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
/external/chromium_org/ui/views/controls/
Dprefix_selector.h44 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
Dprefix_selector.cc104 bool PrefixSelector::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::PrefixSelector
/external/chromium_org/chrome_frame/test/
Dchrome_frame_ui_test_utils.h138 bool GetSelectionRange(int* start_offset, int* end_offset);
Dchrome_frame_ui_test_utils.cc389 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/
Drender_widget_host_view_views.h119 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
Drender_widget_host_view_views.cc719 bool RenderWidgetHostViewViews::GetSelectionRange(ui::Range* range) { in GetSelectionRange() function in RenderWidgetHostViewViews
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura.cc302 rwhva_->GetSelectionRange(&selection_range); in IsCommandIdEnabled()
/external/chromium_org/ui/views/controls/textfield/
Dnative_textfield_views.h191 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
Dnative_textfield_views.cc1040 bool NativeTextfieldViews::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::NativeTextfieldViews
Dnative_textfield_views_unittest.cc1199 EXPECT_TRUE(client->GetSelectionRange(&range)); in TEST_F()
/external/chromium_org/ui/keyboard/
Dkeyboard_controller_unittest.cc146 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE { in GetSelectionRange() function in keyboard::__anonff7f8b490111::TestTextInputClient
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_win.h285 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
Drender_widget_host_view_aura.h274 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
/external/chromium_org/ui/base/ime/win/
Dtsf_text_store_unittest.cc43 MOCK_CONST_METHOD1(GetSelectionRange, bool(gfx::Range*));

12