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

  /external/chromium/chrome/browser/extensions/
extension_history_api.h 126 class DeleteAllHistoryFunction : public HistoryFunctionWithCallback {
extension_history_api.cc 374 bool DeleteAllHistoryFunction::RunAsyncImpl() {
382 NewCallback(this, &DeleteAllHistoryFunction::DeleteComplete));
387 void DeleteAllHistoryFunction::DeleteComplete() {
extension_function_dispatcher.cc 189 RegisterFunction<DeleteAllHistoryFunction>();

Completed in 198 milliseconds