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

  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.h 33 Record() : bookmark_write_count(0U) {}
41 uint32 bookmark_write_count; member in struct:browser_sync::ExtensionsActivityMonitor::Record
extensions_activity_monitor.cc 77 records_[i->first].bookmark_write_count += i->second.bookmark_write_count;
95 record.bookmark_write_count++;
extensions_activity_monitor_unittest.cc 180 EXPECT_EQ(writes_by_extension1, results[id1].bookmark_write_count);
181 EXPECT_EQ(writes_by_extension2, results[id2].bookmark_write_count);
201 EXPECT_EQ(5U, results[id1].bookmark_write_count);
202 EXPECT_EQ(8U, results[id2].bookmark_write_count);
218 EXPECT_EQ(5U, new_records[id1].bookmark_write_count);
219 EXPECT_EQ(8U + 2U, new_records[id2].bookmark_write_count);
235 EXPECT_EQ(5U, results[id1].bookmark_write_count);
245 EXPECT_EQ(3U, results[id1].bookmark_write_count);
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 415 (*records)["ABC"].bookmark_write_count = 2049U;
417 (*records)["xyz"].bookmark_write_count = 4U;
429 EXPECT_EQ(2049U, final_monitor_records["ABC"].bookmark_write_count);
430 EXPECT_EQ(4U, final_monitor_records["xyz"].bookmark_write_count);
build_commit_command.cc 54 it->second.bookmark_write_count);

Completed in 191 milliseconds