Searched refs:allow_target_subdomains (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/libcef/browser/ |
D | origin_whitelist_impl.cc | 38 bool allow_target_subdomains) { in AddOriginEntry() argument 43 info.allow_target_subdomains = allow_target_subdomains; in AddOriginEntry() 65 bool allow_target_subdomains) { in RemoveOriginEntry() argument 70 info.allow_target_subdomains = allow_target_subdomains; in RemoveOriginEntry() 145 param1.allow_target_subdomains == param2.allow_target_subdomains); in IsEqual() 178 if (param.allow_target_subdomains) { in IsMatch() 197 bool allow_target_subdomains) { in CefAddCrossOriginWhitelistEntry() argument 213 source_origin, target_protocol, target_domain, allow_target_subdomains); in CefAddCrossOriginWhitelistEntry() 219 allow_target_subdomains)); in CefAddCrossOriginWhitelistEntry() 228 bool allow_target_subdomains) { in CefRemoveCrossOriginWhitelistEntry() argument [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 | 337 int allow_target_subdomains) { in cef_add_cross_origin_whitelist_entry() argument 353 CefString(target_domain), allow_target_subdomains ? true : false); in cef_add_cross_origin_whitelist_entry() 363 int allow_target_subdomains) { in cef_remove_cross_origin_whitelist_entry() argument 379 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 | 318 bool allow_target_subdomains) { in CefAddCrossOriginWhitelistEntry() argument 334 target_domain.GetStruct(), allow_target_subdomains); in CefAddCrossOriginWhitelistEntry() 345 bool allow_target_subdomains) { in CefRemoveCrossOriginWhitelistEntry() argument 361 target_domain.GetStruct(), allow_target_subdomains); in CefRemoveCrossOriginWhitelistEntry()
|
D | libcef_dll_dylib.cc | 1068 int allow_target_subdomains) { in cef_add_cross_origin_whitelist_entry() argument 1070 source_origin, target_protocol, target_domain, allow_target_subdomains); in cef_add_cross_origin_whitelist_entry() 1077 int allow_target_subdomains) { in cef_remove_cross_origin_whitelist_entry() argument 1079 source_origin, target_protocol, target_domain, allow_target_subdomains); in cef_remove_cross_origin_whitelist_entry()
|
/third_party/cef/libcef/renderer/ |
D | render_thread_observer.cc | 40 params.allow_target_subdomains in OnModifyCrossOriginWhitelistEntry()
|
D | browser_manager.cc | 184 entry.allow_target_subdomains in WebKitInitialized()
|
/third_party/cef/libcef/common/ |
D | cef_messages.h | 87 IPC_STRUCT_MEMBER(bool, allow_target_subdomains)
|