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

  /external/chromium_org/content/browser/dom_storage/
dom_storage_area_unittest.cc 320 base::FilePath db_file_path = static_cast<LocalStorageDatabaseAdapter*>( local
323 DOMStorageDatabase::GetJournalFilePath(db_file_path);
327 EXPECT_FALSE(base::PathExists(db_file_path));
333 EXPECT_TRUE(base::PathExists(db_file_path));
336 EXPECT_FALSE(base::PathExists(db_file_path));
349 EXPECT_FALSE(base::PathExists(db_file_path));
355 EXPECT_TRUE(base::PathExists(db_file_path));
366 EXPECT_TRUE(base::PathExists(db_file_path));
369 EXPECT_FALSE(base::PathExists(db_file_path));
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl.cc 1359 base::FilePath db_file_path; local
    [all...]

Completed in 1182 milliseconds