unsafe             90 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc       std::string unsafe = dest_platform_path.BaseName().AsUTF8Unsafe();
unsafe             91 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc       if (unsafe.find(reject_string_) != std::string::npos) {
unsafe            146 google_apis/cup/client_update_protocol.cc   std::string unsafe(input.begin(), input.end());
unsafe            147 google_apis/cup/client_update_protocol.cc   for (std::string::iterator it = unsafe.begin(); it != unsafe.end(); ++it) {
unsafe            159 google_apis/cup/client_update_protocol.cc   if (unsafe.length() % 4)
unsafe            160 google_apis/cup/client_update_protocol.cc     unsafe.append(4 - (unsafe.length() % 4), '=');
unsafe            163 google_apis/cup/client_update_protocol.cc   if (!base::Base64Decode(unsafe, &decoded))