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

  /external/chromium/chrome/browser/extensions/
extension_history_api.h 142 class DeleteRangeHistoryFunction : public HistoryFunctionWithCallback {
extension_history_api.cc 345 bool DeleteRangeHistoryFunction::RunAsyncImpl() {
365 NewCallback(this, &DeleteRangeHistoryFunction::DeleteComplete));
370 void DeleteRangeHistoryFunction::DeleteComplete() {
extension_function_dispatcher.cc 190 RegisterFunction<DeleteRangeHistoryFunction>();

Completed in 542 milliseconds