Home
last modified time | relevance | path

Searched refs:allow_target_subdomains (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/browser/
Dorigin_whitelist_impl.cc43 bool allow_target_subdomains) { in AddOriginEntry() argument
48 info->allow_target_subdomains = allow_target_subdomains; in AddOriginEntry()
69 bool allow_target_subdomains) { in RemoveOriginEntry() argument
74 info->allow_target_subdomains = allow_target_subdomains; in RemoveOriginEntry()
179 if (param->allow_target_subdomains) { in IsMatch()
211 bool allow_target_subdomains) { in CefAddCrossOriginWhitelistEntry() argument
227 source_origin, target_protocol, target_domain, allow_target_subdomains); in CefAddCrossOriginWhitelistEntry()
233 allow_target_subdomains)); in CefAddCrossOriginWhitelistEntry()
242 bool allow_target_subdomains) { in CefRemoveCrossOriginWhitelistEntry() argument
258 source_origin, target_protocol, target_domain, allow_target_subdomains); in CefRemoveCrossOriginWhitelistEntry()
[all …]
/third_party/cef/include/
Dcef_origin_whitelist.h83 bool allow_target_subdomains);
93 bool allow_target_subdomains);
/third_party/cef/include/capi/
Dcef_origin_whitelist_capi.h89 int allow_target_subdomains);
99 int allow_target_subdomains);
/third_party/cef/libcef_dll/
Dlibcef_dll.cc348 int allow_target_subdomains) { in cef_add_cross_origin_whitelist_entry() argument
364 CefString(target_domain), allow_target_subdomains ? true : false); in cef_add_cross_origin_whitelist_entry()
374 int allow_target_subdomains) { in cef_remove_cross_origin_whitelist_entry() argument
390 CefString(target_domain), allow_target_subdomains ? true : false); in cef_remove_cross_origin_whitelist_entry()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc329 bool allow_target_subdomains) { in CefAddCrossOriginWhitelistEntry() argument
345 target_domain.GetStruct(), allow_target_subdomains); in CefAddCrossOriginWhitelistEntry()
356 bool allow_target_subdomains) { in CefRemoveCrossOriginWhitelistEntry() argument
372 target_domain.GetStruct(), allow_target_subdomains); in CefRemoveCrossOriginWhitelistEntry()
Dlibcef_dll_dylib.cc1072 int allow_target_subdomains) { in cef_add_cross_origin_whitelist_entry() argument
1074 source_origin, target_protocol, target_domain, allow_target_subdomains); in cef_add_cross_origin_whitelist_entry()
1081 int allow_target_subdomains) { in cef_remove_cross_origin_whitelist_entry() argument
1083 source_origin, target_protocol, target_domain, allow_target_subdomains); in cef_remove_cross_origin_whitelist_entry()
/third_party/cef/libcef/common/mojom/
Dcef.mojom102 bool allow_target_subdomains;
/third_party/cef/libcef/renderer/
Drender_manager.cc214 entry->allow_target_subdomains in ModifyCrossOriginWhitelistEntry()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch23792 - bool allow_target_subdomains) {
23796 + bool allow_target_subdomains) {
23807 - bool allow_target_subdomains) {
23811 + bool allow_target_subdomains) {