Searched refs:host_zoom_map (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dchrome_url_request_context.h22 #include "content/browser/host_zoom_map.h"
82 const HostZoomMap* host_zoom_map() const { return host_zoom_map_; } function in class:ChromeURLRequestContext
105 void set_host_zoom_map(HostZoomMap* host_zoom_map) { argument
106 host_zoom_map_ = host_zoom_map;
/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.h105 scoped_refptr<HostZoomMap> host_zoom_map; member in struct:ProfileIOData::ProfileParams
H A Dprofile_io_data.cc166 params->host_zoom_map = profile->GetHostZoomMap();
336 context->set_host_zoom_map(profile_params_->host_zoom_map);

Completed in 73 milliseconds