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

  /external/chromium_org/chrome/browser/search/
search.cc 194 // "URLCount() - 1" because we already tested url_ref above.
195 for (size_t i = 0; i < template_url->URLCount() - 1; ++i) {
578 for (size_t i = 0; i < template_url->URLCount(); ++i) {
  /external/chromium_org/chrome/browser/search_engines/
template_url.cc 260 DCHECK_LT(index_in_owner_, owner_->URLCount());
    [all...]
template_url.h 600 size_t URLCount() const;
template_url_unittest.cc     [all...]

Completed in 291 milliseconds