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

  /external/chromium_org/mojo/examples/browser/
browser.cc 38 views::View* text_field = host->child_at(0); variable
39 gfx::Size ps = text_field->GetPreferredSize();
40 text_field->SetBoundsRect(gfx::Rect(host->width(), ps.height()));
  /external/chromium_org/chrome/browser/ui/views/
edit_search_engine_dialog.cc 237 Textfield* text_field = new Textfield(); local
238 text_field->SetText(text);
239 text_field->set_controller(this);
240 return text_field;
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 313 Textfield* text_field = new Textfield(); local
314 text_field->set_id(kAppleTextfieldID);
315 left_container_->AddChildView(text_field);
316 text_field->SetBounds(label_x + label_width + 5, y,
326 text_field = new Textfield();
327 text_field->set_id(kOrangeTextfieldID);
328 left_container_->AddChildView(text_field);
329 text_field->SetBounds(label_x + label_width + 5, y,
339 text_field = new Textfield();
340 text_field->set_id(kBananaTextfieldID)
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme.h 211 TextFieldExtraParams text_field; member in union:ui::NativeTheme::ExtraParams

Completed in 89 milliseconds