/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | namer.cc | 70 std::string Namer::Sanitize(const std::string& suggested_name) { in Sanitize() argument 71 if (suggested_name.empty()) { in Sanitize() 83 if ((std::string::npos != invalid_as_first_char.find(suggested_name[0])) || in Sanitize() 84 (std::string::npos == valid.find(suggested_name[0]))) { in Sanitize() 87 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize() 152 const std::string& suggested_name) { in SuggestSanitizedName() argument 157 return Register(id, FindUnusedDerivedName(Sanitize(suggested_name))); in SuggestSanitizedName() 162 const std::string& suggested_name) { in SuggestSanitizedMemberName() argument 169 entry = Sanitize(suggested_name); in SuggestSanitizedMemberName()
|
D | namer.h | 48 static std::string Sanitize(const std::string& suggested_name); 123 bool SuggestSanitizedName(uint32_t id, const std::string& suggested_name); 133 const std::string& suggested_name);
|
/third_party/cef/libcef_dll/cpptoc/ |
D | download_handler_cpptoc.cc | 30 const cef_string_t* suggested_name, in download_handler_on_before_download() argument 48 DCHECK(suggested_name); in download_handler_on_before_download() 49 if (!suggested_name) in download_handler_on_before_download() 59 CefDownloadItemCToCpp::Wrap(download_item), CefString(suggested_name), in download_handler_on_before_download()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | download_handler_ctocpp.cc | 28 const CefString& suggested_name, in OnBeforeDownload() argument 47 DCHECK(!suggested_name.empty()); in OnBeforeDownload() 48 if (suggested_name.empty()) in OnBeforeDownload() 58 suggested_name.GetStruct(), in OnBeforeDownload()
|
D | download_handler_ctocpp.h | 40 const CefString& suggested_name,
|
/third_party/cef/libcef/browser/ |
D | download_manager_delegate.cc | 48 const base::FilePath& suggested_name, in CefBeforeDownloadCallbackImpl() argument 52 suggested_name_(suggested_name), in CefBeforeDownloadCallbackImpl() 83 const base::FilePath& suggested_name, in GenerateFilename() argument 103 suggested_path = suggested_path.Append(suggested_name); in GenerateFilename() 106 suggested_path = suggested_name; in GenerateFilename() 382 base::FilePath suggested_name = net::GenerateFileName( in DetermineDownloadTarget() local 389 item->GetId(), suggested_name, in DetermineDownloadTarget() 393 suggested_name.value(), callbackObj); in DetermineDownloadTarget()
|
/third_party/spirv-tools/source/ |
D | name_mapper.cpp | 68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() argument 69 if (suggested_name.empty()) return "_"; in Sanitize() 76 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize() 84 const std::string& suggested_name) { in SaveName() argument 87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName()
|
D | name_mapper.h | 84 std::string Sanitize(const std::string& suggested_name); 90 void SaveName(uint32_t id, const std::string& suggested_name);
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | name_mapper.cpp | 68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() argument 69 if (suggested_name.empty()) return "_"; in Sanitize() 76 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize() 84 const std::string& suggested_name) { in SaveName() argument 87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName()
|
D | name_mapper.h | 84 std::string Sanitize(const std::string& suggested_name); 90 void SaveName(uint32_t id, const std::string& suggested_name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | name_mapper.cpp | 68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() argument 69 if (suggested_name.empty()) return "_"; in Sanitize() 76 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize() 84 const std::string& suggested_name) { in SaveName() argument 87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName()
|
D | name_mapper.h | 84 std::string Sanitize(const std::string& suggested_name); 90 void SaveName(uint32_t id, const std::string& suggested_name);
|
/third_party/cef/include/capi/ |
D | cef_download_handler_capi.h | 117 const cef_string_t* suggested_name,
|
/third_party/cef/include/ |
D | cef_download_handler.h | 104 const CefString& suggested_name,
|
/third_party/cef/tests/ceftests/ |
D | download_unittest.cc | 322 const CefString& suggested_name, in OnBeforeDownload() argument 330 EXPECT_STREQ(kTestFileName, suggested_name.ToString().c_str()); in OnBeforeDownload()
|
D | test_handler.h | 156 const CefString& suggested_name, in OnBeforeDownload() argument
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.h | 167 const CefString& suggested_name,
|
D | client_handler.cc | 493 const CefString& suggested_name, in OnBeforeDownload() argument 498 callback->Continue(MainContext::Get()->GetDownloadPath(suggested_name), true); in OnBeforeDownload()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 49186 suggested_name, std::string(), std::string()); 65537 + const CefString& suggested_name, 65539 + (void)suggested_name; 66523 + const CefString& suggested_name,
|