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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 112 data_path_ = data_path.Append(kIndexedDBDirectory);
288 if (data_path_.empty() || !IsInOriginSet(origin_url))
296 if (data_path_.empty() || !IsInOriginSet(origin_url))
308 if (data_path_.empty() || !IsInOriginSet(origin_url))
335 if (data_path_.empty() || !IsInOriginSet(origin_url))
357 if (data_path_.empty() || !IsInOriginSet(origin_url))
455 if (data_path_.empty())
472 &ClearSessionOnlyOrigins, data_path_, special_storage_policy_));
477 DCHECK(!data_path_.empty());
478 return data_path_.AppendASCII(origin_id).AddExtension(kIndexedDBExtension
    [all...]
indexed_db_context_impl.h 82 base::FilePath data_path() const { return data_path_; }
89 // For unit tests allow to override the |data_path_|.
91 data_path_ = data_path;
130 base::FilePath data_path_; member in class:content::IndexedDBContextImpl

Completed in 1087 milliseconds