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

  /external/chromium_org/chrome/test/perf/
generate_profile.h 22 // urlcount is before profile is generated for deterministic output; it is
25 int urlcount,
  /external/chromium_org/third_party/mozilla/
NSPasteboard+Utils.mm 108 unsigned int urlCount = [inUrls count];
112 NSMutableArray* tmpTitleArray = [NSMutableArray arrayWithCapacity:urlCount];
113 for (unsigned int i = 0; i < urlCount; ++i)
119 for (unsigned int i = 0; i < urlCount; ++i) {
135 if (urlCount == 1) {
149 else if (urlCount > 1)
  /external/chromium_org/chrome/browser/search_engines/
template_url.cc 229 DCHECK_LT(index_in_owner_, owner_->URLCount());
    [all...]
template_url_unittest.cc 860 ASSERT_EQ(3U, url.URLCount());
    [all...]
template_url.h 604 size_t URLCount() const;
  /external/chromium_org/chrome/browser/search/
search.cc 138 // "URLCount() - 1" because we already tested url_ref above.
139 for (size_t i = 0; i < template_url->URLCount() - 1; ++i) {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm     [all...]
bookmark_bar_controller.mm     [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm     [all...]
bookmark_bar_controller.mm     [all...]

Completed in 98 milliseconds