Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.h41 extern const char kIconNotFound[];
H A Ddownloads_api.cc94 const char kIconNotFound[] = "Icon not found"; variable
1626 if (Fault(url.empty(), download_extension_errors::kIconNotFound, &error)) { in OnIconURLExtracted()
H A Ddownloads_api_browsertest.cc1131 EXPECT_STREQ(errors::kIconNotFound, error.c_str()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.h41 extern const char kIconNotFound[];
H A Ddownloads_api.cc94 const char kIconNotFound[] = "Icon not found"; variable
1621 if (Fault(url.empty(), download_extension_errors::kIconNotFound, &error)) { in OnIconURLExtracted()
H A Ddownloads_api_browsertest.cc1115 EXPECT_STREQ(errors::kIconNotFound, error.c_str()); in IN_PROC_BROWSER_TEST_F()