Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddocument.h1783 bool HasNonEmptyFragment() const;
H A Ddocument.cc7912 if (HasNonEmptyFragment()) { in FlushAutofocusCandidates()
7970 !doc->HasNonEmptyFragment() && frameOwner; in FlushAutofocusCandidates()
7974 if (doc->HasNonEmptyFragment()) { in FlushAutofocusCandidates()
8014 bool Document::HasNonEmptyFragment() const { in HasNonEmptyFragment() function in blink::Document
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument.h1894 bool HasNonEmptyFragment() const;
H A Ddocument.cc7788 if (HasNonEmptyFragment()) { in FlushAutofocusCandidates()
7846 !doc->HasNonEmptyFragment() && frameOwner; in FlushAutofocusCandidates()
7850 if (doc->HasNonEmptyFragment()) { in FlushAutofocusCandidates()
7890 bool Document::HasNonEmptyFragment() const { in HasNonEmptyFragment() function in blink::Document