Searched refs:ReplaceAll (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder.h104 ReplaceAll(&filename, "/", "\\");
139 ReplaceAll(&filename, backslash, slash);
185 static void ReplaceAll(std::string* str, const std::string& from, function in class:net::UrlToFilenameEncoder
198 ReplaceAll(path, slash, backslash);
205 ReplaceAll(path, doubleslash, escaped_doubleslash);
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc280 bool ReplaceAll(uint8* dest_first, uint8* dest_last, function in namespace:__anon5736
324 if (ReplaceAll(
344 ReplaceAll(data, data + size, reinterpret_cast<const uint8*>(&cur_ver),
/external/chromium_org/chrome/installer/setup/
H A Dinstall_unittest.cc310 TEST_F(InstallShortcutTest, ReplaceAll) {
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py514 def ReplaceAll(pattern, rep, s): function
4127 decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body
4133 ReplaceAll(' *<', '<', parameter))
/external/libvpx/libvpx/tools/
H A Dcpplint.py514 def ReplaceAll(pattern, rep, s): function
4127 decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body
4133 ReplaceAll(' *<', '<', parameter))

Completed in 398 milliseconds