Home
last modified time | relevance | path

Searched refs:frame_ancestors_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/webui/
H A Dweb_ui_data_source_impl.cc103 if (parent_->frame_ancestors_.size() == 0) in GetContentSecurityPolicyFrameAncestors()
105 for (const GURL& frame_ancestor : parent_->frame_ancestors_) { in GetContentSecurityPolicyFrameAncestors()
237 frame_ancestors_.insert(frame_ancestor); in AddFrameAncestor()
H A Dweb_ui_data_source_impl.h126 std::set<GURL> frame_ancestors_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webui/
H A Dweb_ui_data_source_impl.cc94 if (parent_->frame_ancestors_.size() == 0) in GetContentSecurityPolicy()
96 for (const GURL& frame_ancestor : parent_->frame_ancestors_) { in GetContentSecurityPolicy()
226 frame_ancestors_.insert(frame_ancestor); in AddFrameAncestor()
H A Dweb_ui_data_source_impl.h121 std::set<GURL> frame_ancestors_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/csp/
H A Dcsp_directive_list.h137 return frame_ancestors_.Get() && !IsReportOnly(); in IsFrameAncestorsEnforced()
345 Member<SourceListDirective> frame_ancestors_; variable
H A Dcsp_directive_list.cc1325 SetCSPDirective<SourceListDirective>(name, value, frame_ancestors_); in AddDirective()
1461 directive = frame_ancestors_; in OperativeDirective()
1681 visitor->Trace(frame_ancestors_); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/csp/
H A Dcsp_directive_list.h319 Member<SourceListDirective> frame_ancestors_; variable
H A Dcsp_directive_list.cc1202 SetCSPDirective<SourceListDirective>(name, value, frame_ancestors_); in AddDirective()
1357 directive = frame_ancestors_; in OperativeDirective()
1571 visitor->Trace(frame_ancestors_); in Trace()