Lines Matching refs:flags
176 // Create a backend without extra flags.
220 BackendFlags flags) {
224 cache->SetFlags(flags);
240 cache->SetFlags(flags);
698 int flags = base::PLATFORM_FILE_READ |
703 base::CreatePlatformFile(name, flags, NULL)));
991 void BackendImpl::SetFlags(uint32 flags) {
992 user_flags_ |= flags;
1050 int flags = base::PLATFORM_FILE_READ |
1055 base::CreatePlatformFile(index_name, flags, file_created)));