Searched defs:candidate_bitmap_indices (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc2094 std::vector<size_t> candidate_bitmap_indices; local
2098 &candidate_bitmap_indices,
2104 for (size_t j = 0; j < candidate_bitmap_indices.size(); ++j) {
2105 size_t candidate_index = candidate_bitmap_indices[j];

Completed in 101 milliseconds