HomeSort by relevance Sort by last modified time
    Searched refs:is_recreating_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/webkit/browser/quota/
quota_database.h 170 bool is_recreating_; member in class:quota::QuotaDatabase
quota_database.cc 126 is_recreating_(false),
565 if (is_recreating_)
568 base::AutoReset<bool> auto_reset(&is_recreating_, true);
  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 206 bool is_recreating_; member in class:appcache::AppCacheDatabase
appcache_database.cc 198 : db_file_path_(path), is_disabled_(false), is_recreating_(false) {
    [all...]

Completed in 231 milliseconds