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

  /external/chromium_org/chrome/browser/sync/
profile_sync_test_util.cc 31 base::Bind(&ThreadNotifier::NotifyTask, this, type, source, details));
37 void ThreadNotifier::NotifyTask(int type,
profile_sync_test_util.h 59 void NotifyTask(int type,
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 64 &ThreadNotifier::NotifyTask,
73 void ThreadNotifier::NotifyTask(NotificationType type,
profile_sync_test_util.h 80 void NotifyTask(NotificationType type,
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 44 void NotifyTask();
134 FROM_HERE, base::Bind(&InputDispatcher::NotifyTask, this));
137 void InputDispatcher::NotifyTask() {
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 41 void NotifyTask();
130 FROM_HERE, NewRunnableMethod(this, &InputDispatcher::NotifyTask), 0);
133 void InputDispatcher::NotifyTask() {

Completed in 97 milliseconds