Home
last modified time | relevance | path

Searched refs:skp_path (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/paint_preview/renderer/
H A Dpaint_preview_recorder_browsertest.cc82 base::FilePath skp_path = MakeTestFilePath("test.skp"); in TEST_F() local
90 base::File skp_file(skp_path, in TEST_F()
117 skp_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_READ)); in TEST_F()
157 base::FilePath skp_path = MakeTestFilePath("test.skp"); in TEST_F() local
165 base::File skp_file(skp_path, in TEST_F()
212 base::FilePath skp_path = MakeTestFilePath("test.skp"); in TEST_F() local
220 base::File skp_file(skp_path, in TEST_F()
270 base::FilePath skp_path = MakeTestFilePath("test.skp"); in TEST_F() local
278 base::File skp_file(skp_path, in TEST_F()
300 base::FilePath skp_path = MakeTestFilePath("test.skp"); in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/player/android/javatests/
H A Dpaint_preview_test_service.cc81 const base::FilePath& skp_path, in WriteSkp() argument
84 skp_path, base::File::FLAG_CREATE_ALWAYS | base::File::FLAG_WRITE)); in WriteSkp()
244 auto skp_path = in SerializeFrames() local
246 root_it->second.proto.set_file_path(skp_path.AsUTF8Unsafe()); in SerializeFrames()
248 if (!WriteSkp(root_it->second.skp, skp_path, &(root_it->second.ctx))) in SerializeFrames()
255 skp_path = in SerializeFrames()
257 it->second.proto.set_file_path(skp_path.AsUTF8Unsafe()); in SerializeFrames()
259 if (!WriteSkp(it->second.skp, skp_path, &(it->second.ctx))) in SerializeFrames()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/renderer/
H A Dpaint_preview_recorder_browsertest.cc68 base::FilePath skp_path = MakeTestFilePath("test.skp"); in RunCapture() local
79 skp_path, base::File::FLAG_CREATE_ALWAYS | base::File::FLAG_WRITE); in RunCapture()
88 return skp_path; in RunCapture()
114 base::FilePath skp_path = RunCapture(frame, &out_response); in TEST_F() local
133 skp_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_READ)); in TEST_F()
177 base::FilePath skp_path = RunCapture(frame, &out_response); in TEST_F() local
190 skp_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_READ)); in TEST_F()
311 base::FilePath skp_path = RunCapture(frame, &out_response, true, clip_rect); in TEST_F() local
322 skp_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_READ)); in TEST_F()