Searched refs:GetMinimumZoomPercent (Results 1 – 6 of 6) sorted by relevance
516 virtual int GetMinimumZoomPercent() const = 0;
652 decrement_button_->SetEnabled(zoom > selected_tab->GetMinimumZoomPercent()); in UpdateZoomControls()670 int min_percent = selected_tab->GetMinimumZoomPercent(); in MaxWidthForZoomLabel()
320 virtual int GetMinimumZoomPercent() const OVERRIDE; in NON_EXPORTED_BASE()
2395 int WebContentsImpl::GetMinimumZoomPercent() const { in GetMinimumZoomPercent() function in content::WebContentsImpl
608 contents->GetMinimumZoomPercent(); in CanZoomOut()
1819 *enable_minus = percent > contents->GetMinimumZoomPercent(); in GetZoomPercent()