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.cc38 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/
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.cc337 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/
Dlibcef_dll_wrapper.cc318 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()
Dlibcef_dll_dylib.cc1068 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/
Drender_thread_observer.cc40 params.allow_target_subdomains in OnModifyCrossOriginWhitelistEntry()
Dbrowser_manager.cc184 entry.allow_target_subdomains in WebKitInitialized()
/third_party/cef/libcef/common/
Dcef_messages.h87 IPC_STRUCT_MEMBER(bool, allow_target_subdomains)