Home | History | Annotate | Download | only in browser

Lines Matching refs:zoom

13 #include "chrome/browser/ui/zoom/zoom_controller.h"
33 // Generate a vector of zoom values from an array of known preset
69 void Zoom(content::WebContents* web_contents, content::PageZoom zoom) {
79 if (zoom == content::PAGE_ZOOM_RESET) {
85 // Generate a vector of zoom levels from an array of known presets along with
89 if (zoom == content::PAGE_ZOOM_OUT) {
90 // Iterate through the zoom levels in reverse order to find the next
91 // lower level based on the current zoom level for this page.
105 // Iterate through the zoom levels in normal order to find the next
106 // higher level based on the current zoom level for this page.