Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/net/
Dchrome_url_request_context.h82 const HostZoomMap* host_zoom_map() const { return host_zoom_map_; } in host_zoom_map() function
105 void set_host_zoom_map(HostZoomMap* host_zoom_map) { in set_host_zoom_map() argument
106 host_zoom_map_ = host_zoom_map; in set_host_zoom_map()
/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc166 params->host_zoom_map = profile->GetHostZoomMap(); in InitializeProfileParams()
336 context->set_host_zoom_map(profile_params_->host_zoom_map); in ApplyProfileParamsToContext()
Dprofile_io_data.h105 scoped_refptr<HostZoomMap> host_zoom_map; member