/external/chromium/chrome/browser/webdata/ |
D | web_data_service.cc | 50 WebDataService::WebDataService() in WebDataService() function in WebDataService 59 bool WebDataService::Init(const FilePath& profile_path) { in Init() 65 void WebDataService::Shutdown() { in Shutdown() 69 bool WebDataService::IsRunning() const { in IsRunning() 73 void WebDataService::UnloadDatabase() { in UnloadDatabase() 74 ScheduleTask(NewRunnableMethod(this, &WebDataService::ShutdownDatabase)); in UnloadDatabase() 77 void WebDataService::CancelRequest(Handle h) { in CancelRequest() 87 bool WebDataService::IsDatabaseLoaded() { in IsDatabaseLoaded() 91 WebDatabase* WebDataService::GetDatabase() { in GetDatabase() 102 void WebDataService::AddKeyword(const TemplateURL& url) { in AddKeyword() [all …]
|
D | web_data_service_win.cc | 11 void WebDataService::AddIE7Login(const IE7PasswordInfo& info) { in AddIE7Login() 16 ScheduleTask(NewRunnableMethod(this, &WebDataService::AddIE7LoginImpl, in AddIE7Login() 20 void WebDataService::RemoveIE7Login(const IE7PasswordInfo& info) { in RemoveIE7Login() 25 ScheduleTask(NewRunnableMethod(this, &WebDataService::RemoveIE7LoginImpl, in RemoveIE7Login() 29 WebDataService::Handle WebDataService::GetIE7Login( in GetIE7Login() 36 ScheduleTask(NewRunnableMethod(this, &WebDataService::GetIE7LoginImpl, in GetIE7Login() 41 void WebDataService::AddIE7LoginImpl(GenericRequest<IE7PasswordInfo>* request) { in AddIE7LoginImpl() 49 void WebDataService::RemoveIE7LoginImpl( in RemoveIE7LoginImpl() 58 void WebDataService::GetIE7LoginImpl( in GetIE7LoginImpl()
|
D | web_data_service_unittest.cc | 85 wds_ = new WebDataService(); in SetUp() 103 scoped_refptr<WebDataService> wds_; 165 Source<WebDataService>(wds_.get()), in TEST_F() 179 WebDataService::Handle handle; in TEST_F() 211 Source<WebDataService>(wds_.get()), in TEST_F() 244 Source<WebDataService>(wds_.get()), in TEST_F() 263 Source<WebDataService>(wds_.get()), in TEST_F() 273 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); in TEST_F() 293 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); in TEST_F() 306 Source<WebDataService>(wds_.get()), in TEST_F() [all …]
|
D | web_data_service.h | 174 class WebDataService 175 : public base::RefCountedThreadSafe<WebDataService 193 WebDataRequest(WebDataService* service, 217 scoped_refptr<WebDataService> service_; 234 GenericRequest(WebDataService* service, in GenericRequest() 256 GenericRequest2(WebDataService* service, in GenericRequest2() 281 WebDataService(); 506 virtual ~WebDataService(); 526 friend class DeleteTask<WebDataService>; 661 DISALLOW_COPY_AND_ASSIGN(WebDataService); [all …]
|
D | web_data_service_test_util.h | 20 virtual void OnWebDataServiceRequestDone(WebDataService::Handle handle, in OnWebDataServiceRequestDone() 31 WebDataService::Handle handle() { return handle_; } in handle() 35 WebDataService::Handle handle_;
|
/external/chromium/chrome/browser/search_engines/ |
D | search_provider_install_data.h | 48 SearchProviderInstallData(WebDataService* web_service, 71 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h, 89 scoped_refptr<WebDataService> web_service_; 92 WebDataService::Handle load_handle_;
|
D | template_url_model_test_util.cc | 69 virtual WebDataService* GetWebDataService(ServiceAccessType access) { in GetWebDataService() 74 scoped_refptr<WebDataService> service_; 114 service_ = new WebDataService; in SetUp() 226 WebDataService* TemplateURLModelTestUtil::GetWebDataService() { in GetWebDataService()
|
D | util.h | 18 class WebDataService; variable 37 WebDataService* service,
|
D | template_url_model_test_util.h | 23 class WebDataService; variable 80 WebDataService* GetWebDataService();
|
D | util.cc | 41 WebDataService* service) { in RemoveDuplicatePrepopulateIDs() 69 WebDataService* service, in MergeEnginesFromPrepopulateData() 153 WebDataService* service, in GetSearchProvidersUsingKeywordResult()
|
D | template_url_model.h | 208 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h, 397 WebDataService::Handle load_handle_; 400 scoped_refptr<WebDataService> service_;
|
/external/chromium/chrome/browser/autofill/ |
D | personal_data_manager.h | 65 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h, 200 void ReceiveLoadedProfiles(WebDataService::Handle h, 205 void ReceiveLoadedCreditCards(WebDataService::Handle h, 210 void CancelPendingQuery(WebDataService::Handle* handle); 256 WebDataService::Handle pending_profiles_query_; 257 WebDataService::Handle pending_creditcards_query_;
|
D | personal_data_manager.cc | 111 WebDataService::Handle h, in OnWebDataServiceRequestDone() 175 WebDataService* web_data_service = in OnStateChanged() 369 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); in SetProfiles() 425 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); in SetCreditCards() 484 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); in UpdateProfile() 545 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); in UpdateCreditCard() 785 WebDataService* web_data_service = in LoadProfiles() 808 WebDataService* web_data_service = in LoadCreditCards() 821 void PersonalDataManager::ReceiveLoadedProfiles(WebDataService::Handle h, in ReceiveLoadedProfiles() 842 WebDataService::Handle h, const WDTypedResult* result) { in ReceiveLoadedCreditCards() [all …]
|
/external/chromium/chrome/browser/password_manager/ |
D | password_store_win.cc | 48 DBHandler(WebDataService* web_data_service, in DBHandler() 62 typedef std::map<WebDataService::Handle, 72 WebDataService::Handle handle, 75 scoped_refptr<WebDataService> web_data_service_; 100 WebDataService::Handle handle = web_data_service_->GetIE7Login(info, this); in GetIE7Login() 141 WebDataService::Handle handle, in OnWebDataServiceRequestDone() 168 WebDataService* web_data_service) in PasswordStoreWin()
|
D | password_store_default.cc | 27 WebDataService* web_data_service, in MigrateHelper() 39 WebDataService::Handle handle, 43 typedef std::set<WebDataService::Handle> Handles; 47 scoped_refptr<WebDataService> web_data_service_; 71 WebDataService::Handle handle, in OnWebDataServiceRequestDone() 103 WebDataService* web_data_service) in PasswordStoreDefault()
|
D | password_store_default.h | 17 class WebDataService; variable 26 WebDataService* web_data_service); 48 scoped_refptr<WebDataService> web_data_service_;
|
D | password_store_win.h | 14 class WebDataService; variable 27 WebDataService* web_data_service);
|
D | password_store_x.h | 17 class WebDataService; variable 56 WebDataService* web_data_service,
|
/external/chromium/chrome/browser/ |
D | autocomplete_history_manager.h | 34 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h, 56 WebDataService* wds); 65 scoped_refptr<WebDataService> web_data_service_; 72 WebDataService::Handle pending_query_handle_;
|
D | autocomplete_history_manager.cc | 168 WebDataService::Handle h, in OnWebDataServiceRequestDone() 197 WebDataService* wds) in AutocompleteHistoryManager()
|
/external/chromium/chrome/browser/net/gaia/ |
D | token_service.h | 144 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h, 167 scoped_refptr<WebDataService> web_data_service_; 171 WebDataService::Handle token_loading_query_;
|
/external/chromium/chrome/browser/profiles/ |
D | profile.h | 114 class WebDataService; variable 312 virtual WebDataService* GetWebDataService(ServiceAccessType access) = 0; 316 virtual WebDataService* GetWebDataServiceWithoutCreating() = 0;
|
D | profile_impl.h | 72 virtual WebDataService* GetWebDataService(ServiceAccessType sat); 73 virtual WebDataService* GetWebDataServiceWithoutCreating(); 248 scoped_refptr<WebDataService> web_data_service_;
|
/external/chromium/android/autofill/ |
D | profile_android.h | 117 class WebDataService; variable 163 virtual WebDataService* GetWebDataService(ServiceAccessType sat) { NOTREACHED(); return NULL; } in GetWebDataService() 164 virtual WebDataService* GetWebDataServiceWithoutCreating() { NOTREACHED(); return NULL; } in GetWebDataServiceWithoutCreating()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_autofill_unittest.cc | 148 class WebDataServiceFake : public WebDataService { 468 scoped_refptr<WebDataService> web_data_service_; 882 Source<WebDataService>(web_data_service_.get()), in TEST_F() 911 Source<WebDataService>(web_data_service_.get()), in TEST_F() 945 Source<WebDataService>(web_data_service_.get()), in TEST_F() 975 Source<WebDataService>(web_data_service_.get()), in TEST_F() 1013 Source<WebDataService>(web_data_service_.get()), in TEST_F() 1040 Source<WebDataService>(web_data_service_.get()), in TEST_F() 1052 Source<WebDataService>(web_data_service_.get()), in TEST_F()
|