Home
last modified time | relevance | path

Searched refs:GetMaximumZoomPercent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/browser/
Dweb_contents.h507 virtual int GetMaximumZoomPercent() const = 0;
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h288 virtual int GetMaximumZoomPercent() const OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc2214 int WebContentsImpl::GetMaximumZoomPercent() const { in GetMaximumZoomPercent() function in content::WebContentsImpl
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dwrench_menu.cc815 int max_percent = selected_tab->GetMaximumZoomPercent(); in MaxWidthForZoomLabel()