/external/chromium_org/ui/base/ime/ |
D | dummy_text_input_client.cc | 74 bool DummyTextInputClient::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in ui::DummyTextInputClient
|
D | text_input_client.h | 108 virtual bool SetSelectionRange(const gfx::Range& range) = 0;
|
D | dummy_text_input_client.h | 36 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
|
D | input_method_ibus_unittest.cc | 302 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE { return false; } in SetSelectionRange() function in ui::InputMethodIBusTest
|
/external/chromium_org/ui/views/ime/ |
D | input_method_bridge.cc | 272 bool InputMethodBridge::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in views::InputMethodBridge 274 return client ? client->SetSelectionRange(range) : false; in SetSelectionRange()
|
D | input_method_bridge.h | 70 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
|
/external/chromium_org/ui/views/controls/ |
D | prefix_selector.h | 45 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
|
D | prefix_selector.cc | 109 bool PrefixSelector::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in views::PrefixSelector
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 573 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()
|
D | autocomplete_edit_view_win.h | 331 void SetSelectionRange(const CHARRANGE& sel) { in SetSelectionRange() function
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.h | 120 virtual bool SetSelectionRange(const ui::Range& range) OVERRIDE;
|
D | render_widget_host_view_views.cc | 725 bool RenderWidgetHostViewViews::SetSelectionRange(const ui::Range& range) { in SetSelectionRange() function in RenderWidgetHostViewViews
|
/external/chromium_org/ui/views/controls/textfield/ |
D | native_textfield_views.h | 192 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
|
D | native_textfield_views_unittest.cc | 1198 EXPECT_TRUE(client->SetSelectionRange(gfx::Range(1, 4))); in TEST_F() 1266 EXPECT_TRUE(client->SetSelectionRange(gfx::Range(5, 5))); in TEST_F()
|
D | native_textfield_views.cc | 1047 bool NativeTextfieldViews::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in views::NativeTextfieldViews
|
/external/chromium_org/ui/keyboard/ |
D | keyboard_controller_unittest.cc | 149 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE { in SetSelectionRange() function in keyboard::__anonff7f8b490111::TestTextInputClient
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_win.h | 286 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
|
D | render_widget_host_view_aura.h | 275 virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
|
D | render_widget_host_view_win.cc | 1136 bool RenderWidgetHostViewWin::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in content::RenderWidgetHostViewWin
|
D | render_widget_host_view_aura.cc | 2385 bool RenderWidgetHostViewAura::SetSelectionRange(const gfx::Range& range) { in SetSelectionRange() function in content::RenderWidgetHostViewAura
|
/external/chromium_org/ui/base/ime/win/ |
D | tsf_text_store_unittest.cc | 44 MOCK_METHOD1(SetSelectionRange, bool(const gfx::Range&));
|