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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend.h 12 class AutofillWebDataServiceObserverOnDBThread;
25 AutofillWebDataServiceObserverOnDBThread* observer) = 0;
29 AutofillWebDataServiceObserverOnDBThread* observer) = 0;
autofill_webdata_service_observer.h 12 class AutofillWebDataServiceObserverOnDBThread {
22 virtual ~AutofillWebDataServiceObserverOnDBThread() {}
autofill_webdata_service.h 34 class AutofillWebDataServiceObserverOnDBThread;
85 void AddObserver(AutofillWebDataServiceObserverOnDBThread* observer);
86 void RemoveObserver(AutofillWebDataServiceObserverOnDBThread* observer);
autofill_webdata_backend_impl.h 31 class AutofillWebDataServiceObserverOnDBThread;
57 virtual void AddObserver(AutofillWebDataServiceObserverOnDBThread* observer)
60 AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE;
186 ObserverList<AutofillWebDataServiceObserverOnDBThread> db_observer_list_;
autofill_webdata_backend_impl.cc 41 AutofillWebDataServiceObserverOnDBThread* observer) {
47 AutofillWebDataServiceObserverOnDBThread* observer) {
96 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnDBThread,
137 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnDBThread,
156 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnDBThread,
176 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnDBThread,
204 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnDBThread,
228 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnDBThread,
328 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnDBThread,
351 FOR_EACH_OBSERVER(AutofillWebDataServiceObserverOnDBThread,
    [all...]
autofill_webdata_service.cc 187 AutofillWebDataServiceObserverOnDBThread* observer) {
194 AutofillWebDataServiceObserverOnDBThread* observer) {
autofill_profile_syncable_service.h 52 public AutofillWebDataServiceObserverOnDBThread,
84 // AutofillWebDataServiceObserverOnDBThread implementation.
web_data_service_unittest.cc 86 : public AutofillWebDataServiceObserverOnDBThread {
166 AutofillWebDataServiceObserverOnDBThread*) =
175 AutofillWebDataServiceObserverOnDBThread*) =
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 34 using autofill::AutofillWebDataServiceObserverOnDBThread;
51 : public AutofillWebDataServiceObserverOnDBThread {
89 AutofillWebDataServiceObserverOnDBThread*) =
97 AutofillWebDataServiceObserverOnDBThread*) =
197 AutofillWebDataServiceObserverOnDBThread*) =
206 AutofillWebDataServiceObserverOnDBThread*) =
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 50 public autofill::AutofillWebDataServiceObserverOnDBThread,
80 // AutofillWebDataServiceObserverOnDBThread:
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 47 autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
49 autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 170 autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
172 autofill::AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE {}
    [all...]

Completed in 3187 milliseconds