HomeSort by relevance Sort by last modified time
    Searched refs:AutofillWebDataServiceObserverOnUIThread (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service_observer.h 25 class AutofillWebDataServiceObserverOnUIThread {
32 virtual ~AutofillWebDataServiceObserverOnUIThread() {}
autofill_webdata_service.h 35 class AutofillWebDataServiceObserverOnUIThread;
88 void AddObserver(AutofillWebDataServiceObserverOnUIThread* observer);
89 void RemoveObserver(AutofillWebDataServiceObserverOnUIThread* observer);
113 ObserverList<AutofillWebDataServiceObserverOnUIThread> ui_observer_list_;
autofill_webdata_service.cc 201 AutofillWebDataServiceObserverOnUIThread* observer) {
207 AutofillWebDataServiceObserverOnUIThread* observer) {
227 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnUIThread,
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 49 public AutofillWebDataServiceObserverOnUIThread {
71 // AutofillWebDataServiceObserverOnUIThread:

Completed in 123 milliseconds