/external/chromium_org/chrome/browser/extensions/activity_log/ |
D | ad_network_database.cc | 19 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/ |
D | mutable_profile_oauth2_token_service.cc | 179 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()
|
D | signin_client.h | 47 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/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::__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/ |
D | descriptor_database_unittest.cc | 85 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/ |
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 | 34 sql::Connection* GetDatabase();
|
D | predictor_database.cc | 158 sql::Connection* PredictorDatabase::GetDatabase() { in GetDatabase() function in predictors::PredictorDatabase
|
/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/chrome/browser/safe_browsing/ |
D | database_manager.cc | 688 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/ |
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 | 117 scoped_refptr<TokenWebData> ChromeSigninClient::GetDatabase() { in GetDatabase() function in ChromeSigninClient
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | chrome_autofill_client.h | 44 virtual scoped_refptr<AutofillWebDataService> GetDatabase() OVERRIDE;
|
D | chrome_autofill_client.cc | 80 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()
|
D | aw_autofill_client.cc | 73 AwAutofillClient::GetDatabase() { in GetDatabase() function in android_webview::AwAutofillClient
|