Home
last modified time | relevance | path

Searched refs:DeleteComplete (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_history_api.h132 void DeleteComplete();
148 void DeleteComplete();
Dextension_history_api.cc365 NewCallback(this, &DeleteRangeHistoryFunction::DeleteComplete)); in RunAsyncImpl()
370 void DeleteRangeHistoryFunction::DeleteComplete() { in DeleteComplete() function in DeleteRangeHistoryFunction
382 NewCallback(this, &DeleteAllHistoryFunction::DeleteComplete)); in RunAsyncImpl()
387 void DeleteAllHistoryFunction::DeleteComplete() { in DeleteComplete() function in DeleteAllHistoryFunction