Home
last modified time | relevance | path

Searched refs:nodeIsInSelection (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLEditorEventListener.cpp127 bool nodeIsInSelection = false; in MouseDown() local
138 range->IsPointInRange(parent, offset, &nodeIsInSelection); in MouseDown()
141 if (nodeIsInSelection) { in MouseDown()
147 if (node && !nodeIsInSelection) { in MouseDown()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DHTMLEditorEventListener.cpp120 bool nodeIsInSelection = false; in MouseDown() local
133 range->IsPointInRange(parent, offset, &nodeIsInSelection); in MouseDown()
136 if (nodeIsInSelection) { in MouseDown()
142 if (node && !nodeIsInSelection) { in MouseDown()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DHTMLEditorEventListener.cpp317 bool nodeIsInSelection = false; in MouseDown() local
329 nodeIsInSelection = in MouseDown()
336 if (nodeIsInSelection) { in MouseDown()
346 if (originalEventTargetContent && !nodeIsInSelection) { in MouseDown()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditorUtils.cpp577 bool nodeIsInSelection = in IsPointInSelection() local
584 if (nodeIsInSelection) { in IsPointInSelection()
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DEditorUtils.cpp577 bool nodeIsInSelection = in IsPointInSelection() local
584 if (nodeIsInSelection) { in IsPointInSelection()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DEditorUtils.cpp616 bool nodeIsInSelection = in IsPointInSelection() local
623 if (nodeIsInSelection) { in IsPointInSelection()