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

  /external/chromium_org/components/bookmarks/browser/
bookmark_codec.cc 37 const char* BookmarkCodec::kSyncTransactionVersion = "sync_transaction_version";
59 model->root_node()->sync_transaction_version());
67 int64 sync_transaction_version) {
76 if (sync_transaction_version !=
79 base::Int64ToString(sync_transaction_version));
142 if (node->sync_transaction_version() !=
145 base::Int64ToString(node->sync_transaction_version()));
358 int64 sync_transaction_version = node->sync_transaction_version(); local
360 if (!DecodeMetaInfo(value, &meta_info_map, &sync_transaction_version))
    [all...]
bookmark_node.h 107 void set_sync_transaction_version(int64 sync_transaction_version) {
108 sync_transaction_version_ = sync_transaction_version;
110 int64 sync_transaction_version() const { function in class:BookmarkNode
bookmark_codec.h 50 int64 sync_transaction_version);
145 // in the sync_transaction_version variable, then deleted. This is for
147 // meta_info_map and sync_transaction_version must not be NULL.
150 int64* sync_transaction_version);
bookmark_storage.h 87 void set_model_sync_transaction_version(int64 sync_transaction_version) {
88 model_sync_transaction_version_ = sync_transaction_version;
bookmark_codec_unittest.cc 434 EXPECT_EQ(1, model->root_node()->sync_transaction_version());
436 EXPECT_EQ(42, bbn->GetChild(1)->sync_transaction_version());
438 bbn->GetChild(0)->sync_transaction_version());
456 EXPECT_EQ(1, model->root_node()->sync_transaction_version());
459 bbn->GetChild(0)->sync_transaction_version());
460 EXPECT_EQ(42, bbn->GetChild(1)->sync_transaction_version());
bookmark_model.cc 439 int64 sync_transaction_version) {
442 if (sync_transaction_version == node->sync_transaction_version())
445 AsMutable(node)->set_sync_transaction_version(sync_transaction_version);
bookmark_model.h 281 int64 sync_transaction_version);
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 756 bookmark_model_->root_node()->sync_transaction_version();
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc     [all...]

Completed in 127 milliseconds