Searched refs:HandleSearchHistory (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dhistory2_ui.h54 void HandleSearchHistory(const ListValue* args);
70 // Extract the arguments from the call to HandleSearchHistory.
H A Dhistory_ui.h50 void HandleSearchHistory(const ListValue* args);
66 // Extract the arguments from the call to HandleSearchHistory.
H A Dhistory2_ui.cc142 NewCallback(this, &BrowsingHistoryHandler2::HandleSearchHistory));
175 void BrowsingHistoryHandler2::HandleSearchHistory(const ListValue* args) { function in class:BrowsingHistoryHandler2
H A Dhistory_ui.cc142 NewCallback(this, &BrowsingHistoryHandler::HandleSearchHistory));
175 void BrowsingHistoryHandler::HandleSearchHistory(const ListValue* args) { function in class:BrowsingHistoryHandler

Completed in 70 milliseconds