Searched refs:host_zoom_map (Results 1 – 3 of 3) sorted by relevance
82 const HostZoomMap* host_zoom_map() const { return host_zoom_map_; } in host_zoom_map() function105 void set_host_zoom_map(HostZoomMap* host_zoom_map) { in set_host_zoom_map() argument106 host_zoom_map_ = host_zoom_map; in set_host_zoom_map()
166 params->host_zoom_map = profile->GetHostZoomMap(); in InitializeProfileParams()336 context->set_host_zoom_map(profile_params_->host_zoom_map); in ApplyProfileParamsToContext()
105 scoped_refptr<HostZoomMap> host_zoom_map; member