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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
origin_chip_view.cc 295 int label_x = GetLabelX(); local
296 int label_width = std::max(0, width() - label_x - kEdgeThickness);
302 ev_label_->SetBounds(label_x, label_y, ev_label_width, label_height);
306 label_x += ev_label_width;
309 host_label_->SetBounds(label_x, label_y, label_width, label_height);
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 301 int label_x = 5; local
311 label->SetBounds(label_x, y, label_width, label_height);
316 text_field->SetBounds(label_x + label_width + 5, y,
324 label->SetBounds(label_x, y, label_width, label_height);
329 text_field->SetBounds(label_x + label_width + 5, y,
337 label->SetBounds(label_x, y, label_width, label_height);
342 text_field->SetBounds(label_x + label_width + 5, y,
350 label->SetBounds(label_x, y, label_width, label_height);
355 text_field->SetBounds(label_x + label_width + 5, y,
362 button->SetBounds(label_x, y + 10, 80, 30)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 315 int label_x = profiles::kAvatarIconWidth + kIconMarginX; local
316 int max_label_width = std::max(width() - label_x, 0);
328 name_label_->SetBounds(label_x, y, name_size.width(), name_size.height());
331 sync_state_label_->SetBounds(label_x, bottom - state_size.height(),
334 edit_link_->SetBounds(label_x, bottom - edit_size.height(),
  /external/chromium_org/v8/tools/profviz/
composer.js 502 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'\"");

Completed in 182 milliseconds