Searched defs:GetSelectionRange (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_test_helper.cc58 gfx::Range TextInputTestHelper::GetSelectionRange() const { function in class:chromeos::TextInputTestHelper
108 !GetTextInputClient()->GetSelectionRange(&selection_range_))
/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc73 bool DummyTextInputClient::GetSelectionRange(gfx::Range* range) const { function in class:ui::DummyTextInputClient
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc104 bool PrefixSelector::GetSelectionRange(gfx::Range* range) const { function in class:views::PrefixSelector
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc267 bool InputMethodBridge::GetSelectionRange(gfx::Range* range) const { function in class:views::InputMethodBridge
269 return client ? client->GetSelectionRange(range) : false;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1473 bool Textfield::GetSelectionRange(gfx::Range* range) const { function in class:views::Textfield
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1565 bool RenderWidgetHostViewAura::GetSelectionRange(gfx::Range* range) const { function in class:content::RenderWidgetHostViewAura

Completed in 2940 milliseconds