Home | History | Annotate | Download | only in browsing_data

Lines Matching refs:storage_path

535     base::FilePath storage_path =
537 base::CreateDirectory(storage_path);
540 base::WriteFile(storage_path.Append(kDomStorageOrigin1), NULL, 0);
541 base::WriteFile(storage_path.Append(kDomStorageOrigin2), NULL, 0);
542 base::WriteFile(storage_path.Append(kDomStorageOrigin3), NULL, 0);
543 base::WriteFile(storage_path.Append(kDomStorageExt), NULL, 0);
547 base::TouchFile(storage_path.Append(kDomStorageOrigin1), now, now);
550 base::TouchFile(storage_path.Append(kDomStorageOrigin2),
554 base::TouchFile(storage_path.Append(kDomStorageOrigin3),
557 base::TouchFile(storage_path.Append(kDomStorageExt), now, now);