Home | History | Annotate | Download | only in accessibility

Lines Matching refs:textfield

19 #include "ui/views/controls/textfield/textfield.h"
25 using views::Textfield;
58 textfield_ = new Textfield();
66 Textfield* textfield_;
87 AXAuraObjWrapper* textfield = content_children[0];
90 ASSERT_EQ(cached_textfield, textfield);
92 ax_tree.GetChildren(textfield, &textfield_children);
95 ASSERT_EQ(content, textfield->GetParent());
120 // Grab the textfield since serialization only walks up the tree (not down