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

  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 23 const int add_count = 10000; member in namespace:__anon3410
91 CheckVisited(master, added_prefix, 0, add_count);
94 const int half_size = add_count / 2;
99 CheckVisited(master, added_prefix, 0, add_count);
102 FillTable(master, added_prefix, half_size, add_count);
105 CheckVisited(master, added_prefix, 0, add_count);
106 CheckVisited(master, unadded_prefix, 0, add_count);
visitedlink_unittest.cc 67 int add_count() const { return add_count_; } function in class:TrackingVisitedLinkEventListener
448 EXPECT_EQ(g_test_count, listener_.add_count());
480 int add_count() const { return add_count_; } function in class:VisitCountingProfile
639 EXPECT_EQ(0, profile()->add_count());
645 EXPECT_EQ(3, profile()->add_count());
656 EXPECT_EQ(6, profile()->add_count());
665 EXPECT_EQ(6, profile()->add_count());
675 EXPECT_EQ(6, profile()->add_count());

Completed in 648 milliseconds