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

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.cc 35 const char* BookmarkCodec::kSyncTransactionVersion = "sync_transaction_version";
57 model->root_node()->sync_transaction_version());
65 int64 sync_transaction_version) {
74 if (sync_transaction_version !=
77 base::Int64ToString(sync_transaction_version));
140 if (node->sync_transaction_version() !=
143 base::Int64ToString(node->sync_transaction_version()));
352 int64 sync_transaction_version = node->sync_transaction_version(); local
354 if (!DecodeMetaInfo(value, &meta_info_map, &sync_transaction_version))
    [all...]
bookmark_codec.h 49 int64 sync_transaction_version);
144 // in the sync_transaction_version variable, then deleted. This is for
146 // meta_info_map and sync_transaction_version must not be NULL.
149 int64* sync_transaction_version);
bookmark_storage.h 69 void set_model_sync_transaction_version(int64 sync_transaction_version) {
70 model_sync_transaction_version_ = sync_transaction_version;
bookmark_model.h 135 void set_sync_transaction_version(int64 sync_transaction_version) {
136 sync_transaction_version_ = sync_transaction_version;
138 int64 sync_transaction_version() const { function in class:BookmarkNode
432 int64 sync_transaction_version);
bookmark_codec_unittest.cc 409 EXPECT_EQ(1, model->root_node()->sync_transaction_version());
411 EXPECT_EQ(42, bbn->GetChild(1)->sync_transaction_version());
413 bbn->GetChild(0)->sync_transaction_version());
432 EXPECT_EQ(1, model.root_node()->sync_transaction_version());
435 bbn->GetChild(0)->sync_transaction_version());
436 EXPECT_EQ(42, bbn->GetChild(1)->sync_transaction_version());
bookmark_model.cc 528 int64 sync_transaction_version) {
529 if (sync_transaction_version == node->sync_transaction_version())
532 AsMutable(node)->set_sync_transaction_version(sync_transaction_version);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 719 bookmark_model_->root_node()->sync_transaction_version();
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc     [all...]

Completed in 1172 milliseconds