Searched defs:SetSelectionRange (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc77 bool DummyTextInputClient::SetSelectionRange(const gfx::Range& range) { function in class:ui::DummyTextInputClient
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc109 bool PrefixSelector::SetSelectionRange(const gfx::Range& range) { function in class:views::PrefixSelector
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc272 bool InputMethodBridge::SetSelectionRange(const gfx::Range& range) { function in class:views::InputMethodBridge
274 return client ? client->SetSelectionRange(range) : false;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1436 bool Textfield::SetSelectionRange(const gfx::Range& range) { function in class:views::Textfield
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1486 bool RenderWidgetHostViewAura::SetSelectionRange(const gfx::Range& range) { function in class:content::RenderWidgetHostViewAura

Completed in 372 milliseconds