Lines Matching refs:pFound
556 GalleryThemeEntry* pFound = NULL; in ImplGetThemeEntry() local
559 …for( GalleryThemeEntry* pEntry = aThemeList.First(); pEntry && !pFound; pEntry = aThemeList.Next()… in ImplGetThemeEntry()
561 pFound = pEntry; in ImplGetThemeEntry()
563 return pFound; in ImplGetThemeEntry()
570 GalleryImportThemeEntry* pFound = NULL; in ImplGetImportThemeEntry() local
572 …for( GalleryImportThemeEntry* pImportEntry = aImportList.First(); pImportEntry && !pFound; pImport… in ImplGetImportThemeEntry()
574 pFound = pImportEntry; in ImplGetImportThemeEntry()
576 return pFound; in ImplGetImportThemeEntry()
583 GalleryThemeEntry* pFound = NULL; in GetThemeName() local
590 pFound = pEntry; in GetThemeName()
594 if( !pFound ) in GetThemeName()
624 …pFound = ( (Gallery*) this )->ImplGetThemeEntry( String::CreateFromAscii( aFallback.GetBuffer() ) … in GetThemeName()
627 return( pFound ? pFound->GetThemeName() : String() ); in GetThemeName()