HomeSort by relevance Sort by last modified time
    Searched defs:kMaxEntries (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/ftp/
ftp_auth_cache.h 27 static const size_t kMaxEntries;
ftp_auth_cache.cc 13 const size_t FtpAuthCache::kMaxEntries = 10;
50 if (entries_.size() > kMaxEntries)
  /external/chromium/chrome/browser/net/
passive_log_collector.cc 158 const size_t kMaxEntries = 30u;
160 if (entries_.size() > kMaxEntries)
  /external/chromium/chrome/browser/sessions/
tab_restore_service.h 166 static const size_t kMaxEntries;
212 // Prunes entries_ to contain only kMaxEntries and invokes NotifyTabsChanged.
tab_restore_service.cc 56 const size_t TabRestoreService::kMaxEntries = 10;
535 while (entries_.size() > kMaxEntries) {
727 if (request->canceled() || entries_.size() == kMaxEntries)
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 152 // We may actually have kMaxEntries+1 shaders in the GL context because we create a new
154 kMaxEntries = 32
183 Entry fEntries[kMaxEntries];

Completed in 212 milliseconds