Home
last modified time | relevance | path

Searched refs:label_x (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/views/focus/
Dfocus_traversal_unittest.cc301 int label_x = 5; in InitContentView() local
311 label->SetBounds(label_x, y, label_width, label_height); in InitContentView()
316 text_field->SetBounds(label_x + label_width + 5, y, in InitContentView()
324 label->SetBounds(label_x, y, label_width, label_height); in InitContentView()
329 text_field->SetBounds(label_x + label_width + 5, y, in InitContentView()
337 label->SetBounds(label_x, y, label_width, label_height); in InitContentView()
342 text_field->SetBounds(label_x + label_width + 5, y, in InitContentView()
350 label->SetBounds(label_x, y, label_width, label_height); in InitContentView()
355 text_field->SetBounds(label_x + label_width + 5, y, in InitContentView()
362 button->SetBounds(label_x, y + 10, 80, 30); in InitContentView()
[all …]
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dorigin_chip_view.cc295 int label_x = GetLabelX(); in Layout() local
296 int label_width = std::max(0, width() - label_x - kEdgeThickness); in Layout()
302 ev_label_->SetBounds(label_x, label_y, ev_label_width, label_height); in Layout()
306 label_x += ev_label_width; in Layout()
309 host_label_->SetBounds(label_x, label_y, label_width, label_height); in Layout()
/external/chromium_org/v8/tools/profviz/
Dcomposer.js502 var label_x = range_start;
505 label_x += padding;
506 output("set label \"" + name + "\" at " + label_x + "," + label_y +
531 var label_x = pause.end + padding;
534 label_x + "," + label_y + " font \"Helvetica,7'\"");
/external/chromium_org/chrome/browser/ui/views/profiles/
Davatar_menu_bubble_view.cc315 int label_x = profiles::kAvatarIconWidth + kIconMarginX; in Layout() local
316 int max_label_width = std::max(width() - label_x, 0); in Layout()
328 name_label_->SetBounds(label_x, y, name_size.width(), name_size.height()); in Layout()
331 sync_state_label_->SetBounds(label_x, bottom - state_size.height(), in Layout()
334 edit_link_->SetBounds(label_x, bottom - edit_size.height(), in Layout()