Home | History | Annotate | Download | only in browser

Lines Matching refs:zoom

31   // Generate a vector of zoom values from an array of known preset
67 void Zoom(content::WebContents* web_contents, content::PageZoom zoom) {
74 if (zoom == content::PAGE_ZOOM_RESET) {
80 // Generate a vector of zoom levels from an array of known presets along with
84 if (zoom == content::PAGE_ZOOM_OUT) {
85 // Iterate through the zoom levels in reverse order to find the next
86 // lower level based on the current zoom level for this page.
100 // Iterate through the zoom levels in normal order to find the next
101 // higher level based on the current zoom level for this page.