OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteRowsWithURLs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h
170
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
247
DeleteRowsWithURLs
(urls_deleted_details->rows);
305
void AutocompleteActionPredictor::
DeleteRowsWithURLs
(
Completed in 851 milliseconds