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

  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service_unittest.cc 298 URLRows url_rows; local
304 InitiateServerState(1, 0, &url_rows, &visit_vectors, urls, &change_list));
306 URLRow url_row = url_rows.front();
337 URLRows url_rows; local
343 InitiateServerState(1, 0, &url_rows, &visit_vectors, urls, &change_list));
347 URLRow url_row = url_rows.front();
392 URLRows url_rows; local
398 InitiateServerState(1, 0, &url_rows, &visit_vectors, urls, &change_list));
401 URLRow url_row = url_rows.front();
418 URLRows url_rows; local
474 URLRows url_rows; local
533 URLRows url_rows; local
577 URLRows url_rows; local
631 URLRows url_rows; local
    [all...]
history_service.cc 97 explicit URLIteratorFromURLRows(const history::URLRows& url_rows)
98 : itr_(url_rows.begin()),
99 end_(url_rows.end()) {
    [all...]
history_backend_unittest.cc 2700 URLRow url_rows[4]; local
    [all...]

Completed in 857 milliseconds