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

  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 110 history_count_ = results->size();
116 size_t history_count_; member in class:ProfileWriterTest
206 size_t original_history_count = history_count_;
207 history_count_ = 0;
211 EXPECT_EQ(original_history_count, history_count_);
firefox_importer_browsertest.cc 124 history_count_(0),
136 EXPECT_EQ(1U, history_count_);
174 ++history_count_;
233 size_t history_count_; member in class:__anon8760::FirefoxObserver
ie_importer_browsertest_win.cc 225 history_count_(0),
245 EXPECT_EQ(1, history_count_);
282 ++history_count_;
353 size_t history_count_; member in class:__anon8761::TestObserver

Completed in 50 milliseconds