Searched defs:UndoAllMostVisitedDeletions (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dinstant_service.cc148 void InstantService::UndoAllMostVisitedDeletions() { function in class:InstantService
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_ntp_prerenderer.cc234 void InstantNTPPrerenderer::UndoAllMostVisitedDeletions() { function in class:InstantNTPPrerenderer
H A Dinstant_controller.cc256 void InstantController::UndoAllMostVisitedDeletions() { function in class:InstantController
261 instant_service->UndoAllMostVisitedDeletions();
/external/chromium_org/chrome/renderer/searchbox/
H A Dsearchbox.cc256 void SearchBox::UndoAllMostVisitedDeletions() { function in class:SearchBox
H A Dsearchbox_extension.cc381 static void UndoAllMostVisitedDeletions(
499 if (name->Equals(v8::String::New("UndoAllMostVisitedDeletions")))
500 return v8::FunctionTemplate::New(UndoAllMostVisitedDeletions);
904 void SearchBoxExtensionWrapper::UndoAllMostVisitedDeletions( function in class:extensions_v8::SearchBoxExtensionWrapper
909 DVLOG(1) << render_view << " UndoAllMostVisitedDeletions";
910 SearchBox::Get(render_view)->UndoAllMostVisitedDeletions();

Completed in 74 milliseconds