Home
last modified time | relevance | path

Searched refs:kFileNotFound (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/games/
H A Dgames_service_browsertest.cc124 ExpectGetHighlightedGameFailure(ResponseCode::kFileNotFound); in IN_PROC_BROWSER_TEST_F()
132 ExpectGetHighlightedGameFailure(ResponseCode::kFileNotFound); in IN_PROC_BROWSER_TEST_F()
149 ExpectGetHighlightedGameFailure(ResponseCode::kFileNotFound); in IN_PROC_BROWSER_TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/mscom/
H A DInterceptor.cpp97 static const HRESULT kFileNotFound = 0x80070002; variable
106 if (hr != kFileNotFound) { in CreateInterceptor()
121 return kFileNotFound; in CreateInterceptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/games/core/
H A Dgames_service_impl_unittest.cc157 std::move(callback).Run(ResponseCode::kFileNotFound); in TEST_F()
161 HandleCatalogFailure(ResponseCode::kFileNotFound)) in TEST_F()
H A Dgames_types.h19 kFileNotFound = 1, enumerator
H A Dcatalog_store.cc58 std::move(callback).Run(ResponseCode::kFileNotFound); in OnCatalogParsed()
H A Dcatalog_store_unittest.cc80 EXPECT_EQ(ResponseCode::kFileNotFound, code); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/games/core/
H A Dgames_service_impl_unittest.cc157 std::move(callback).Run(ResponseCode::kFileNotFound); in TEST_F()
161 HandleCatalogFailure(ResponseCode::kFileNotFound)) in TEST_F()
H A Dgames_types.h19 kFileNotFound = 1, enumerator
H A Dcatalog_store.cc58 std::move(callback).Run(ResponseCode::kFileNotFound); in OnCatalogParsed()
H A Dcatalog_store_unittest.cc80 EXPECT_EQ(ResponseCode::kFileNotFound, code); in TEST_F()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/networking/curl/
H A Dconnectionmanager.cpp106 kFileNotFound, in getCaCertPath() enumerator
112 state = node.exists() ? kFileExists : kFileNotFound; in getCaCertPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_elf/third_party_dlls/
H A Dpacked_list_file.cc145 return ThirdPartyStatus::kFileNotFound; in OpenDataFile()
222 code == ThirdPartyStatus::kFileNotFound || in IsStatusCodeSuccessful()
H A Dstatus_codes.h27 kFileNotFound = 2, enumerator
/dports/games/scummvm/scummvm-2.5.1/backends/networking/curl/
H A Dconnectionmanager.cpp106 kFileNotFound, in getCaCertPath() enumerator
112 state = node.exists() ? kFileExists : kFileNotFound; in getCaCertPath()
/dports/multimedia/zoneminder/zoneminder-1.36.5/tests/
H A Dzm_font.cpp24 FontLoadError::kFileNotFound, in CATCH_REGISTER_ENUM() argument
138 REQUIRE(font.LoadFontFile("does_not_exist.zmfnt") == FontLoadError::kFileNotFound);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/
H A Dchrome_manifest_url_handlers_unittest.cc34 EXPECT_EQ(ErrorUtils::FormatErrorMessage(manifest_errors::kFileNotFound, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/
H A Dchrome_manifest_url_handlers_unittest.cc34 EXPECT_EQ(ErrorUtils::FormatErrorMessage(manifest_errors::kFileNotFound, in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/
H A Dmedia_engagement_preloaded_list.h82 kFileNotFound, enumerator
H A Dmedia_engagement_preloaded_list.cc55 RecordLoadResult(LoadResult::kFileNotFound); in LoadFromFile()
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_font.h32 kFileNotFound, enumerator
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DInterceptor.cpp429 static const HRESULT kFileNotFound = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND); variable
438 if (hr != kFileNotFound) { in CreateInterceptor()
453 return kFileNotFound; in CreateInterceptor()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DInterceptor.cpp429 static const HRESULT kFileNotFound = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND); variable
438 if (hr != kFileNotFound) { in CreateInterceptor()
453 return kFileNotFound; in CreateInterceptor()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DInterceptor.cpp428 static const HRESULT kFileNotFound = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND); variable
437 if (hr != kFileNotFound) { in CreateInterceptor()
452 return kFileNotFound; in CreateInterceptor()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DInterceptor.cpp429 static const HRESULT kFileNotFound = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND); variable
438 if (hr != kFileNotFound) { in CreateInterceptor()
453 return kFileNotFound; in CreateInterceptor()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DInterceptor.cpp418 static const HRESULT kFileNotFound = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND); variable
427 if (hr != kFileNotFound) { in CreateInterceptor()
442 return kFileNotFound; in CreateInterceptor()

12