Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/
Dwriter_test.go182 res0, _ := w.AddResource([]byte("Rrr"))
183 res1, _ := w.AddResource([]byte("Ss"))
241 xRes, _ = w.AddResource([]byte("XX"))
242 yRes, _ = w.AddResource([]byte("YY"))
247 zRes, _ = w.AddResource([]byte("ZZ"))
329 res, _ := w.AddResource(data)
Dexample_test.go121 dictResource, err := w.AddResource(encodedDict)
/third_party/cef/tests/ceftests/
Drequest_unittest.cc228 AddResource(kTestUrl, resource, "text/html"); in RunTest()
519 AddResource(std::string(kTypeTestOrigin) + "main.html", in RunTest()
533 AddResource(std::string(kTypeTestOrigin) + "sub.html", "<html>Sub</html>", in RunTest()
535 AddResource(std::string(kTypeTestOrigin) + "style.css", in RunTest()
544 AddResource(std::string(kTypeTestOrigin) + "script.js", "<!-- -->", in RunTest()
546 AddResource(std::string(kTypeTestOrigin) + "image.png", "<!-- -->", in RunTest()
548 AddResource(std::string(kTypeTestOrigin) + "font.ttf", "<!-- -->", in RunTest()
550 AddResource(std::string(kTypeTestOrigin) + "xhr.html", "<html>XHR</html>", in RunTest()
552 AddResource(std::string(kTypeTestOrigin) + "fetch.html", in RunTest()
Ddraggable_regions_unittest.cc77 AddResource(GetURL(kStepWithRegions), kTestHTMLWithRegions, "text/html"); in RunTest()
78 AddResource(GetURL(kStepWithChangingRegions), kTestHTMLWithChangingRegions, in RunTest()
80 AddResource(GetURL(kStepWithoutRegions), kTestHTMLWithoutRegions, in RunTest()
Ddisplay_unittest.cc36 AddResource(kTitleUrl1, in RunTest()
40 AddResource(kTitleUrl2, in RunTest()
158 AddResource(kAutoResizeUrl, in RunTest()
274 AddResource( in RunTest()
471 AddResource(kLoadinProgressUrl, in RunTest()
Dcors_unittest.cc212 void AddResource(Resource* resource) { in AddResource() function
618 setup.AddResource(&resource); in TEST()
631 setup.AddResource(&resource); in TEST()
642 setup.AddResource(&resource); in TEST()
656 setup.AddResource(&resource); in TEST()
668 setup.AddResource(&resource); in TEST()
682 setup.AddResource(&resource); in TEST()
820 setup->AddResource(main_resource); in SetupIframeRequest()
821 setup->AddResource(iframe_resource); in SetupIframeRequest()
1188 setup->AddResource(main_resource); in SetupExecRequest()
[all …]
Dosr_display_unittest.cc60 AddResource(kTestUrl1, GetPageContents("Page1", "START"), "text/html"); in RunTest()
61 AddResource(kTestUrl2, GetPageContents("Page2", "NAVIGATE"), "text/html"); in RunTest()
208 AddResource(kOsrPopupJSOtherClientMainUrl, "<html>Main</html>", in RunTest()
Daudio_output_unittest.cc877 AddResource(testUrl, kTestHtml, "text/html"); in SetupAudioTest()
1035 AddResource(kAudioTogglePlaybackTestUrl, kToggleTestHtml, "text/html"); in RunTest()
Dnavigation_unittest.cc284 AddResource( in RunTest()
288 AddResource(kHNav2, in RunTest()
291 AddResource(kHNav3, in RunTest()
573 AddResource(kDynIfrNav1, in RunTest()
609 AddResource( in RunTest()
1358 AddResource(KONav1, "<html>Nav1</html>", "text/html"); in RunTest()
1359 AddResource(KONav2, "<html>Nav2</html>", "text/html"); in RunTest()
1730 AddResource(kLoadNav1, in RunTest()
1733 AddResource(url2, "<html>Nav2</html>", "text/html"); in RunTest()
2159 AddResource(popup_url_[i], "<html>Popup " + popup_url_[i] + "</html>", in RunTest()
[all …]
Drequest_context_unittest.cc226 AddResource(url_, in RunTest()
239 AddResource(popup_url_, in RunTest()
489 AddResource(kPopupNavPageUrl, page, "text/html"); in RunTest()
490 AddResource(kPopupNavPopupUrl, "<html>Popup</html>", "text/html"); in RunTest()
492 AddResource(kPopupNavPopupUrl2, "<html>Popup2</html>", "text/html"); in RunTest()
818 AddResource(kUrl, "<html><body>Method</body></html>", "text/html"); in RunTest()
Dtest_handler.h236 void AddResource(const std::string& url,
240 void AddResource(const std::string& url,
Ddownload_unittest.cc224 AddResource(kTestNavUrl, "<html><body>Navigated</body></html>", in RunTest()
237 AddResource( in RunTest()
242 AddResource(kTestStartUrl, "<html><body>Download Test</body></html>", in RunTest()
Ddevtools_message_unittest.cc29 AddResource(kTestUrl1, "<html><body>Test1</body></html>", "text/html"); in RunTest()
30 AddResource(kTestUrl2, "<html><body>Test2</body></html>", "text/html"); in RunTest()
Dthread_unittest.cc197 AddResource(kBrowserThreadTestHtml, "<html><body>Test</body></html>", in RunTest()
311 AddResource(kRenderThreadTestHtml, "<html><body>Test</body></html>", in RunTest()
Djsdialog_unittest.cc65 AddResource(kStartUrl, content, "text/html"); in RunTest()
66 AddResource(kEndUrl, "<html><body>END</body></html>", "text/html"); in RunTest()
Dtest_handler.cc388 void TestHandler::AddResource(const std::string& url, in AddResource() function in TestHandler
396 void TestHandler::AddResource(const std::string& url, in AddResource() function in TestHandler
Dframe_handler_unittest.cc518 AddResource(GetMainURL(), GetMainHtml(), "text/html"); in RunTest()
801 AddResource(GetURLForNav(i), GetMainHtmlForNav(i), "text/html"); in RunTest()
1033 AddResource(GetSubURL1ForNav(i), GetSubFrameHtml1ForNav(i), "text/html"); in RunTest()
1034 AddResource(GetSubURL2ForNav(i), GetSubFrameHtml2ForNav(i), "text/html"); in RunTest()
1467 AddResource(GetMainURL(), GetMainHtml(), "text/html"); in RunTest()
Drequest_handler_unittest.cc65 AddResource(url1_, resource1, "text/html"); in SetupTest()
73 AddResource(url2_, resource2, "text/html"); in SetupTest()
Dprocess_message_unittest.cc88 AddResource(kSendRecvUrl, "<html><body>TEST</body></html>", "text/html"); in RunTest()
/third_party/cef/tests/ceftests/extensions/
Dchrome_tabs_unittest.cc153 AddResource(kMainBrowserURL, GetMainBrowserHTML(), "text/html"); in OnAddMainBrowserResources()
233 AddResource(extension_url_, GetExtensionHTML(), "text/html"); in OnAddExtensionResources()
406 AddResource(kCreateBrowserURL, GetCreatedBrowserHTML(), "text/html"); in OnAddMainBrowserResources()
752 AddResource(resource_url_, GetExtensionJS(), "text/javascript"); in OnAddExtensionResources()
997 AddResource(resource_url_, GetExtensionJS(), "text/javascript"); in OnAddExtensionResources()
Dview_unittest.cc180 AddResource(extension_url_, in CreateBrowserForExtension()
Dchrome_alarms_unittest.cc147 AddResource(extension_url_, GetExtensionHTML(), "text/html"); in OnAddExtensionResources()
/third_party/gettext/gettext-tools/src/
Dmsgfmt.cs55 rw.AddResource(msgid, msgstr); in ReadAllInput()
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector_test.cc1275 AddResource("s_texture", s_texture_type, 2, 0); in TEST_F()
1282 AddResource("cs_texture", cs_depth_texture_type, 3, 1); in TEST_F()
1291 AddResource("depth_ms_texture", depth_ms_texture_type, 3, 3); in TEST_F()
1931 AddResource("foo_texture", sampled_texture_type, 0, 0); in TEST_F()
1968 AddResource("foo_texture", sampled_texture_type, 0, 0); in TEST_F()
1994 AddResource("foo_texture", sampled_texture_type, 0, 0); in TEST_F()
2012 AddResource("foo_texture", depth_texture_type, 0, 0); in TEST_F()
2033 AddResource("foo_texture", depth_texture_type, 0, 0); in TEST_F()
2071 AddResource("foo_texture", depth_texture_type, 0, 0); in TEST_F()
2099 AddResource("foo_texture", depth_texture_type, 0, 0); in TEST_F()
[all …]
Dtest_inspector_builder.h257 void AddResource(const std::string& name,

12