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

  /external/chromium_org/ui/views/controls/textfield/
textfield_test_api.cc 10 : textfield_(textfield) {
15 textfield_->UpdateContextMenu();
19 return textfield_->GetRenderText();
23 textfield_->CreateTouchSelectionControllerAndNotifyIt();
27 textfield_->touch_selection_controller_.reset();
textfield_test_api.h 25 TextfieldModel* model() const { return textfield_->model_.get(); }
28 return textfield_->context_menu_contents_.get();
32 return textfield_->touch_selection_controller_.get();
36 Textfield* textfield_; member in class:views::TextfieldTestApi
textfield_unittest.cc 115 textfield_(NULL),
166 ASSERT_FALSE(textfield_);
167 textfield_ = new TestTextfield();
168 textfield_->set_controller(this);
175 container->AddChildView(textfield_);
176 textfield_->SetBoundsRect(params.bounds);
177 textfield_->set_id(1);
178 test_api_.reset(new TextfieldTestApi(textfield_));
194 textfield_->RequestFocus();
266 textfield_->OnMousePressed(click)
301 TestTextfield* textfield_; member in class:views::TextfieldTest
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
ax_tree_source_ash_unittest.cc 58 textfield_ = new Textfield();
59 textfield_->SetText(base::ASCIIToUTF16("Value"));
60 content_->AddChildView(textfield_);
66 Textfield* textfield_; member in class:AXTreeSourceAshTest
89 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_);
118 content_->AddChildView(textfield_);
123 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_);
144 AXAuraObjCache::GetInstance()->GetOrCreate(textfield_);
147 ASSERT_FALSE(textfield_->HasFocus());
149 ASSERT_TRUE(textfield_->HasFocus())
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 67 textfield_(NULL),
87 textfield_ = new Textfield();
94 container->AddChildView(textfield_);
96 textfield_->SetBoundsRect(gfx::Rect(0, 0, 200, 20));
97 textfield_->set_id(1);
100 textfield_->RequestFocus();
102 textfield_test_api_.reset(new TextfieldTestApi(textfield_));
194 const gfx::SelectionModel& sel = textfield_->GetSelectionModel();
204 Textfield* textfield_; member in class:views::TouchSelectionControllerImplTest
218 gfx::SelectionModel sel = textfield_->GetSelectionModel();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
password_generation_bubble_view.cc 62 views::Textfield* textfield_; member in class:__anon9863::TextfieldWrapper
68 : textfield_(textfield),
72 AddChildView(textfield_);
80 textfield_->SetPosition(gfx::Point(kTextfieldHorizontalPadding,
82 textfield_->SizeToPreferredSize();
87 int button_x = (textfield_->GetPreferredSize().width() +
100 int width = (textfield_->GetPreferredSize().width() +
103 int height = (textfield_->GetPreferredSize().height() +
112 int size = (textfield_->GetPreferredSize().height() +
129 textfield_(NULL)
    [all...]
password_generation_bubble_view.h 79 views::Textfield* textfield_; member in class:PasswordGenerationBubbleView
  /external/chromium_org/ui/views/examples/
multiline_example.h 45 Textfield* textfield_; member in class:views::examples::MultilineExample
multiline_example.cc 107 textfield_(NULL),
132 textfield_ = new Textfield();
133 textfield_->set_controller(this);
134 textfield_->SetText(kTestString);
155 layout->AddView(textfield_);
174 label_->SetText(label_checkbox_->checked() ? textfield_->text() :
  /external/chromium_org/ui/views/color_chooser/
color_chooser_view.h 78 Textfield* textfield_; member in class:views::ColorChooserView
color_chooser_view.cc 396 textfield_ = new Textfield();
397 textfield_->set_controller(this);
398 textfield_->set_default_width_in_chars(kTextfieldLengthInChars);
399 layout->AddView(textfield_);
416 textfield_->SetText(GetColorText(color));
426 textfield_->SetText(GetColorText(color));
437 textfield_->SetText(GetColorText(color));
441 return textfield_;
  /external/chromium_org/ppapi/examples/ime/
ime.cc 456 textfield_.push_back(MyTextField(this, status_handler_,
458 textfield_.back().SetText("Hello");
459 textfield_.push_back(MyTextField(this, status_handler_,
461 textfield_.back().SetText("World");
537 for (std::vector<MyTextField>::iterator it = textfield_.begin();
538 it != textfield_.end();
559 for (std::vector<MyTextField>::iterator it = textfield_.begin();
560 it != textfield_.end();
577 for (std::vector<MyTextField>::iterator it = textfield_.begin();
578 it != textfield_.end()
715 std::vector<MyTextField> textfield_; member in class:MyInstance
    [all...]
  /external/chromium_org/ash/test/
child_modal_window.cc 116 textfield_(new views::Textfield),
129 AddChildView(textfield_);
187 textfield_->SetBounds(x(), running_y, width(), kTextfieldHeight);
child_modal_window.h 62 views::Textfield* textfield_; member in class:ash::test::ChildModalParent
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 394 ExpandingTextfield* textfield() { return textfield_; }
433 ExpandingTextfield* textfield_; member in class:autofill::AutofillDialogViews::SuggestionView
autofill_dialog_views.cc     [all...]

Completed in 161 milliseconds