Searched refs:allow_target_subdomains (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/libcef/browser/ |
D | origin_whitelist_impl.cc | 43 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/ |
D | cef_origin_whitelist.h | 83 bool allow_target_subdomains); 93 bool allow_target_subdomains);
|
/third_party/cef/include/capi/ |
D | cef_origin_whitelist_capi.h | 89 int allow_target_subdomains); 99 int allow_target_subdomains);
|
/third_party/cef/libcef_dll/ |
D | libcef_dll.cc | 348 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/ |
D | libcef_dll_wrapper.cc | 329 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()
|
D | libcef_dll_dylib.cc | 1072 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/ |
D | cef.mojom | 102 bool allow_target_subdomains;
|
/third_party/cef/libcef/renderer/ |
D | render_manager.cc | 214 entry->allow_target_subdomains in ModifyCrossOriginWhitelistEntry()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 23792 - bool allow_target_subdomains) { 23796 + bool allow_target_subdomains) { 23807 - bool allow_target_subdomains) { 23811 + bool allow_target_subdomains) {
|