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

  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service_unittest.cc 294 URLRows url_rows; local
300 InitiateServerState(1, 0, &url_rows, &visit_vectors, urls, &change_list));
302 URLRow url_row = url_rows.front();
333 URLRows url_rows; local
339 InitiateServerState(1, 0, &url_rows, &visit_vectors, urls, &change_list));
343 URLRow url_row = url_rows.front();
388 URLRows url_rows; local
394 InitiateServerState(1, 0, &url_rows, &visit_vectors, urls, &change_list));
397 URLRow url_row = url_rows.front();
414 URLRows url_rows; local
470 URLRows url_rows; local
529 URLRows url_rows; local
573 URLRows url_rows; local
627 URLRows url_rows; local
    [all...]
history_service.cc 91 explicit URLIteratorFromURLRows(const history::URLRows& url_rows)
92 : itr_(url_rows.begin()),
93 end_(url_rows.end()) {
    [all...]
history_backend_unittest.cc 2627 URLRow url_rows[4]; local
    [all...]

Completed in 1587 milliseconds