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

  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 151 int start_width_; member in class:StatusBubbleGtk
status_bubble_gtk.cc 327 start_width_ = label_.get()->allocation.width;
341 int new_width = start_width_ +
342 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue();
browser_actions_toolbar_gtk.h 212 int start_width_; member in class:BrowserActionsToolbarGtk
browser_actions_toolbar_gtk.cc 375 start_width_(0),
587 start_width_ = button_hbox_->allocation.width;
651 int width = start_width_ + (desired_width_ - start_width_) *
    [all...]

Completed in 4128 milliseconds