Home
last modified time | relevance | path

Searched refs:CreateForTest (Results 176 – 200 of 245) sorted by relevance

12345678910

/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dopenssl_identity.cc244 std::unique_ptr<OpenSSLIdentity> OpenSSLIdentity::CreateForTest( in CreateForTest() function in rtc::OpenSSLIdentity
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dsandbox_file_system_backend_unittest.cc124 FileSystemURL::CreateForTest(url::Origin::Create(GURL(origin_url)), in GetRootPath()
H A Dcopy_or_move_operation_delegate_unittest.cc207 FileSystemURL::CreateForTest(origin_, src_type_, base::FilePath()), in SetUp()
222 FileSystemURL::CreateForTest(origin_, dest_type_, base::FilePath()), in SetUp()
H A Dobfuscated_file_util_unittest.cc126 return FileSystemURL::CreateForTest(url.origin(), url.mount_type(), in FileSystemURLAppend()
132 return FileSystemURL::CreateForTest( in FileSystemURLAppendUTF8()
138 return FileSystemURL::CreateForTest(url.origin(), url.mount_type(), in FileSystemURLDirName()
736 const FileSystemURL url = FileSystemURL::CreateForTest( in DestroyDirectoryDatabase_IsolatedTestBody()
754 const FileSystemURL url = FileSystemURL::CreateForTest( in GetDirectoryDatabase_IsolatedTestBody()
2017 FileSystemURL::CreateForTest( in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/canvas/
H A Dimage_data.cc480 ImageData* ImageData::CreateForTest(const IntSize& size) { in CreateForTest() function in blink::ImageData
498 ImageData* ImageData::CreateForTest( in CreateForTest() function in blink::ImageData
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/resource/
H A Dimage_resource.cc198 ImageResource* ImageResource::CreateForTest(const KURL& url) { in CreateForTest() function in blink::ImageResource
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cast_channel/
H A Dcast_auth_util.cc263 AuthContext AuthContext::CreateForTest(const std::string& nonce_data) { in CreateForTest() function in cast_channel::AuthContext
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/scenario/
H A Dcall_client.cc207 header_parser_(RtpHeaderParser::CreateForTest()), in CallClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/scenario/
H A Dcall_client.cc208 header_parser_(RtpHeaderParser::CreateForTest()), in CallClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/canvas/
H A Dimage_data.cc531 ImageData* ImageData::CreateForTest(const IntSize& size) { in CreateForTest() function in blink::ImageData
550 ImageData* ImageData::CreateForTest( in CreateForTest() function in blink::ImageData
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Daudio_worklet_thread_test.cc132 JSModuleScript::CreateForTest(Modulator::From(script_state), module, in ExecuteScriptInWorklet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/
H A Dsubresource_integrity_test.cc228 RawResource::CreateForTest(request, ResourceType::kRaw); in CreateTestResource()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dcopy_or_move_operation_delegate_unittest.cc207 FileSystemURL::CreateForTest(origin_, src_type_, base::FilePath()), in SetUp()
222 FileSystemURL::CreateForTest(origin_, dest_type_, base::FilePath()), in SetUp()
H A Dobfuscated_file_util_unittest.cc126 return FileSystemURL::CreateForTest(url.origin(), url.mount_type(), in FileSystemURLAppend()
132 return FileSystemURL::CreateForTest( in FileSystemURLAppendUTF8()
138 return FileSystemURL::CreateForTest(url.origin(), url.mount_type(), in FileSystemURLDirName()
736 const FileSystemURL url = FileSystemURL::CreateForTest( in DestroyDirectoryDatabase_IsolatedTestBody()
754 const FileSystemURL url = FileSystemURL::CreateForTest( in GetDirectoryDatabase_IsolatedTestBody()
2017 FileSystemURL::CreateForTest( in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/modulescript/
H A Dmodule_tree_linker_test.cc89 JSModuleScript::CreateForTest(this, module_record, url); in ResolveSingleModuleScriptFetch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dscript_streamer_test.cc139 FetchParameters params = FetchParameters::CreateForTest(std::move(request)); in ScriptStreamingTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.cc249 std::unique_ptr<ContentAction> RequestContentScript::CreateForTest( in CreateForTest() function in extensions::RequestContentScript
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.cc237 std::unique_ptr<ContentAction> RequestContentScript::CreateForTest( in CreateForTest() function in extensions::RequestContentScript
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dmemory_cache_test.cc189 Resource* dummy_resource = RawResource::CreateForTest( in TestResourcePruningLater()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/modulescript/
H A Dmodule_tree_linker_test.cc87 JSModuleScript::CreateForTest(this, module_record, url); in ResolveSingleModuleScriptFetch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Ddocument_timeline_test.cc203 auto* document_without_frame = Document::CreateForTest(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.cc333 std::unique_ptr<KioskAppData> KioskAppData::CreateForTest( in CreateForTest() function in chromeos::KioskAppData
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/resource/
H A Dimage_resource.cc225 ImageResource* ImageResource::CreateForTest(const KURL& url) { in CreateForTest() function in blink::ImageResource
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/
H A Dsubresource_integrity_test.cc228 RawResource::CreateForTest(request, ResourceType::kRaw); in CreateTestResource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Drange_test.cc225 auto* another_document = Document::CreateForTest(); in TEST_F()

12345678910