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

  /external/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_controller.h 32 virtual int GetMinimumWidth() = 0;
password_generation_popup_controller_impl.h 98 virtual int GetMinimumWidth() OVERRIDE;
password_generation_popup_controller_impl.cc 157 int PasswordGenerationPopupControllerImpl::GetMinimumWidth() {
  /external/chromium_org/ash/frame/
custom_frame_view_ash.cc 150 int GetMinimumWidth() const;
244 int CustomFrameViewAsh::HeaderView::GetMinimumWidth() const {
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/
password_generation_popup_view_views.cc 179 int width = controller_->GetMinimumWidth();

Completed in 378 milliseconds