Lines Matching refs:Adopt
382 BBitmap* bitmap = lazyBitmap->Adopt(); in GetIconForPreferredApp()
396 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetIconForPreferredApp()
458 BBitmap* bitmap = lazyBitmap->Adopt(); in GetIconFromMetaMime()
472 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetIconFromMetaMime()
621 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size); in GetVolumeIcon()
624 BBitmap* bitmap = lazyBitmap->Adopt(); in GetVolumeIcon()
647 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetVolumeIcon()
768 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size); in GetWellKnownIcon()
774 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetWellKnownIcon()
820 BBitmap* bitmap = lazyBitmap->Adopt(); in GetNodeIcon()
828 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetNodeIcon()
840 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetNodeIcon()
895 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size); in GetFallbackIcon()
899 entry->SetIcon(lazyBitmap->Adopt(), mode, size); in GetFallbackIcon()
994 entry->SetIcon(lazyBitmap.Adopt(), mode, size); in Preload()
1187 BBitmap* bitmap = lazyBitmap.Adopt(); in Preload()
1191 entry->SetIcon(lazyBitmap.Adopt(), mode, size); in Preload()
1874 LazyBitmapAllocator::Adopt() in Adopt() function in LazyBitmapAllocator