Searched refs:GetMaximumZoomPercent (Results 1 – 4 of 4) sorted by relevance
507 virtual int GetMaximumZoomPercent() const = 0;
288 virtual int GetMaximumZoomPercent() const OVERRIDE; in NON_EXPORTED_BASE()
2214 int WebContentsImpl::GetMaximumZoomPercent() const { in GetMaximumZoomPercent() function in content::WebContentsImpl
815 int max_percent = selected_tab->GetMaximumZoomPercent(); in MaxWidthForZoomLabel()