Home | History | Annotate | Download | only in syncable

Lines Matching refs:new_tag

1529 bool MutableEntry::PutUniqueClientTag(const string& new_tag) {
1532 if (old_tag == new_tag) {
1537 if (!new_tag.empty()) {
1540 lookup_kernel_.put(UNIQUE_CLIENT_TAG, new_tag);
1551 kernel_->put(UNIQUE_CLIENT_TAG, new_tag);