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

  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 82 const HostZoomMap* host_zoom_map() const { return host_zoom_map_; }
106 host_zoom_map_ = host_zoom_map;
145 scoped_refptr<HostZoomMap> host_zoom_map_; member in class:ChromeURLRequestContext
chrome_url_request_context.cc 378 set_host_zoom_map(other->host_zoom_map_);
  /external/chromium/chrome/browser/profiles/
profile.cc 455 if (!host_zoom_map_)
456 host_zoom_map_ = new HostZoomMap(this);
457 return host_zoom_map_.get();
702 scoped_refptr<HostZoomMap> host_zoom_map_; member in class:OffTheRecordProfileImpl
profile_impl.h 237 scoped_refptr<HostZoomMap> host_zoom_map_; member in class:ProfileImpl
profile_impl.cc 269 host_zoom_map_(NULL),
    [all...]

Completed in 111 milliseconds