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

  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 103 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0),
108 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0),
120 EXPECT_EQ(1U, history_count_);
159 ++history_count_;
203 size_t history_count_; member in class:__anon7621::FirefoxObserver
profile_writer_unittest.cc 108 history_count_ = results->size();
114 size_t history_count_; member in class:ProfileWriterTest
205 size_t original_history_count = history_count_;
206 history_count_ = 0;
210 EXPECT_EQ(original_history_count, history_count_);
ie_importer_browsertest_win.cc 266 history_count_(0),
286 EXPECT_EQ(1, history_count_);
323 ++history_count_;
393 size_t history_count_; member in class:__anon7622::TestObserver
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 189 history_count_ = 0;
200 EXPECT_EQ(1, history_count_);
236 ++history_count_;
264 size_t history_count_; member in class:TestObserver
555 history_count_ = 0;
567 EXPECT_EQ(1U, history_count_);
604 ++history_count_;
654 size_t history_count_; member in class:FirefoxObserver
753 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0),
758 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0)
864 size_t history_count_; member in class:Firefox3Observer
    [all...]

Completed in 70 milliseconds