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

  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl.cc 34 : localstorage_directory_(localstorage_directory),
70 if (!localstorage_directory_.empty()) {
71 if (!base::CreateDirectory(localstorage_directory_)) {
74 localstorage_directory_ = base::FilePath();
78 new DOMStorageNamespace(localstorage_directory_, task_runner_.get());
90 if (localstorage_directory_.empty())
92 base::FileEnumerator enumerator(localstorage_directory_, false,
169 if (localstorage_directory_.empty() && !session_storage_database_.get())
344 if (!localstorage_directory_.empty()) {
355 base::FilePath database_file_path = localstorage_directory_.Append
    [all...]
dom_storage_context_impl.h 102 return localstorage_directory_;
214 base::FilePath localstorage_directory_; member in class:content::DOMStorageContextImpl

Completed in 214 milliseconds