HomeSort by relevance Sort by last modified time
    Searched defs:HostZoomMapImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/
host_zoom_map_impl.cc 28 HostZoomMapImpl* rv = static_cast<HostZoomMapImpl*>(
31 rv = new HostZoomMapImpl();
37 HostZoomMapImpl::HostZoomMapImpl()
44 void HostZoomMapImpl::CopyFrom(HostZoomMap* copy_interface) {
50 HostZoomMapImpl* copy = static_cast<HostZoomMapImpl*>(copy_interface);
65 double HostZoomMapImpl::GetZoomLevelForHost(const std::string& host) const {
71 double HostZoomMapImpl::GetZoomLevelForHostAndScheme
    [all...]
host_zoom_map_impl.h 24 class CONTENT_EXPORT HostZoomMapImpl : public NON_EXPORTED_BASE(HostZoomMap),
28 HostZoomMapImpl();
29 virtual ~HostZoomMapImpl();
101 DISALLOW_COPY_AND_ASSIGN(HostZoomMapImpl);

Completed in 47 milliseconds