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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 129 new_tag = Tag(doc, tag.name, tag.attrs)
130 new_tag[attr] = re.sub(pattern, resources_relpath + '/testharness', old_path)
132 self.replace_tag(tag, new_tag)
165 new_tag = Tag(doc, tag.name, tag.attrs)
166 new_tag.insert(0, updated_style_text[1])
168 self.replace_tag(tag, new_tag)
198 def replace_tag(self, old_tag, new_tag):
200 old_tag.parent.insert(index, new_tag)
  /external/chromium_org/sync/syncable/
mutable_entry.cc 323 bool MutableEntry::PutUniqueClientTag(const string& new_tag) {
324 if (new_tag == kernel_->ref(UNIQUE_CLIENT_TAG)) {
331 if (dir()->kernel_->client_tags_map.find(new_tag) !=
338 kernel_->put(UNIQUE_CLIENT_TAG, new_tag);
340 if (!new_tag.empty()) {
341 dir()->kernel_->client_tags_map[new_tag] = kernel_;
347 bool MutableEntry::PutUniqueServerTag(const string& new_tag) {
348 if (new_tag == kernel_->ref(UNIQUE_SERVER_TAG)) {
355 if (dir()->kernel_->server_tags_map.find(new_tag) !=
362 kernel_->put(UNIQUE_SERVER_TAG, new_tag);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-tag.cc 135 hb_tag_t new_tag; local
140 new_tag = hb_ot_new_tag_from_script (script);
141 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
143 *script_tag_1 = new_tag;
  /external/harfbuzz_ng/src/
hb-ot-tag.cc 135 hb_tag_t new_tag; local
140 new_tag = hb_ot_new_tag_from_script (script);
141 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
143 *script_tag_1 = new_tag;
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 268 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32); local
269 EXPECT_LT(doCtrlCommand("t %d %llu %u", sock0.fd, new_tag , fake_uid2), 0);
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc     [all...]
  /art/runtime/
debugger.cc 2856 JDWP::JdwpTag new_tag = TagFromObject(pReq->result_value.GetL()); local
    [all...]

Completed in 663 milliseconds