HomeSort by relevance Sort by last modified time
    Searched refs:start_width_ (Results 1 - 8 of 8) 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...]
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc 47 start_width_(0),
342 start_width_ = allocation.width;
356 int new_width = start_width_ +
357 (desired_width_ - start_width_) * expand_animation_->GetCurrentValue();
status_bubble_gtk.h 152 int start_width_; member in class:StatusBubbleGtk
browser_actions_toolbar_gtk.h 225 int start_width_; member in class:BrowserActionsToolbarGtk
browser_actions_toolbar_gtk.cc 504 start_width_(0),
721 start_width_ = allocation.width;
804 int width = start_width_ + (desired_width_ - start_width_) *
    [all...]

Completed in 245 milliseconds