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

  /external/chromium_org/ui/app_list/views/
page_switcher.h 41 void CalculateButtonWidthAndSpacing(int contents_width);
page_switcher.cc 190 void PageSwitcher::CalculateButtonWidthAndSpacing(int contents_width) {
195 contents_width -= 2 * kButtonStripPadding;
200 button_spacing = (contents_width - button_width * button_count) /
206 button_width = (contents_width - (button_count - 1) * button_spacing) /
  /external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.cc 124 int contents_width = width() - 2 * left; local
126 take_photo_view_->SetBounds(left, top, contents_width, contents_height);
  /external/chromium_org/ui/message_center/views/
message_center_bubble.cc 47 int contents_width = std::max(width - GetInsets().width(), 0); local
48 int contents_height = child_at(0)->GetHeightForWidth(contents_width);

Completed in 423 milliseconds