/external/chromium_org/chrome/browser/extensions/activity_log/ |
D | ad_network_database.cc | 21 const AdNetworkDatabase* GetDatabase(); 31 const AdNetworkDatabase* AdNetworkDatabaseFactory::GetDatabase() { in GetDatabase() function in extensions::__anonef9d04810111::AdNetworkDatabaseFactory 53 return g_factory.Get().GetDatabase(); in Get()
|
/external/chromium_org/components/signin/core/browser/ |
D | mutable_profile_oauth2_token_service.cc | 179 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in LoadCredentials() 237 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in LoadAllCredentialsIntoMemory() 351 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in PersistCredentials() 360 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in ClearPersistedCredentials() 389 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in CancelWebTokenFetch()
|
D | signin_client.h | 42 virtual scoped_refptr<TokenWebData> GetDatabase() = 0;
|
D | test_signin_client.h | 39 virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
|
D | test_signin_client.cc | 38 scoped_refptr<TokenWebData> TestSigninClient::GetDatabase() { in GetDatabase() function in TestSigninClient
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_database_unittest.cc | 85 virtual DescriptorDatabase* GetDatabase() = 0; 101 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anon1626b9be0111::SimpleDescriptorDatabaseTestCase 121 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anon1626b9be0111::EncodedDescriptorDatabaseTestCase 144 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anon1626b9be0111::DescriptorPoolDatabaseTestCase 163 database_ = test_case_->GetDatabase(); in SetUp()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | descriptor_database_unittest.cc | 85 virtual DescriptorDatabase* GetDatabase() = 0; 101 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anon38cf9ed10111::SimpleDescriptorDatabaseTestCase 121 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anon38cf9ed10111::EncodedDescriptorDatabaseTestCase 144 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anon38cf9ed10111::DescriptorPoolDatabaseTestCase 163 database_ = test_case_->GetDatabase(); in SetUp()
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
D | autofill_webdata_backend.h | 21 virtual WebDatabase* GetDatabase() = 0;
|
D | autofill_webdata_backend_impl.h | 61 virtual WebDatabase* GetDatabase() OVERRIDE;
|
/external/chromium_org/chrome/browser/predictors/ |
D | predictor_database.h | 32 sql::Connection* GetDatabase();
|
D | predictor_database.cc | 141 sql::Connection* PredictorDatabase::GetDatabase() { in GetDatabase() function in predictors::PredictorDatabase
|
/external/chromium_org/chrome/browser/webdata/ |
D | autocomplete_syncable_service.cc | 304 webdata_backend_->GetDatabase())->GetAllAutofillEntries(entries); in LoadAutofillData() 313 webdata_backend_->GetDatabase())->UpdateAutofillEntries( in SaveChangesToWebData() 379 webdata_backend_->GetDatabase())->RemoveFormElement( in AutofillEntryDelete() 399 WebDatabase* db = webdata_backend_->GetDatabase(); in ActOnChanges()
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | database_manager.cc | 674 base::Bind(base::IgnoreResult(&SafeBrowsingDatabaseManager::GetDatabase), in MakeDatabaseAvailable() 679 SafeBrowsingDatabase* SafeBrowsingDatabaseManager::GetDatabase() { in GetDatabase() function in SafeBrowsingDatabaseManager 773 GetDatabase(); // This guarantees that |database_| is non-NULL. in GetAllChunksFromDatabase() 839 GetDatabase()->InsertChunks(list_name, chunks->get()); in AddDatabaseChunks() 851 GetDatabase()->DeleteChunks(*chunk_deletes); in DeleteDatabaseChunks() 858 GetDatabase()->UpdateFinished(update_succeeded); in DatabaseUpdateFinished() 888 GetDatabase()->ResetDatabase(); in OnResetDatabase()
|
/external/chromium_org/components/webdata/common/ |
D | web_data_service_base.cc | 65 WebDatabase* WebDataServiceBase::GetDatabase() { in GetDatabase() function in WebDataServiceBase
|
D | web_data_service_base.h | 82 virtual WebDatabase* GetDatabase();
|
/external/chromium_org/components/autofill/core/browser/ |
D | test_autofill_client.cc | 20 scoped_refptr<AutofillWebDataService> TestAutofillClient::GetDatabase() { in GetDatabase() function in autofill::TestAutofillClient
|
D | test_autofill_client.h | 24 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
|
D | autofill_client.h | 63 virtual scoped_refptr<AutofillWebDataService> GetDatabase() = 0;
|
D | autocomplete_history_manager.cc | 41 database_(autofill_client->GetDatabase()), in AutocompleteHistoryManager()
|
/external/chromium_org/chrome/browser/signin/ |
D | chrome_signin_client.h | 48 virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
|
D | chrome_signin_client.cc | 101 scoped_refptr<TokenWebData> ChromeSigninClient::GetDatabase() { in GetDatabase() function in ChromeSigninClient
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | chrome_autofill_client.h | 42 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
|
D | chrome_autofill_client.cc | 68 scoped_refptr<AutofillWebDataService> ChromeAutofillClient::GetDatabase() { in GetDatabase() function in autofill::ChromeAutofillClient
|
/external/chromium_org/chrome/browser/autofill/ |
D | autofill_cc_infobar_delegate_unittest.cc | 82 personal_data_->set_database(autofill_client->GetDatabase()); in SetUp()
|
/external/chromium_org/android_webview/native/ |
D | aw_autofill_client.h | 59 virtual scoped_refptr<autofill::AutofillWebDataService> GetDatabase()
|