HomeSort by relevance Sort by last modified time
    Searched refs:WebDataService (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium/chrome/browser/webdata/
web_data_service_win.cc 11 void WebDataService::AddIE7Login(const IE7PasswordInfo& info) {
16 ScheduleTask(NewRunnableMethod(this, &WebDataService::AddIE7LoginImpl,
20 void WebDataService::RemoveIE7Login(const IE7PasswordInfo& info) {
25 ScheduleTask(NewRunnableMethod(this, &WebDataService::RemoveIE7LoginImpl,
29 WebDataService::Handle WebDataService::GetIE7Login(
36 ScheduleTask(NewRunnableMethod(this, &WebDataService::GetIE7LoginImpl,
41 void WebDataService::AddIE7LoginImpl(GenericRequest<IE7PasswordInfo>* request) {
49 void WebDataService::RemoveIE7LoginImpl(
58 void WebDataService::GetIE7LoginImpl
    [all...]
web_data_service.cc 31 // WebDataService implementation.
50 WebDataService::WebDataService()
59 bool WebDataService::Init(const FilePath& profile_path) {
65 void WebDataService::Shutdown() {
69 bool WebDataService::IsRunning() const {
73 void WebDataService::UnloadDatabase() {
74 ScheduleTask(NewRunnableMethod(this, &WebDataService::ShutdownDatabase));
77 void WebDataService::CancelRequest(Handle h) {
87 bool WebDataService::IsDatabaseLoaded()
    [all...]
web_data_service_test_util.h 20 virtual void OnWebDataServiceRequestDone(WebDataService::Handle handle,
31 WebDataService::Handle handle() { return handle_; }
35 WebDataService::Handle handle_;
web_data_service_unittest.cc 85 wds_ = new WebDataService();
103 scoped_refptr<WebDataService> wds_;
165 Source<WebDataService>(wds_.get()),
179 WebDataService::Handle handle;
211 Source<WebDataService>(wds_.get()),
244 Source<WebDataService>(wds_.get()),
263 Source<WebDataService>(wds_.get()),
273 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
293 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer);
306 Source<WebDataService>(wds_.get())
    [all...]
web_data_service.h 54 // WebDataService is a generic data repository for meta data associated with
64 // WebDataService results
174 class WebDataService
175 : public base::RefCountedThreadSafe<WebDataService
193 WebDataRequest(WebDataService* service,
217 scoped_refptr<WebDataService> service_;
234 GenericRequest(WebDataService* service,
256 GenericRequest2(WebDataService* service,
281 WebDataService();
506 virtual ~WebDataService();
    [all...]
  /external/chromium/chrome/browser/search_engines/
util.h 18 class WebDataService;
24 // Processes the results of WebDataService::GetKeywords, combining it with
33 // Only pass in a non-NULL value for service if the WebDataService should be
37 WebDataService* service,
search_provider_install_data.h 48 SearchProviderInstallData(WebDataService* web_service,
69 // This is invoked from WebDataService, and should not be directly
71 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h,
89 scoped_refptr<WebDataService> web_service_;
92 WebDataService::Handle load_handle_;
template_url_model_test_util.h 23 class WebDataService;
79 // Returns the WebDataService.
80 WebDataService* GetWebDataService();
93 // Needed to make the DeleteOnUIThread trait of WebDataService work
template_url_model_test_util.cc 49 // Subclass the TestingProfile so that it can return a WebDataService.
69 virtual WebDataService* GetWebDataService(ServiceAccessType access) {
74 scoped_refptr<WebDataService> service_;
114 service_ = new WebDataService;
226 WebDataService* TemplateURLModelTestUtil::GetWebDataService() {
template_url_model.h 41 // persisted to the database maintained by WebDataService. *ALL* mutations
55 // is a WebDataService, deletion is handled by WebDataService, otherwise
206 // This is invoked from WebDataService, and should not be directly
208 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h,
385 // Used to obtain the WebDataService.
386 // When Load is invoked, if we haven't yet loaded, the WebDataService is
397 WebDataService::Handle load_handle_;
400 scoped_refptr<WebDataService> service_;
  /external/chromium/chrome/browser/password_manager/
password_store_default.h 17 class WebDataService;
26 WebDataService* web_data_service);
48 scoped_refptr<WebDataService> web_data_service_;
password_store_win.h 14 class WebDataService;
27 WebDataService* web_data_service);
password_store_x.h 17 class WebDataService;
56 WebDataService* web_data_service,
password_store_win.cc 45 // Handles requests to WebDataService.
48 DBHandler(WebDataService* web_data_service,
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);
141 WebDataService::Handle handle,
168 WebDataService* web_data_service)
password_store_default.cc 27 WebDataService* web_data_service,
39 WebDataService::Handle handle,
43 typedef std::set<WebDataService::Handle> Handles;
47 scoped_refptr<WebDataService> web_data_service_;
71 WebDataService::Handle handle,
103 WebDataService* web_data_service)
  /external/chromium/chrome/browser/
autocomplete_history_manager.h 23 // renderer and the storing and retrieving of form data through WebDataService.
34 virtual void OnWebDataServiceRequestDone(WebDataService::Handle h,
56 WebDataService* wds);
65 scoped_refptr<WebDataService> web_data_service_;
69 // When the manager makes a request from WebDataService, the database is
72 WebDataService::Handle pending_query_handle_;
autocomplete_history_manager_unittest.cc 25 class MockWebDataService : public WebDataService {
memory_purger.cc 118 WebDataService* web_data_service =
  /external/chromium/chrome/browser/autofill/
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);
252 // When the manager makes a request from WebDataService, the database
256 WebDataService::Handle pending_profiles_query_;
257 WebDataService::Handle pending_creditcards_query_;
personal_data_manager.cc 111 WebDataService::Handle h,
175 WebDataService* web_data_service =
369 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
414 // Android does not do credit cards and does not have a WebDataService.
425 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
484 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
545 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
785 WebDataService* web_data_service =
808 WebDataService* web_data_service =
821 void PersonalDataManager::ReceiveLoadedProfiles(WebDataService::Handle h
    [all...]
  /external/chromium/chrome/browser/net/gaia/
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/sync/glue/
autofill_data_type_controller.h 98 scoped_refptr<WebDataService> web_data_service_;
  /external/chromium/android/autofill/
profile_android.h 117 class WebDataService;
163 virtual WebDataService* GetWebDataService(ServiceAccessType sat) { NOTREACHED(); return NULL; }
164 virtual WebDataService* GetWebDataServiceWithoutCreating() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.h 114 class WebDataService;
306 // Returns the WebDataService for this profile. This is owned by
312 virtual WebDataService* GetWebDataService(ServiceAccessType access) = 0;
316 virtual WebDataService* GetWebDataServiceWithoutCreating() = 0;
profile_impl.h 72 virtual WebDataService* GetWebDataService(ServiceAccessType sat);
73 virtual WebDataService* GetWebDataServiceWithoutCreating();
248 scoped_refptr<WebDataService> web_data_service_;

Completed in 177 milliseconds

1 2