HomeSort by relevance Sort by last modified time
    Searched full:zoom_type (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 227 content::PageZoom zoom_type; local
230 zoom_type = content::PAGE_ZOOM_IN;
233 zoom_type = content::PAGE_ZOOM_OUT;
236 zoom_type = content::PAGE_ZOOM_RESET;
242 render_view_host()->Zoom(zoom_type);

Completed in 60 milliseconds