Searched refs:user_flags_ (Results 1 – 2 of 2) sorted by relevance
161 user_flags_(0), in BackendImpl()177 user_flags_(kMask), in BackendImpl()184 if (user_flags_ & kNoRandom) { in ~BackendImpl()248 if (!(user_flags_ & kNoRandom)) { in SyncInit()261 if (!(user_flags_ & kNoRandom) && GetCacheType() == net::DISK_CACHE && in SyncInit()337 if (user_flags_ & kNoRandom) { in CleanupCache()712 user_flags_ |= kMaxSize; in SetMaxSize()901 (up_ticks_ > kTrimDelay || user_flags_ & kNoRandom)) in OnSyncBackendOpComplete()946 if (user_flags_ & kNoBuffering) in IsAllocAllowed()965 if (user_flags_ & kNoLoadProtection) in IsLoaded()[all …]
422 uint32_t user_flags_; // Flags set by the user. variable