SetSelectionRange  268 content/browser/renderer_host/render_widget_host_view_aura.h   virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
SetSelectionRange   36 ui/base/ime/dummy_text_input_client.h   virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
SetSelectionRange  108 ui/base/ime/text_input_client.h   virtual bool SetSelectionRange(const gfx::Range& range) = 0;
SetSelectionRange   45 ui/views/controls/prefix_selector.h   virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
SetSelectionRange  269 ui/views/controls/textfield/textfield.h   virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;
SetSelectionRange 1061 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_TRUE(client->SetSelectionRange(gfx::Range(1, 4)));
SetSelectionRange 1129 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_TRUE(client->SetSelectionRange(gfx::Range(5, 5)));
SetSelectionRange  274 ui/views/ime/input_method_bridge.cc   return client ? client->SetSelectionRange(range) : false;
SetSelectionRange   70 ui/views/ime/input_method_bridge.h   virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE;