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

  /external/chromium_org/chrome_frame/infobars/internal/
infobar_window.cc 103 RECT infobar_rect = *rect; local
107 infobar_rect.bottom = rect->top + current_height_;
108 rect->top = std::min(rect->bottom, infobar_rect.bottom);
111 infobar_rect.top = rect->bottom - current_height_;
112 rect->bottom = std::max(rect->top, infobar_rect.top);
120 content_->SetDimensions(infobar_rect);

Completed in 176 milliseconds