Searched defs:GetMinimumWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_controller_impl.cc157 int PasswordGenerationPopupControllerImpl::GetMinimumWidth() { function in class:autofill::PasswordGenerationPopupControllerImpl
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc150 int GetMinimumWidth() const;
244 int CustomFrameViewAsh::HeaderView::GetMinimumWidth() const { function in class:ash::CustomFrameViewAsh::HeaderView
519 std::max(header_view_->GetMinimumWidth(), min_client_view_size.width()),
529 width = std::max(header_view_->GetMinimumWidth(), max_client_size.width());

Completed in 3233 milliseconds