HomeSort by relevance Sort by last modified time
    Searched defs:AutofillWebDataService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.h 38 class AutofillWebDataService : public AutofillWebData,
41 AutofillWebDataService();
43 AutofillWebDataService(scoped_refptr<WebDatabaseService> wdbs,
46 // Retrieve an AutofillWebDataService for the given context.
48 static scoped_refptr<AutofillWebDataService> FromBrowserContext(
104 virtual ~AutofillWebDataService();
108 base::WeakPtr<AutofillWebDataService> AsWeakPtr() {
117 base::WeakPtrFactory<AutofillWebDataService> weak_ptr_factory_;
121 DISALLOW_COPY_AND_ASSIGN(AutofillWebDataService);
autofill_webdata_service.cc 27 AutofillWebDataService::AutofillWebDataService(
36 &AutofillWebDataService::NotifyAutofillMultipleChangedOnUIThread,
44 AutofillWebDataService::AutofillWebDataService()
51 void AutofillWebDataService::ShutdownOnUIThread() {
59 void AutofillWebDataService::AddFormFields(
66 WebDataServiceBase::Handle AutofillWebDataService::GetFormValuesForElementName(
74 WebDataServiceBase::Handle AutofillWebDataService::HasFormElements(
81 void AutofillWebDataService::RemoveFormElementsAddedBetween
    [all...]

Completed in 47 milliseconds