Home
last modified time | relevance | path

Searched defs:IsInContentNode (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DEditorDOMPoint.h220 bool IsInContentNode() const { return mParent && mParent->IsContent(); } in IsInContentNode() function
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditorDOMPoint.h230 bool IsInContentNode() const { return mParent && mParent->IsContent(); } in IsInContentNode() function
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DEditorDOMPoint.h230 bool IsInContentNode() const { return mParent && mParent->IsContent(); } in IsInContentNode() function
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DEditorDOMPoint.h249 bool IsInContentNode() const { return mParent && mParent->IsContent(); } in IsInContentNode() function