Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/layout/xul/tree/
H A DnsTreeSelection.cpp573 #define ADD_NEW_RANGE(macro_range, macro_selection, macro_start, macro_end) \ argument
581 new nsTreeRange(macro_selection, start, end); \
/dports/www/firefox/firefox-99.0/layout/xul/tree/
H A DnsTreeSelection.cpp573 #define ADD_NEW_RANGE(macro_range, macro_selection, macro_start, macro_end) \ argument
581 new nsTreeRange(macro_selection, start, end); \
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/tree/
H A DnsTreeSelection.cpp573 #define ADD_NEW_RANGE(macro_range, macro_selection, macro_start, macro_end) \ argument
581 new nsTreeRange(macro_selection, start, end); \
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/tree/
H A DnsTreeSelection.cpp573 #define ADD_NEW_RANGE(macro_range, macro_selection, macro_start, macro_end) \ argument
581 new nsTreeRange(macro_selection, start, end); \
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/tree/
H A DnsTreeSelection.cpp625 #define ADD_NEW_RANGE(macro_range, macro_selection, macro_start, macro_end) \ argument
633 new nsTreeRange(macro_selection, start, end); \
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/tree/
H A DnsTreeSelection.cpp692 #define ADD_NEW_RANGE(macro_range, macro_selection, macro_start, macro_end) \ argument
699 nsTreeRange* macro_new_range = new nsTreeRange(macro_selection, start, end); \