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

  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 98 animation_start_height_(0) {
198 // We are animating from animation_start_height_ to size.
199 int target_height = animation_start_height_ + static_cast<int>(
200 (size.height() - animation_start_height_) *
207 animation_start_height_ = bounds().height();
page_info_bubble_view.h 80 int animation_start_height_; member in class:PageInfoBubbleView

Completed in 84 milliseconds