Searched refs:start_width_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.h151 int start_width_; member in class:StatusBubbleGtk
H A Dstatus_bubble_gtk.cc327 start_width_ = label_.get()->allocation.width;
341 int new_width = start_width_ +
342 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue();
H A Dbrowser_actions_toolbar_gtk.h212 int start_width_; member in class:BrowserActionsToolbarGtk
H A Dbrowser_actions_toolbar_gtk.cc375 start_width_(0),
587 start_width_ = button_hbox_->allocation.width;
651 int width = start_width_ + (desired_width_ - start_width_) *

Completed in 78 milliseconds