Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/extensions/activity_log/
Dad_network_database.cc21 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/
Dmutable_profile_oauth2_token_service.cc179 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()
Dsignin_client.h42 virtual scoped_refptr<TokenWebData> GetDatabase() = 0;
Dtest_signin_client.h39 virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
Dtest_signin_client.cc38 scoped_refptr<TokenWebData> TestSigninClient::GetDatabase() { in GetDatabase() function in TestSigninClient
/external/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc85 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/
Ddescriptor_database_unittest.cc85 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/
Dautofill_webdata_backend.h21 virtual WebDatabase* GetDatabase() = 0;
Dautofill_webdata_backend_impl.h61 virtual WebDatabase* GetDatabase() OVERRIDE;
/external/chromium_org/chrome/browser/predictors/
Dpredictor_database.h32 sql::Connection* GetDatabase();
Dpredictor_database.cc141 sql::Connection* PredictorDatabase::GetDatabase() { in GetDatabase() function in predictors::PredictorDatabase
/external/chromium_org/chrome/browser/webdata/
Dautocomplete_syncable_service.cc304 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/
Ddatabase_manager.cc674 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/
Dweb_data_service_base.cc65 WebDatabase* WebDataServiceBase::GetDatabase() { in GetDatabase() function in WebDataServiceBase
Dweb_data_service_base.h82 virtual WebDatabase* GetDatabase();
/external/chromium_org/components/autofill/core/browser/
Dtest_autofill_client.cc20 scoped_refptr<AutofillWebDataService> TestAutofillClient::GetDatabase() { in GetDatabase() function in autofill::TestAutofillClient
Dtest_autofill_client.h24 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
Dautofill_client.h63 virtual scoped_refptr<AutofillWebDataService> GetDatabase() = 0;
Dautocomplete_history_manager.cc41 database_(autofill_client->GetDatabase()), in AutocompleteHistoryManager()
/external/chromium_org/chrome/browser/signin/
Dchrome_signin_client.h48 virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
Dchrome_signin_client.cc101 scoped_refptr<TokenWebData> ChromeSigninClient::GetDatabase() { in GetDatabase() function in ChromeSigninClient
/external/chromium_org/chrome/browser/ui/autofill/
Dchrome_autofill_client.h42 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
Dchrome_autofill_client.cc68 scoped_refptr<AutofillWebDataService> ChromeAutofillClient::GetDatabase() { in GetDatabase() function in autofill::ChromeAutofillClient
/external/chromium_org/chrome/browser/autofill/
Dautofill_cc_infobar_delegate_unittest.cc82 personal_data_->set_database(autofill_client->GetDatabase()); in SetUp()
/external/chromium_org/android_webview/native/
Daw_autofill_client.h59 virtual scoped_refptr<autofill::AutofillWebDataService> GetDatabase()

12