Searched refs:arrow_target_height_ (Results 1 – 2 of 2) sorted by relevance
23 arrow_target_height_(kDefaultArrowTargetHeight), in InfoBar()91 if ((arrow_target_height_ != height) && !animation_.IsClosing()) { in SetArrowTargetHeight()92 arrow_target_height_ = height; in SetArrowTargetHeight()138 arrow_height_ = static_cast<int>(arrow_target_height_ * scale_factor); in RecalculateHeights()140 arrow_half_width_ = static_cast<int>(std::min(arrow_target_height_, in RecalculateHeights()
95 int arrow_target_height() const { return arrow_target_height_; } in arrow_target_height()141 int arrow_target_height_; variable