Home | History | Annotate | Download | only in browser

Lines Matching refs:HostZoomMapImpl

52   HostZoomMapImpl* rv = static_cast<HostZoomMapImpl*>(
55 rv = new HostZoomMapImpl();
62 // having to import HostZoomMapImpl everywhere.
64 HostZoomMapImpl* host_zoom_map = static_cast<HostZoomMapImpl*>(
71 HostZoomMapImpl* host_zoom_map = static_cast<HostZoomMapImpl*>(
77 HostZoomMapImpl::HostZoomMapImpl()
84 void HostZoomMapImpl::CopyFrom(HostZoomMap* copy_interface) {
90 HostZoomMapImpl* copy = static_cast<HostZoomMapImpl*>(copy_interface);
105 double HostZoomMapImpl::GetZoomLevelForHost(const std::string& host) const {
111 bool HostZoomMapImpl::HasZoomLevel(const std::string& scheme,
127 double HostZoomMapImpl::GetZoomLevelForHostAndScheme(
143 HostZoomMap::ZoomLevelVector HostZoomMapImpl::GetAllZoomLevels() const {
179 void HostZoomMapImpl::SetZoomLevelForHost(const std::string& host,
203 void HostZoomMapImpl::SetZoomLevelForHostAndScheme(const std::string& scheme,
223 double HostZoomMapImpl::GetDefaultZoomLevel() const {
227 void HostZoomMapImpl::SetDefaultZoomLevel(double level) {
232 HostZoomMapImpl::AddZoomLevelChangedCallback(
237 double HostZoomMapImpl::GetZoomLevelForWebContents(
259 void HostZoomMapImpl::SetZoomLevelForWebContents(
283 void HostZoomMapImpl::SetZoomLevelForView(int render_process_id,
293 bool HostZoomMapImpl::UsesTemporaryZoomLevel(int render_process_id,
301 double HostZoomMapImpl::GetTemporaryZoomLevel(int render_process_id,
311 void HostZoomMapImpl::SetTemporaryZoomLevel(int render_process_id,
334 void HostZoomMapImpl::Observe(int type,
350 void HostZoomMapImpl::ClearTemporaryZoomLevel(int render_process_id,
371 void HostZoomMapImpl::SendZoomLevelChange(const std::string& scheme,
385 HostZoomMapImpl::~HostZoomMapImpl() {