/external/chromium_org/chrome/browser/importer/ |
firefox_importer_browsertest.cc | 101 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0), 106 : ProfileWriter(NULL), bookmark_count_(0), history_count_(0), 118 EXPECT_EQ(1U, history_count_); 157 ++history_count_; 202 size_t history_count_; member in class:__anon5106::FirefoxObserver
|
profile_writer_unittest.cc | 110 history_count_ = results->size(); 116 size_t history_count_; member in class:ProfileWriterTest 207 size_t original_history_count = history_count_; 208 history_count_ = 0; 212 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_; 394 size_t history_count_; member in class:__anon5107::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...] |