Searched refs:arrow_target_height_ (Results 1 – 2 of 2) sorted by relevance
18 arrow_target_height_(kDefaultArrowTargetHeight), in InfoBar()52 if ((arrow_target_height_ != height) && !animation()->IsClosing()) { in SetArrowTargetHeight()53 arrow_target_height_ = height; in SetArrowTargetHeight()99 arrow_height_ = static_cast<int>(arrow_target_height_ * scale_factor); in RecalculateHeights()101 arrow_half_width_ = static_cast<int>(std::min(arrow_target_height_, in RecalculateHeights()
107 int arrow_target_height_; variable