Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dorigin_whitelist_impl.cc218 std::string source_url = source_origin; in CefAddCrossOriginWhitelistEntry() local
219 GURL gurl = GURL(source_url); in CefAddCrossOriginWhitelistEntry()
221 NOTREACHED() << "Invalid source_origin URL: " << source_url; in CefAddCrossOriginWhitelistEntry()
249 std::string source_url = source_origin; in CefRemoveCrossOriginWhitelistEntry() local
250 GURL gurl = GURL(source_url); in CefRemoveCrossOriginWhitelistEntry()
252 NOTREACHED() << "Invalid source_origin URL: " << source_url; in CefRemoveCrossOriginWhitelistEntry()
/third_party/cef/libcef/renderer/
Dblink_glue.cc185 const blink::WebString& source_url, in ExecuteV8ScriptAndReturnValue() argument
197 source, blink::KURL(source_url), blink::KURL(source_url), in ExecuteV8ScriptAndReturnValue()
Dblink_glue.h68 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/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/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/openh264/subprojects/
Dgtest.wrap4 source_url = https://github.com/google/googletest/archive/release-1.8.0.zip
/third_party/glib/subprojects/
Dzlib.wrap4 source_url = https://zlib.net/fossils/zlib-1.2.11.tar.gz
/third_party/mesa3d/subprojects/
Dzlib.wrap4 source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
Dexpat.wrap4 source_url = https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2
/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/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/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/
D0001-cve.patch24556 +source_url = https://github.com/harfbuzz/harfbuzz/releases/download/4.3.0/harfbuzz-4.3.0.tar.xz
24572 -source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
24579 +source_url = http://zlib.net/fossils/zlib-1.2.12.tar.gz
D0003-3.2-Beta3-1115.patch46016 source_url_(source_url),
46053 std::move(wrapped_callback), source_url()));