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

  /external/chromium_org/content/browser/
host_zoom_map_impl.cc 298 return ContainsKey(temporary_zoom_levels_, key);
305 if (!ContainsKey(temporary_zoom_levels_, key))
308 return temporary_zoom_levels_.find(key)->second;
319 temporary_zoom_levels_[key] = level;
355 TemporaryZoomLevels::iterator it = temporary_zoom_levels_.find(key);
356 if (it == temporary_zoom_levels_.end())
358 temporary_zoom_levels_.erase(it);
host_zoom_map_impl.h 132 TemporaryZoomLevels temporary_zoom_levels_; member in class:content::HostZoomMapImpl
135 // |temporary_zoom_levels_| to guarantee thread safety.

Completed in 119 milliseconds