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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 198 def replace_tag(self, old_tag, new_tag):
199 index = old_tag.parent.contents.index(old_tag)
200 old_tag.parent.insert(index, new_tag)
201 old_tag.extract()
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 1531 string old_tag = kernel_->ref(UNIQUE_CLIENT_TAG); local
    [all...]

Completed in 130 milliseconds