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 34 class AutofillWebDataServiceObserverOnUIThread;
85 void AddObserver(AutofillWebDataServiceObserverOnUIThread* observer);
86 void RemoveObserver(AutofillWebDataServiceObserverOnUIThread* observer);
110 ObserverList<AutofillWebDataServiceObserverOnUIThread> ui_observer_list_;
autofill_webdata_service.cc 193 AutofillWebDataServiceObserverOnUIThread* observer) {
199 AutofillWebDataServiceObserverOnUIThread* observer) {
219 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnUIThread,
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 49 public AutofillWebDataServiceObserverOnUIThread {
71 // AutofillWebDataServiceObserverOnUIThread:

Completed in 77 milliseconds