Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sync/syncable/
Dmodel_neutral_mutable_entry.cc224 bool ModelNeutralMutableEntry::PutUniqueServerTag(const string& new_tag) { in PutUniqueServerTag() argument
225 if (new_tag == kernel_->ref(UNIQUE_SERVER_TAG)) { in PutUniqueServerTag()
232 if (dir()->kernel_->server_tags_map.find(new_tag) != in PutUniqueServerTag()
239 kernel_->put(UNIQUE_SERVER_TAG, new_tag); in PutUniqueServerTag()
241 if (!new_tag.empty()) { in PutUniqueServerTag()
242 dir()->kernel_->server_tags_map[new_tag] = kernel_; in PutUniqueServerTag()
248 bool ModelNeutralMutableEntry::PutUniqueClientTag(const string& new_tag) { in PutUniqueClientTag() argument
249 if (new_tag == kernel_->ref(UNIQUE_CLIENT_TAG)) { in PutUniqueClientTag()
256 if (dir()->kernel_->client_tags_map.find(new_tag) != in PutUniqueClientTag()
263 kernel_->put(UNIQUE_CLIENT_TAG, new_tag); in PutUniqueClientTag()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-tag.cc135 hb_tag_t new_tag; in hb_ot_tags_from_script() local
140 new_tag = hb_ot_new_tag_from_script (script); in hb_ot_tags_from_script()
141 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) { in hb_ot_tags_from_script()
143 *script_tag_1 = new_tag; in hb_ot_tags_from_script()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-tag.cc135 hb_tag_t new_tag; in hb_ot_tags_from_script() local
140 new_tag = hb_ot_new_tag_from_script (script); in hb_ot_tags_from_script()
141 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) { in hb_ot_tags_from_script()
143 *script_tag_1 = new_tag; in hb_ot_tags_from_script()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable.cc1529 bool MutableEntry::PutUniqueClientTag(const string& new_tag) { in PutUniqueClientTag() argument
1532 if (old_tag == new_tag) { in PutUniqueClientTag()
1537 if (!new_tag.empty()) { in PutUniqueClientTag()
1540 lookup_kernel_.put(UNIQUE_CLIENT_TAG, new_tag); in PutUniqueClientTag()
1551 kernel_->put(UNIQUE_CLIENT_TAG, new_tag); in PutUniqueClientTag()