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.cc19 const AdNetworkDatabase* GetDatabase();
29 const AdNetworkDatabase* AdNetworkDatabaseFactory::GetDatabase() { function in class:extensions::__anon3624::AdNetworkDatabaseFactory
51 return g_factory.Get().GetDatabase();
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_backend.h21 virtual WebDatabase* GetDatabase() = 0;
H A Dautofill_webdata_backend_impl.h61 virtual WebDatabase* GetDatabase() OVERRIDE;
/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database.h34 sql::Connection* GetDatabase();
H A Dpredictor_database.cc158 sql::Connection* PredictorDatabase::GetDatabase() { function in class:predictors::PredictorDatabase
H A Dautocomplete_action_predictor_table_unittest.cc105 sql::Statement s(db_->GetDatabase()->GetUniqueStatement(
/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/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/components/signin/core/browser/
H A Dsignin_client.h47 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();
240 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase();
348 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase();
357 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/chrome/browser/signin/
H A Dchrome_signin_client.h48 virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
/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::__anon14828::SimpleDescriptorDatabaseTestCase
121 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon14828::EncodedDescriptorDatabaseTestCase
144 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon14828::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::__anon28974::SimpleDescriptorDatabaseTestCase
121 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon28974::EncodedDescriptorDatabaseTestCase
144 virtual DescriptorDatabase* GetDatabase() { function in class:google::protobuf::__anon28974::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.h44 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
H A Dchrome_autofill_client.cc80 scoped_refptr<AutofillWebDataService> ChromeAutofillClient::GetDatabase() { function in class:autofill::ChromeAutofillClient
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc688 base::Bind(base::IgnoreResult(&SafeBrowsingDatabaseManager::GetDatabase),
693 SafeBrowsingDatabase* SafeBrowsingDatabaseManager::GetDatabase() { function in class:SafeBrowsingDatabaseManager
790 GetDatabase(); // This guarantees that |database_| is non-NULL.
857 GetDatabase()->InsertChunks(list_name, chunks->get());
869 GetDatabase()->DeleteChunks(*chunk_deletes);
876 GetDatabase()->UpdateFinished(update_succeeded);
906 GetDatabase()->ResetDatabase();

Completed in 598 milliseconds

12