Searched refs:PAGE_ZOOM_OUT (Results 1 – 13 of 13) sorted by relevance
15 PAGE_ZOOM_OUT = -1, enumerator
83 if (zoom == content::PAGE_ZOOM_OUT) { in Zoom()
101 WaitForZoom(content::PAGE_ZOOM_OUT); in ZoomOut()
182 Zoom(zoom_in ? content::PAGE_ZOOM_IN : content::PAGE_ZOOM_OUT); in ContentsZoomChange()
409 panel_host_->Zoom(content::PAGE_ZOOM_OUT); in ExecuteCommandWithDisposition()
174 zoom_type = content::PAGE_ZOOM_OUT; in RunImpl()
160 [self zoomHelper:content::PAGE_ZOOM_OUT];
627 Zoom(browser_, content::PAGE_ZOOM_OUT); in ExecuteCommandWithDisposition()
1737 chrome::Zoom(browser(), content::PAGE_ZOOM_OUT); in IN_PROC_BROWSER_TEST_F()
953 content::PAGE_ZOOM_OUT); in AcceleratorPressed()
1230 host->Zoom(content::PAGE_ZOOM_OUT); in AcceleratorPressed()
920 automation_client_->SetZoomLevel(content::PAGE_ZOOM_OUT); in OnSetZoomRange()
174 *zoom = zoom_factor >= 1 ? PAGE_ZOOM_IN : PAGE_ZOOM_OUT; in DecodeZoomGesture()