Searched defs:HostZoomMapImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dhost_zoom_map_impl.cc28 HostZoomMapImpl* rv = static_cast<HostZoomMapImpl*>(
31 rv = new HostZoomMapImpl();
37 HostZoomMapImpl::HostZoomMapImpl() function in class:content::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
[all...]
H A Dhost_zoom_map_impl.h24 class CONTENT_EXPORT HostZoomMapImpl : public NON_EXPORTED_BASE(HostZoomMap), class in namespace:content
28 HostZoomMapImpl();
29 virtual ~HostZoomMapImpl();
100 DISALLOW_COPY_AND_ASSIGN(HostZoomMapImpl);

Completed in 94 milliseconds