Searched refs:GetMinimumWidth (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_controller.h32 virtual int GetMinimumWidth() = 0;
H A Dpassword_generation_popup_controller_impl.h98 virtual int GetMinimumWidth() OVERRIDE;
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());
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dpassword_generation_popup_view_views.cc179 int width = controller_->GetMinimumWidth();

Completed in 688 milliseconds