Home
last modified time | relevance | path

Searched refs:source_url (Results 1 – 21 of 21) sorted by relevance

/third_party/cef/libcef/browser/
Dorigin_whitelist_impl.cc204 std::string source_url = source_origin; in CefAddCrossOriginWhitelistEntry() local
205 GURL gurl = GURL(source_url); in CefAddCrossOriginWhitelistEntry()
207 NOTREACHED() << "Invalid source_origin URL: " << source_url; in CefAddCrossOriginWhitelistEntry()
235 std::string source_url = source_origin; in CefRemoveCrossOriginWhitelistEntry() local
236 GURL gurl = GURL(source_url); in CefRemoveCrossOriginWhitelistEntry()
238 NOTREACHED() << "Invalid source_origin URL: " << source_url; in CefRemoveCrossOriginWhitelistEntry()
/third_party/skia/third_party/externals/harfbuzz/subprojects/
Dragel.wrap3 source_url = https://www.colm.net/files/ragel/ragel-6.10.tar.gz
Dgoogle-benchmark.wrap3 source_url = https://github.com/google/benchmark/archive/v1.5.2.zip
/third_party/libsoup/subprojects/
Dzlib.wrap4 source_url = https://zlib.net/fossils/zlib-1.2.11.tar.gz
/third_party/glib/subprojects/
Dzlib.wrap4 source_url = https://zlib.net/fossils/zlib-1.2.11.tar.gz
/third_party/harfbuzz/subprojects/
Dgoogle-benchmark.wrap3 source_url = https://github.com/google/benchmark/archive/v1.5.2.zip
Dzlib.wrap3 source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
Dexpat.wrap3 source_url = https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-2.2.9.tar.xz
Dlibpng.wrap3 source_url = https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz
/third_party/skia/third_party/externals/freetype/subprojects/
Dzlib.wrap3 source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
Dlibpng.wrap3 source_url = https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz
/third_party/flutter/engine/flutter/runtime/
Ddart_vm.cc112 bool DartFileModifiedCallback(const char* source_url, int64_t since_ms) { in DartFileModifiedCallback() argument
113 if (strncmp(source_url, kFileUriPrefix, kFileUriPrefixLength) != 0u) { in DartFileModifiedCallback()
118 const char* path = source_url + kFileUriPrefixLength; in DartFileModifiedCallback()
/third_party/node/src/
Dnode_metadata.h87 std::string source_url; member
Dnode_metadata.cc109 source_url = NODE_RELEASE_URLFPFX ".tar.gz"; in Release()
Dnode_process_object.cc118 release, "sourceUrl", per_process::metadata.release.source_url); in CreateProcessObject()
Dnode_report.cc772 node::per_process::metadata.release.source_url); in PrintRelease()
/third_party/cef/libcef/renderer/
Dblink_glue.cc177 const blink::WebString& source_url, in ExecuteV8ScriptAndReturnValue() argument
191 blink::KURL(source_url), in ExecuteV8ScriptAndReturnValue()
Dblink_glue.h67 const blink::WebString& source_url,
Dv8_impl.cc1086 const blink::WebString& source_url = in Eval() local
1093 source, source_url, start_line, context, try_catch); in Eval()
/third_party/boost/libs/predef/tools/ci/
Dcommon.py362 def web_get( source_url, destination_file, proxy = None ): argument
372 src = urllib.urlopen( source_url, proxies = proxies )
/third_party/chromium/patch/
D0004_nweb_cve_bugfix.patch3094 + const GURL& source_url,
3098 + file_.AnnotateWithSourceInformation(client_guid, source_url, referrer_url,
3115 + const GURL& source_url,
5172 const blink::WebString& source_url) override;