FakeDB             34 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc using test::FakeDB;
FakeDB             41 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc void AddEntry(const ArticleEntry& e, FakeDB::EntryMap* map) {
FakeDB            114 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc     database_model_ = new FakeDB::EntryMap;
FakeDB            124 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc     FakeDB* fake_db = new FakeDB(database_model_);
FakeDB            129 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc                 CreateStoreWithFakeDB(fake_db, FakeDB::EntryMap())),
FakeDB            146 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc   static FakeDB::EntryMap* database_model_;
FakeDB            150 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc FakeDB::EntryMap* DomDistillerViewerSourceBrowserTest::database_model_;
FakeDB             15 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::test::FakeDB;
FakeDB             27 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc     FakeDB* fake_db = new FakeDB(new FakeDB::EntryMap);
FakeDB             33 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc                 CreateStoreWithFakeDB(fake_db, FakeDB::EntryMap())),
FakeDB             81 components/dom_distiller/core/dom_distiller_service_unittest.cc     FakeDB* fake_db = new FakeDB(&db_model_);
FakeDB             82 components/dom_distiller/core/dom_distiller_service_unittest.cc     FakeDB::EntryMap store_model;
FakeDB            105 components/dom_distiller/core/dom_distiller_service_unittest.cc   FakeDB::EntryMap db_model_;
FakeDB             20 components/dom_distiller/core/dom_distiller_store_unittest.cc using dom_distiller::test::FakeDB;
FakeDB            142 components/dom_distiller/core/dom_distiller_store_unittest.cc     fake_db_ = new FakeDB(&db_model_);
FakeDB            173 components/dom_distiller/core/dom_distiller_store_unittest.cc   FakeDB::EntryMap store_model_;
FakeDB            178 components/dom_distiller/core/dom_distiller_store_unittest.cc   FakeDB* fake_db_;
FakeDB            222 components/dom_distiller/core/dom_distiller_store_unittest.cc   EXPECT_EQ(fake_db_->GetDirectory(), FakeDB::DirectoryForTestDB());
FakeDB            420 components/dom_distiller/core/dom_distiller_store_unittest.cc   FakeDB* other_fake_db = new FakeDB(&other_db_model);
FakeDB             16 components/dom_distiller/core/dom_distiller_test_util.cc std::vector<ArticleEntry> EntryMapToList(const FakeDB::EntryMap& entries) {
FakeDB             18 components/dom_distiller/core/dom_distiller_test_util.cc   for (FakeDB::EntryMap::const_iterator it = entries.begin();
FakeDB             93 components/dom_distiller/core/dom_distiller_test_util.cc DomDistillerStore* CreateStoreWithFakeDB(FakeDB* fake_db,
FakeDB             94 components/dom_distiller/core/dom_distiller_test_util.cc                                          const FakeDB::EntryMap& store_model) {
FakeDB             98 components/dom_distiller/core/dom_distiller_test_util.cc       FakeDB::DirectoryForTestDB());
FakeDB             45 components/dom_distiller/core/dom_distiller_test_util.h DomDistillerStore* CreateStoreWithFakeDB(FakeDB* fake_db,
FakeDB             46 components/dom_distiller/core/dom_distiller_test_util.h                                          const FakeDB::EntryMap& store_model);
FakeDB             12 components/dom_distiller/core/fake_db.cc FakeDB::FakeDB(EntryMap* db) : db_(db) {}
FakeDB             14 components/dom_distiller/core/fake_db.cc FakeDB::~FakeDB() {}
FakeDB             16 components/dom_distiller/core/fake_db.cc void FakeDB::Init(const base::FilePath& database_dir,
FakeDB             22 components/dom_distiller/core/fake_db.cc void FakeDB::UpdateEntries(
FakeDB             39 components/dom_distiller/core/fake_db.cc void FakeDB::LoadEntries(DomDistillerDatabaseInterface::LoadCallback callback) {
FakeDB             48 components/dom_distiller/core/fake_db.cc base::FilePath& FakeDB::GetDirectory() { return dir_; }
FakeDB             50 components/dom_distiller/core/fake_db.cc void FakeDB::InitCallback(bool success) {
FakeDB             55 components/dom_distiller/core/fake_db.cc void FakeDB::LoadCallback(bool success) {
FakeDB             60 components/dom_distiller/core/fake_db.cc void FakeDB::UpdateCallback(bool success) {
FakeDB             66 components/dom_distiller/core/fake_db.cc void FakeDB::RunLoadCallback(
FakeDB             74 components/dom_distiller/core/fake_db.cc base::FilePath FakeDB::DirectoryForTestDB() {
FakeDB             15 components/dom_distiller/core/fake_db.h class FakeDB : public DomDistillerDatabaseInterface {
FakeDB             21 components/dom_distiller/core/fake_db.h   explicit FakeDB(EntryMap* db);
FakeDB             22 components/dom_distiller/core/fake_db.h   virtual ~FakeDB();