Home
last modified time | relevance | path

Searched refs:SetSelectionRange (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/ui/base/ime/
Ddummy_text_input_client.cc74 bool DummyTextInputClient::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in ui::DummyTextInputClient
Dtext_input_client.h108 virtual bool SetSelectionRange(const gfx::Range& range) = 0;
Ddummy_text_input_client.h36 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
Dinput_method_ibus_unittest.cc302 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE { return false; } in SetSelectionRange() function in ui::InputMethodIBusTest
/external/chromium_org/ui/views/ime/
Dinput_method_bridge.cc272 bool InputMethodBridge::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in views::InputMethodBridge
274 return client ? client->SetSelectionRange(range) : false; in SetSelectionRange()
Dinput_method_bridge.h70 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
/external/chromium_org/ui/views/controls/
Dprefix_selector.h45 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
Dprefix_selector.cc109 bool PrefixSelector::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in views::PrefixSelector
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc573 SetSelectionRange(state->view_state.selection); in Update()
847 SetSelectionRange(original_selection_); in OnRevertTemporaryText()
874 SetSelectionRange(new_sel); in OnAfterPossibleChangeInternal()
1429 SetSelectionRange(saved_sel); in OnKeyUp()
1789 SetSelectionRange(saved_selection_for_focus_change_); in OnSetFocus()
2235 SetSelectionRange(saved_sel); in EmphasizeURLComponents()
2453 SetSelectionRange(sel); in StartDragIfNecessary()
2493 SetSelectionRange(sel); in StartDragIfNecessary()
Dautocomplete_edit_view_win.h331 void SetSelectionRange(const CHARRANGE& sel) { in SetSelectionRange() function
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.h120 virtual bool SetSelectionRange(const ui::Range& range) OVERRIDE;
Drender_widget_host_view_views.cc725 bool RenderWidgetHostViewViews::SetSelectionRange(const ui::Range& range) { in SetSelectionRange() function in RenderWidgetHostViewViews
/external/chromium_org/ui/views/controls/textfield/
Dnative_textfield_views.h192 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
Dnative_textfield_views_unittest.cc1198 EXPECT_TRUE(client->SetSelectionRange(gfx::Range(1, 4))); in TEST_F()
1266 EXPECT_TRUE(client->SetSelectionRange(gfx::Range(5, 5))); in TEST_F()
Dnative_textfield_views.cc1047 bool NativeTextfieldViews::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in views::NativeTextfieldViews
/external/chromium_org/ui/keyboard/
Dkeyboard_controller_unittest.cc149 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE { in SetSelectionRange() function in keyboard::__anonff7f8b490111::TestTextInputClient
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_win.h286 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
Drender_widget_host_view_aura.h275 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
Drender_widget_host_view_win.cc1136 bool RenderWidgetHostViewWin::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in content::RenderWidgetHostViewWin
Drender_widget_host_view_aura.cc2385 bool RenderWidgetHostViewAura::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in content::RenderWidgetHostViewAura
/external/chromium_org/ui/base/ime/win/
Dtsf_text_store_unittest.cc44 MOCK_METHOD1(SetSelectionRange, bool(const gfx::Range&));