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

  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 163 void DeleteRowsWithURLs(const history::URLRows& rows);
autocomplete_action_predictor_unittest.cc 186 void DeleteRowsWithURLs(const history::URLRows& rows) {
187 predictor_->DeleteRowsWithURLs(rows);
293 TEST_F(AutocompleteActionPredictorTest, DeleteRowsWithURLs) {
303 DeleteRowsWithURLs(rows);
autocomplete_action_predictor.cc 233 DeleteRowsWithURLs(urls_deleted_details->rows);
294 void AutocompleteActionPredictor::DeleteRowsWithURLs(

Completed in 48 milliseconds