Home
last modified time | relevance | path

Searched refs:GetDatabase (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc85 virtual DescriptorDatabase* GetDatabase() = 0;
101 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonf317dd7e0111::SimpleDescriptorDatabaseTestCase
121 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonf317dd7e0111::EncodedDescriptorDatabaseTestCase
144 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonf317dd7e0111::DescriptorPoolDatabaseTestCase
163 database_ = test_case_->GetDatabase(); in SetUp()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.cc660 NewRunnableMethod(this, &SafeBrowsingService::GetDatabase)); in MakeDatabaseAvailable()
664 SafeBrowsingDatabase* SafeBrowsingService::GetDatabase() { in GetDatabase() function in SafeBrowsingService
747 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()
Dsafe_browsing_service.h306 SafeBrowsingDatabase* GetDatabase();
/external/chromium/chrome/browser/sync/glue/
Dautofill_data_type_controller.cc214 web_data_service_->GetDatabase(), in StartImpl()
Dautofill_profile_change_processor.cc110 if (!wds || wds->GetDatabase() != web_database_) in Observe()
Dautofill_change_processor.cc62 if (!wds || wds->GetDatabase() != web_database_) in Observe()
/external/chromium/chrome/browser/webdata/
Dweb_data_service.h303 virtual WebDatabase* GetDatabase();
Dweb_data_service.cc91 WebDatabase* WebDataService::GetDatabase() { in GetDatabase() function in WebDataService
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc156 virtual WebDatabase* GetDatabase() { in GetDatabase() function in WebDataServiceFake