Home
last modified time | relevance | path

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

/third_party/cef/tools/
Dgypi_to_gn.py146 def ReplaceSubstrings(values, search_for, replace_with): function
156 return [ReplaceSubstrings(v, search_for, replace_with) for v in values]
162 new_key = ReplaceSubstrings(key, search_for, replace_with)
163 new_value = ReplaceSubstrings(value, search_for, replace_with)
188 data = ReplaceSubstrings(data, split[0], split[1])