Searched refs:GetDatabase (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_network_database.cc21 const AdNetworkDatabase* GetDatabase();
31 const AdNetworkDatabase* AdNetworkDatabaseFactory::GetDatabase() { function in class:extensions::__anon3519::AdNetworkDatabaseFactory
53 return g_factory.Get().GetDatabase();
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_backend.h21 virtual WebDatabase* GetDatabase() = 0;
/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database.h32 sql::Connection* GetDatabase();
H A Dpredictor_database.cc141 sql::Connection* PredictorDatabase::GetDatabase() { function in class:predictors::PredictorDatabase
/external/chromium_org/components/signin/core/browser/
H A Dsignin_client.h42 virtual scoped_refptr<TokenWebData> GetDatabase() = 0;
H A Dtest_signin_client.h39 virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
H A Dmutable_profile_oauth2_token_service.cc179 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase();
237 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase();
351 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase();
360 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase();
389 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase();
H A Dtest_signin_client.cc38 scoped_refptr<TokenWebData> TestSigninClient::GetDatabase() { function in class:TestSigninClient
/external/chromium_org/components/webdata/common/
H A Dweb_data_service_base.cc65 WebDatabase* WebDataServiceBase::GetDatabase() { function in class:WebDataServiceBase
H A Dweb_data_service_base.h82 virtual WebDatabase* GetDatabase();
/external/chromium_org/chrome/browser/signin/
H A Dchrome_signin_client.h48 virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
H A Dchrome_signin_client.cc101 scoped_refptr<TokenWebData> ChromeSigninClient::GetDatabase() { function in class:ChromeSigninClient
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_client.cc20 scoped_refptr<AutofillWebDataService> TestAutofillClient::GetDatabase() { function in class:autofill::TestAutofillClient
H A Dautofill_client.h63 virtual scoped_refptr<AutofillWebDataService> GetDatabase() = 0;
H A Dtest_autofill_client.h24 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
H A Dautocomplete_history_manager.cc41 database_(autofill_client->GetDatabase()),
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc85 virtual DescriptorDatabase* GetDatabase() = 0;
101 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon14090::SimpleDescriptorDatabaseTestCase
121 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon14090::EncodedDescriptorDatabaseTestCase
144 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon14090::DescriptorPoolDatabaseTestCase
163 database_ = test_case_->GetDatabase();
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc85 virtual DescriptorDatabase* GetDatabase() = 0;
101 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon28093::SimpleDescriptorDatabaseTestCase
121 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon28093::EncodedDescriptorDatabaseTestCase
144 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon28093::DescriptorPoolDatabaseTestCase
163 database_ = test_case_->GetDatabase();
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.h59 virtual scoped_refptr<autofill::AutofillWebDataService> GetDatabase()
H A Daw_autofill_client.cc73 AwAutofillClient::GetDatabase() { function in class:android_webview::AwAutofillClient
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate_unittest.cc82 personal_data_->set_database(autofill_client->GetDatabase());
/external/chromium_org/chrome/browser/ui/autofill/
H A Dchrome_autofill_client.h42 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
H A Dchrome_autofill_client.cc68 scoped_refptr<AutofillWebDataService> ChromeAutofillClient::GetDatabase() { function in class:autofill::ChromeAutofillClient
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.cc304 webdata_backend_->GetDatabase())->GetAllAutofillEntries(entries);
313 webdata_backend_->GetDatabase())->UpdateAutofillEntries(
379 webdata_backend_->GetDatabase())->RemoveFormElement(
399 WebDatabase* db = webdata_backend_->GetDatabase();
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc674 base::Bind(base::IgnoreResult(&SafeBrowsingDatabaseManager::GetDatabase),
679 SafeBrowsingDatabase* SafeBrowsingDatabaseManager::GetDatabase() { function in class:SafeBrowsingDatabaseManager
773 GetDatabase(); // This guarantees that |database_| is non-NULL.
839 GetDatabase()->InsertChunks(list_name, chunks->get());
851 GetDatabase()->DeleteChunks(*chunk_deletes);
858 GetDatabase()->UpdateFinished(update_succeeded);
888 GetDatabase()->ResetDatabase();

Completed in 385 milliseconds

12