HomeSort by relevance Sort by last modified time
    Searched refs:host_zoom_map (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 22 #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) {
106 host_zoom_map_ = host_zoom_map;
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 105 scoped_refptr<HostZoomMap> host_zoom_map; member in struct:ProfileIOData::ProfileParams
profile_io_data.cc 166 params->host_zoom_map = profile->GetHostZoomMap();
336 context->set_host_zoom_map(profile_params_->host_zoom_map);

Completed in 67 milliseconds