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.cc19 const AdNetworkDatabase* GetDatabase();
29 const AdNetworkDatabase* AdNetworkDatabaseFactory::GetDatabase() { in GetDatabase() function in extensions::__anon3eb4abb40111::AdNetworkDatabaseFactory
51 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()
240 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in LoadAllCredentialsIntoMemory()
348 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in PersistCredentials()
357 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in ClearPersistedCredentials()
389 scoped_refptr<TokenWebData> token_web_data = client()->GetDatabase(); in CancelWebTokenFetch()
Dsignin_client.h47 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/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::__anon0dec80240111::SimpleDescriptorDatabaseTestCase
121 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anon0dec80240111::EncodedDescriptorDatabaseTestCase
144 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anon0dec80240111::DescriptorPoolDatabaseTestCase
163 database_ = test_case_->GetDatabase(); in SetUp()
/external/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc85 virtual DescriptorDatabase* GetDatabase() = 0;
101 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonfca173b10111::SimpleDescriptorDatabaseTestCase
121 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonfca173b10111::EncodedDescriptorDatabaseTestCase
144 virtual DescriptorDatabase* GetDatabase() { in GetDatabase() function in google::protobuf::__anonfca173b10111::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.h34 sql::Connection* GetDatabase();
Dpredictor_database.cc158 sql::Connection* PredictorDatabase::GetDatabase() { in GetDatabase() function in predictors::PredictorDatabase
/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/chrome/browser/safe_browsing/
Ddatabase_manager.cc688 base::Bind(base::IgnoreResult(&SafeBrowsingDatabaseManager::GetDatabase), in MakeDatabaseAvailable()
693 SafeBrowsingDatabase* SafeBrowsingDatabaseManager::GetDatabase() { in GetDatabase() function in SafeBrowsingDatabaseManager
790 GetDatabase(); // This guarantees that |database_| is non-NULL. in GetAllChunksFromDatabase()
857 GetDatabase()->InsertChunks(list_name, chunks->get()); in AddDatabaseChunks()
869 GetDatabase()->DeleteChunks(*chunk_deletes); in DeleteDatabaseChunks()
876 GetDatabase()->UpdateFinished(update_succeeded); in DatabaseUpdateFinished()
906 GetDatabase()->ResetDatabase(); in OnResetDatabase()
/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.cc117 scoped_refptr<TokenWebData> ChromeSigninClient::GetDatabase() { in GetDatabase() function in ChromeSigninClient
/external/chromium_org/chrome/browser/ui/autofill/
Dchrome_autofill_client.h44 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
Dchrome_autofill_client.cc80 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()
Daw_autofill_client.cc73 AwAutofillClient::GetDatabase() { in GetDatabase() function in android_webview::AwAutofillClient

12