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

  /external/chromium_org/ash/test/
child_modal_window.cc 33 const int kTextfieldHeight = 35;
187 textfield_->SetBounds(x(), running_y, width(), kTextfieldHeight);
188 running_y += kTextfieldHeight;
  /external/chromium_org/mojo/examples/window_manager/
window_manager.cc 46 const int kTextfieldHeight = 25;
451 bounds.set_height(kTextfieldHeight);
460 2 * kBorderInset + kTextfieldHeight,
464 (3 * kBorderInset + kTextfieldHeight));
493 kBorderInset * 2 + kTextfieldHeight,
496 kTextfieldHeight);

Completed in 67 milliseconds