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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.cc 20 top_arrow_target_height_(InfoBar::kDefaultArrowTargetHeight) {
85 top_arrow_target_height_ = std::min(
187 return top_arrow_target_height_;
195 return top_arrow_target_height_ + static_cast<int>(
196 (InfoBar::kDefaultArrowTargetHeight - top_arrow_target_height_) *
infobar_container.h 130 int top_arrow_target_height_; member in class:InfoBarContainer
  /external/chromium_org/chrome/browser/infobars/
infobar_container.cc 29 top_arrow_target_height_(InfoBar::kDefaultArrowTargetHeight) {
84 top_arrow_target_height_ = std::min(
226 return top_arrow_target_height_;
234 return top_arrow_target_height_ + static_cast<int>(
235 (InfoBar::kDefaultArrowTargetHeight - top_arrow_target_height_) *
infobar_container.h 153 int top_arrow_target_height_; member in class:InfoBarContainer

Completed in 119 milliseconds