Home
last modified time | relevance | path

Searched refs:new_link_for_the_element (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dframe_serializer.cc239 String new_link_for_the_element; in AppendAttribute() local
240 if (delegate_.RewriteLink(element, new_link_for_the_element)) { in AppendAttribute()
244 new_link_for_the_element); in AppendAttribute()
252 new_link_for_the_element); in AppendAttribute()
H A Dframe_serializer_delegate_impl.cc188 String new_link_for_the_element; in ShouldIgnoreAttribute() local
189 if (is_src_doc_attribute && RewriteLink(element, new_link_for_the_element)) in ShouldIgnoreAttribute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dframe_serializer_delegate_impl.cc188 String new_link_for_the_element; in ShouldIgnoreAttribute() local
189 if (is_src_doc_attribute && RewriteLink(element, new_link_for_the_element)) in ShouldIgnoreAttribute()
H A Dframe_serializer.cc239 String new_link_for_the_element; in AppendAttribute() local
240 if (delegate_.RewriteLink(element, new_link_for_the_element)) { in AppendAttribute()
244 new_link_for_the_element); in AppendAttribute()
252 new_link_for_the_element); in AppendAttribute()