Searched refs:doc_cache (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dicon.cpp1258 static std::map<Glib::ustring, SVGDocCache *> doc_cache; variable
1309 std::map<Glib::ustring, SVGDocCache *>::iterator i = doc_cache.find(key);
1310 if ( i != doc_cache.end() ) {
1324 doc_cache[key] = info;

Completed in 17 milliseconds