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

  /external/chromium_org/athena/util/
drag_handle.h 36 int preferred_width,
drag_handle.cc 21 int preferred_width,
47 int preferred_width,
53 preferred_width_(preferred_width),
135 int preferred_width,
138 scroll_direction, delegate, preferred_width, preferred_height);
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.h 48 void set_preferred_width(int preferred_width) {
49 preferred_width_ = preferred_width;
autofill_dialog_views.cc 200 const int preferred_width = textfield->GetPreferredSize().width(); variable
201 textfield->SetBounds(bounds.width() - preferred_width, bounds.y(),
202 preferred_width, bounds.height());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 118 int preferred_width = kNotificationWidth + 2 * kMarginBetweenItems; local
119 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.h 207 // Resizes |image| to a resolution which is nearest to |preferred_width| and
212 int preferred_width,
217 // Resizes |image| to a resolution which is nearest to |preferred_width| and
224 int preferred_width,
wallpaper_manager.cc 684 int preferred_width,
697 if (!(width > preferred_width && height > preferred_height))
700 double horizontal_ratio = static_cast<double>(preferred_width) / width;
707 resized_width = preferred_width;
712 resized_width = preferred_width;
747 int preferred_width,
759 preferred_width,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 163 int preferred_width = local
167 preferred_size.set_width(std::min(preferred_width, kMaxContentsWidth));
  /external/chromium_org/ui/message_center/views/
notification_view.cc 394 int preferred_width = std::max(top_width, bottom_width) + GetInsets().width(); local
395 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 356 int preferred_width = std::min( local
359 return gfx::Size(preferred_width, IconHeight());
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 287 SET_INT32(preferred_width);
    [all...]

Completed in 164 milliseconds