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.h 94 base::FilePath data_path() const { return data_path_; }
101 // For unit tests allow to override the |data_path_|.
103 data_path_ = data_path;
106 bool is_incognito() const { return data_path_.empty(); }
144 base::FilePath data_path_; member in class:content::IndexedDBContextImpl
indexed_db_context_impl.cc 114 data_path_ = data_path.Append(kIndexedDBDirectory);
294 if (data_path_.empty() || !IsInOriginSet(origin_url))
302 if (data_path_.empty() || !IsInOriginSet(origin_url))
314 if (data_path_.empty() || !IsInOriginSet(origin_url))
346 if (data_path_.empty() || !IsInOriginSet(origin_url))
356 if (data_path_.empty() || !IsInOriginSet(origin_url))
450 if (data_path_.empty())
467 &ClearSessionOnlyOrigins, data_path_, special_storage_policy_));
472 DCHECK(!data_path_.empty());
473 return data_path_.AppendASCII(origin_id).AddExtension(kIndexedDBExtension
    [all...]

Completed in 968 milliseconds