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

/inkscape/src/widgets/
H A Dicon.cpp481 bool cacheValid = (present == wanted); local
483 if ( cacheValid ) {
486 for ( Glib::DirIterator it = dir.begin(); cacheValid && (it != dir.end()); ++it ) {
491 for ( Glib::DirIterator subit = subdir.begin(); cacheValid && (subit != subdir.end()); ++subit ) {
499 cacheValid = false;
509 if ( !cacheValid ) {

Completed in 18 milliseconds