Home
last modified time | relevance | path

Searched refs:GetAllZoomLevels (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/
Dhost_zoom_map_impl_unittest.cc60 TEST_F(HostZoomMapTest, GetAllZoomLevels) { in TEST_F() argument
68 HostZoomMap::ZoomLevelVector levels = host_zoom_map.GetAllZoomLevels(); in TEST_F()
Dhost_zoom_map_impl.h41 virtual ZoomLevelVector GetAllZoomLevels() const OVERRIDE; in NON_EXPORTED_BASE()
Dhost_zoom_map_impl.cc145 HostZoomMap::ZoomLevelVector HostZoomMapImpl::GetAllZoomLevels() const { in GetAllZoomLevels() function in content::HostZoomMapImpl
/external/chromium_org/content/public/browser/
Dhost_zoom_map.h89 virtual ZoomLevelVector GetAllZoomLevels() const = 0;
/external/chromium_org/chrome/browser/profiles/
Dhost_zoom_map_browsertest.cc96 host_zoom_map->GetAllZoomLevels(); in GetHostsWithZoomLevels()
/external/chromium_org/chrome/browser/ui/webui/options/
Dcontent_settings_handler.cc988 host_zoom_map->GetAllZoomLevels()); in UpdateZoomLevelsExceptionsView()