Home
last modified time | relevance | path

Searched refs:desired_width_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dcamera.cc137 desired_width_(kFrameWidth), in Camera()
239 desired_width_ = desired_width; in DoInitialize()
469 int desired_width = desired_width_; in ProcessImage()
474 if (desired_width_ * frame_height_ > frame_width_ * desired_height_) { in ProcessImage()
476 desired_height = (desired_height_ * frame_width_) / desired_width_; in ProcessImage()
478 desired_width = (desired_width_ * frame_height_) / desired_height_; in ProcessImage()
521 if (image.width() < desired_width_ || image.height() < desired_height_) { in ProcessImage()
525 desired_width_, in ProcessImage()
Dcamera.h168 int desired_width_; variable
/external/chromium_org/chrome/browser/ui/gtk/
Dstatus_bubble_gtk.cc48 desired_width_(0), in StatusBubbleGtk()
149 desired_width_ = req.width; in SetStatusTextTo()
357 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue(); in UpdateLabelSizeRequest()
Dstatus_bubble_gtk.h153 int desired_width_; variable
Dbrowser_actions_toolbar_gtk.cc503 desired_width_(0), in BrowserActionsToolbarGtk()
717 desired_width_ = WidthForIconCount(count); in AnimateToShowNIcons()
804 int width = start_width_ + (desired_width_ - start_width_) * in AnimationProgressed()
808 if (width == desired_width_) in AnimationProgressed()
813 gtk_widget_set_size_request(button_hbox_.get(), desired_width_, -1); in AnimationEnded()
Dbrowser_actions_toolbar_gtk.h223 int desired_width_; variable
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_actions_toolbar_gtk.cc374 desired_width_(0), in BrowserActionsToolbarGtk()
586 desired_width_ = WidthForIconCount(count); in AnimateToShowNIcons()
651 int width = start_width_ + (desired_width_ - start_width_) * in AnimationProgressed()
655 if (width == desired_width_) in AnimationProgressed()
660 gtk_widget_set_size_request(button_hbox_.get(), desired_width_, -1); in AnimationEnded()
Dstatus_bubble_gtk.h152 int desired_width_; variable
Dstatus_bubble_gtk.cc140 desired_width_ = req.width; in SetStatusTextTo()
342 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue(); in UpdateLabelSizeRequest()
Dbrowser_actions_toolbar_gtk.h210 int desired_width_; variable