Searched refs:host_zoom_map_ (Results 1 – 5 of 5) sorted by relevance
82 const HostZoomMap* host_zoom_map() const { return host_zoom_map_; } in host_zoom_map()106 host_zoom_map_ = host_zoom_map; in set_host_zoom_map()145 scoped_refptr<HostZoomMap> host_zoom_map_; variable
378 set_host_zoom_map(other->host_zoom_map_); in CopyFrom()
455 if (!host_zoom_map_) in GetHostZoomMap()456 host_zoom_map_ = new HostZoomMap(this); in GetHostZoomMap()457 return host_zoom_map_.get(); in GetHostZoomMap()702 scoped_refptr<HostZoomMap> host_zoom_map_; member in OffTheRecordProfileImpl
269 host_zoom_map_(NULL), in ProfileImpl()946 if (!host_zoom_map_) in GetHostZoomMap()947 host_zoom_map_ = new HostZoomMap(this); in GetHostZoomMap()948 return host_zoom_map_.get(); in GetHostZoomMap()
237 scoped_refptr<HostZoomMap> host_zoom_map_; variable