Home
last modified time | relevance | path

Searched refs:TestVfsFilePath (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/database/
H A Ddatabase_util_unittest.cc17 void TestVfsFilePath(bool expected_result, in TestVfsFilePath() function
38 TestVfsFilePath(true, "http_origin_0/#", "http_origin_0", "", ""); in TEST()
39 TestVfsFilePath(true, "http_origin_0/#suffix", "http_origin_0", "", "suffix"); in TEST()
40 TestVfsFilePath(true, "http_origin_0/db_name#", "http_origin_0", "db_name", in TEST()
42 TestVfsFilePath(true, "http_origin_0/db_name#suffix", "http_origin_0", in TEST()
44 TestVfsFilePath(false, "http_origin_0db_name#"); in TEST()
45 TestVfsFilePath(false, "http_origin_0db_name#suffix"); in TEST()
46 TestVfsFilePath(false, "http_origin_0/db_name"); in TEST()
47 TestVfsFilePath(false, "http_origin_0#db_name/suffix"); in TEST()
48 TestVfsFilePath(false, "/db_name#"); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/database/
H A Ddatabase_util_unittest.cc17 void TestVfsFilePath(bool expected_result, in TestVfsFilePath() function
38 TestVfsFilePath(true, "http_origin_0/#", "http_origin_0", "", ""); in TEST()
39 TestVfsFilePath(true, "http_origin_0/#suffix", "http_origin_0", "", "suffix"); in TEST()
40 TestVfsFilePath(true, "http_origin_0/db_name#", "http_origin_0", "db_name", in TEST()
42 TestVfsFilePath(true, "http_origin_0/db_name#suffix", "http_origin_0", in TEST()
44 TestVfsFilePath(false, "http_origin_0db_name#"); in TEST()
45 TestVfsFilePath(false, "http_origin_0db_name#suffix"); in TEST()
46 TestVfsFilePath(false, "http_origin_0/db_name"); in TEST()
47 TestVfsFilePath(false, "http_origin_0#db_name/suffix"); in TEST()
48 TestVfsFilePath(false, "/db_name#"); in TEST()
[all …]