Home
last modified time | relevance | path

Searched refs:SetNodeSyncTransactionVersion (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dbookmark_change_processor.cc676 bookmark_model_->SetNodeSyncTransactionVersion(dst, model_version); in ApplyChangesFromSyncModel()
711 model->SetNodeSyncTransactionVersion(model->root_node(), model_version); in ApplyChangesFromSyncModel()
742 model->SetNodeSyncTransactionVersion(model->root_node(), new_version); in UpdateTransactionVersion()
744 model->SetNodeSyncTransactionVersion(nodes[i], new_version); in UpdateTransactionVersion()
Dbookmark_model_associator.cc780 bookmark_model_->SetNodeSyncTransactionVersion( in CheckModelSyncState()
/external/chromium_org/components/bookmarks/browser/
Dbookmark_model.h275 void SetNodeSyncTransactionVersion(const BookmarkNode* node,
Dbookmark_codec_unittest.cc424 model->SetNodeSyncTransactionVersion(model->root_node(), 1); in TEST_F()
426 model->SetNodeSyncTransactionVersion(bbn->GetChild(1), 42); in TEST_F()
Dbookmark_model.cc438 void BookmarkModel::SetNodeSyncTransactionVersion( in SetNodeSyncTransactionVersion() function in BookmarkModel
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_bookmark_unittest.cc2153 model_->SetNodeSyncTransactionVersion(model_->root_node(), root_version + 1); in TEST_F()