HomeSort by relevance Sort by last modified time
    Searched refs:TextfieldModel (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 34 void Undo(TextfieldModel* model) {
41 void Redo(TextfieldModel* model) {
275 // TextfieldModel: public
277 TextfieldModel::Delegate::~Delegate() {}
279 TextfieldModel::TextfieldModel(Delegate* delegate)
285 TextfieldModel::~TextfieldModel() {
290 bool TextfieldModel::SetText(const base::string16& new_text) {
313 void TextfieldModel::Append(const base::string16& new_text)
    [all...]
textfield_test_api.h 25 TextfieldModel* model() const { return textfield_->model_.get(); }
textfield_model.h 39 class VIEWS_EXPORT TextfieldModel {
52 explicit TextfieldModel(Delegate* delegate);
53 virtual ~TextfieldModel();
120 // Helper function to call MoveCursorTo on the TextfieldModel.
264 // The TextfieldModel::Delegate instance should be provided by the owner.
287 DISALLOW_COPY_AND_ASSIGN(TextfieldModel);
textfield_model_unittest.cc 37 void MoveCursorTo(views::TextfieldModel& model, size_t pos) {
46 public TextfieldModel::Delegate {
58 void ResetModel(TextfieldModel* model) const {
70 TextfieldModel model(NULL);
112 TextfieldModel model(NULL);
148 TextfieldModel model(NULL);
238 TextfieldModel model(NULL);
254 TextfieldModel model(NULL);
303 TextfieldModel model(NULL);
382 TextfieldModel model(NULL)
    [all...]
textfield.h 39 public TextfieldModel::Delegate,
241 // TextfieldModel::Delegate overrides:
314 // Returns the TextfieldModel's text/cursor/selection rendering model.
344 // Helper function to call MoveCursorTo on the TextfieldModel.
391 scoped_ptr<TextfieldModel> model_;
textfield.cc 255 : model_(new TextfieldModel(this)),
    [all...]
textfield_unittest.cc 366 TextfieldModel* model_;
    [all...]

Completed in 817 milliseconds