Home
last modified time | relevance | path

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

/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
108 !GetTextInputClient()->GetSelectionRange(&selection_range_)) in OnCaretBoundsChanged()
Dtextinput_test_helper.h41 gfx::Range GetSelectionRange() const;
/external/chromium_org/ui/base/ime/
Ddummy_text_input_client.cc73 bool DummyTextInputClient::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in ui::DummyTextInputClient
Dtext_input_client.h111 virtual bool GetSelectionRange(gfx::Range* range) const = 0;
Ddummy_text_input_client.h35 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
Dinput_method_win.cc411 if (!client->GetSelectionRange(&target_range) || in OnDocumentFeed()
473 if (!client->GetSelectionRange(&selection_range) || in OnReconvertString()
Dinput_method_chromeos.cc202 !GetTextInputClient()->GetSelectionRange(&selection_range)) { in OnCaretBoundsChanged()
Dinput_method_chromeos_unittest.cc303 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE { in GetSelectionRange() function in ui::InputMethodChromeOSTest
/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/ui/views/cocoa/
Dbridged_content_view.mm203 if (!textInputClient_->GetSelectionRange(&selectionRange))
283 textInputClient_->GetSelectionRange(&range);
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura.cc279 rwhva_->GetSelectionRange(&selection_range); in IsCommandIdEnabled()
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.h297 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
Dtextfield.cc1473 bool Textfield::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in views::Textfield
Dtextfield_unittest.cc1161 EXPECT_TRUE(client->GetSelectionRange(&range)); in TEST_F()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.h262 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
Drender_widget_host_view_aura.cc1565 bool RenderWidgetHostViewAura::GetSelectionRange(gfx::Range* range) const { in GetSelectionRange() function in content::RenderWidgetHostViewAura