Home | History | Annotate | Download | only in textfield

Lines Matching refs:OnKeyPressed

67   virtual bool OnKeyPressed(const ui::KeyEvent& e) OVERRIDE {
70 // Since OnKeyPressed() might destroy |this|, get a weak pointer and
73 bool key = views::Textfield::OnKeyPressed(e);