HomeSort by relevance Sort by last modified time
    Searched defs:TextfieldWithMargin (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
textfield_with_margin.h 15 class TextfieldWithMargin : public views::Textfield {
17 TextfieldWithMargin();
18 explicit TextfieldWithMargin(views::Textfield::StyleFlags style);
26 DISALLOW_COPY_AND_ASSIGN(TextfieldWithMargin);
textfield_with_margin.cc 22 TextfieldWithMargin::TextfieldWithMargin() {
26 TextfieldWithMargin::TextfieldWithMargin(views::Textfield::StyleFlags style)
31 void TextfieldWithMargin::Layout() {
38 bool TextfieldWithMargin::OnKeyPressed(const views::KeyEvent& e) {

Completed in 49 milliseconds