HomeSort by relevance Sort by last modified time
    Searched full:desired_width_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
camera.cc 137 desired_width_(kFrameWidth),
239 desired_width_ = desired_width;
469 int desired_width = desired_width_;
474 if (desired_width_ * frame_height_ > frame_width_ * desired_height_) {
476 desired_height = (desired_height_ * frame_width_) / desired_width_;
478 desired_width = (desired_width_ * frame_height_) / desired_height_;
521 if (image.width() < desired_width_ || image.height() < desired_height_) {
525 desired_width_,
camera.h 168 int desired_width_; member in class:chromeos::Camera
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc 48 desired_width_(0),
149 desired_width_ = req.width;
357 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue();
status_bubble_gtk.h 153 int desired_width_; member in class:StatusBubbleGtk
browser_actions_toolbar_gtk.cc 503 desired_width_(0),
717 desired_width_ = WidthForIconCount(count);
804 int width = start_width_ + (desired_width_ - start_width_) *
808 if (width == desired_width_)
813 gtk_widget_set_size_request(button_hbox_.get(), desired_width_, -1);
    [all...]
browser_actions_toolbar_gtk.h 223 int desired_width_; member in class:BrowserActionsToolbarGtk
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 374 desired_width_(0),
586 desired_width_ = WidthForIconCount(count);
651 int width = start_width_ + (desired_width_ - start_width_) *
655 if (width == desired_width_)
660 gtk_widget_set_size_request(button_hbox_.get(), desired_width_, -1);
    [all...]
status_bubble_gtk.cc 140 desired_width_ = req.width;
342 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue();
browser_actions_toolbar_gtk.h 210 int desired_width_; member in class:BrowserActionsToolbarGtk
status_bubble_gtk.h 152 int desired_width_; member in class:StatusBubbleGtk

Completed in 2001 milliseconds