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

  /external/chromium_org/components/history/core/browser/
url_row.h 103 class URLRowHasURL {
105 explicit URLRowHasURL(const GURL& url) : url_(url) {}
  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 332 rows.begin(), rows.end(), history::URLRow::URLRowHasURL(row.url()));
347 history::URLRow::URLRowHasURL(row.url())) ==
361 history::URLRow::URLRowHasURL(url)) != rows.end())
history_backend_unittest.cc 891 history::URLRow::URLRowHasURL(row1.url()));
898 history::URLRow::URLRowHasURL(row2.url()));
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.cc 201 rows.begin(), rows.end(), history::URLRow::URLRowHasURL(
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 314 history::URLRow::URLRowHasURL(it->first.url)) != rows.end()) {

Completed in 126 milliseconds