Home
last modified time | relevance | path

Searched refs:surface_map (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc1082 CairoCachedSurfaceMap& surface_map = (*display_surface_map)[display]; in GetSurfaceNamedImpl() local
1085 CairoCachedSurfaceMap::const_iterator found = surface_map.find(id); in GetSurfaceNamedImpl()
1086 if (found != surface_map.end()) in GetSurfaceNamedImpl()
1092 surface_map[id] = surface; in GetSurfaceNamedImpl()
Dgtk_theme_service.h232 PerDisplaySurfaceMap* surface_map,