Searched refs:GetDatabase (Results 1 – 9 of 9) sorted by relevance
85 virtual DescriptorDatabase* GetDatabase() = 0;101 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonf317dd7e0111::SimpleDescriptorDatabaseTestCase121 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonf317dd7e0111::EncodedDescriptorDatabaseTestCase144 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonf317dd7e0111::DescriptorPoolDatabaseTestCase163 database_ = test_case_->GetDatabase(); in SetUp()
660 NewRunnableMethod(this, &SafeBrowsingService::GetDatabase)); in MakeDatabaseAvailable()664 SafeBrowsingDatabase* SafeBrowsingService::GetDatabase() { in GetDatabase() function in SafeBrowsingService747 GetDatabase(); // This guarantees that |database_| is non-NULL. in GetAllChunksFromDatabase()808 GetDatabase()->InsertChunks(list_name, *chunks); in HandleChunkForDatabase()820 GetDatabase()->DeleteChunks(*chunk_deletes); in DeleteChunks()854 GetDatabase()->UpdateFinished(update_succeeded); in DatabaseUpdateFinished()925 GetDatabase()->ResetDatabase(); in OnResetDatabase()932 GetDatabase()->CacheHashResults(prefixes, full_hashes); in CacheHashResults()
306 SafeBrowsingDatabase* GetDatabase();
214 web_data_service_->GetDatabase(), in StartImpl()
110 if (!wds || wds->GetDatabase() != web_database_) in Observe()
62 if (!wds || wds->GetDatabase() != web_database_) in Observe()
303 virtual WebDatabase* GetDatabase();
91 WebDatabase* WebDataService::GetDatabase() { in GetDatabase() function in WebDataService
156 virtual WebDatabase* GetDatabase() { in GetDatabase() function in WebDataServiceFake