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

  /external/chromium_org/chrome/browser/ui/views/
validation_message_bubble_delegate.cc 45 int label_width = label->GetPreferredSize().width(); local
54 label_width = std::max(label_width, sub_label->GetPreferredSize().width());
59 if (label_width < min_available)
60 label_width = min_available;
61 else if (label_width > max_available)
62 label_width = max_available;
64 label_width, label->GetHeightForWidth(label_width));
70 label_width,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
origin_chip_view.cc 293 int label_width = std::max(0, width() - label_x - kEdgeThickness); local
298 std::min(ev_label_->GetPreferredSize().width(), label_width);
304 label_width = std::max(0, label_width - ev_label_width);
306 host_label_->SetBounds(label_x, label_y, label_width, label_height);
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 302 int label_width = 50; 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,
368 cb->SetBounds(label_x + label_width + 5, y, 180, 20)
    [all...]
  /external/chromium_org/ui/views/controls/
label.cc 186 int label_width = 0; local
189 label_width = std::max(label_width, gfx::GetStringWidth(*iter, font_list_));
192 label_width += GetInsets().width();
195 label_width = std::min(label_width, max_width);
197 SetBounds(x(), y(), label_width, 0); local
  /external/jemalloc/src/
util.c 424 default: goto label_width;
429 label_width:
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 318 int label_width = width - GetInsets().width(); variable
321 label_width -= tooltip_icon->GetPreferredSize().width() +
325 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 203 #define label_width CUR Numbers[10] macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 203 #define label_width CUR Numbers[10] macro
    [all...]

Completed in 208 milliseconds