Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DnsGenericHTMLElement.h905 #define FORM_ELEMENT_FLAG_BIT(n_) \ macro
914 ADDED_TO_FORM = FORM_ELEMENT_FLAG_BIT(0),
920 MAYBE_ORPHAN_FORM_ELEMENT = FORM_ELEMENT_FLAG_BIT(1),
924 MAY_BE_IN_PAST_NAMES_MAP = FORM_ELEMENT_FLAG_BIT(2)
933 #undef FORM_ELEMENT_FLAG_BIT
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DnsGenericHTMLElement.h923 #define FORM_ELEMENT_FLAG_BIT(n_) \ macro
932 ADDED_TO_FORM = FORM_ELEMENT_FLAG_BIT(0),
938 MAYBE_ORPHAN_FORM_ELEMENT = FORM_ELEMENT_FLAG_BIT(1),
942 MAY_BE_IN_PAST_NAMES_MAP = FORM_ELEMENT_FLAG_BIT(2)
951 #undef FORM_ELEMENT_FLAG_BIT
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DnsGenericHTMLElement.h913 #define FORM_ELEMENT_FLAG_BIT(n_) \ macro
922 ADDED_TO_FORM = FORM_ELEMENT_FLAG_BIT(0),
928 MAYBE_ORPHAN_FORM_ELEMENT = FORM_ELEMENT_FLAG_BIT(1),
932 MAY_BE_IN_PAST_NAMES_MAP = FORM_ELEMENT_FLAG_BIT(2)
941 #undef FORM_ELEMENT_FLAG_BIT
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DnsGenericHTMLElement.h923 #define FORM_ELEMENT_FLAG_BIT(n_) \ macro
932 ADDED_TO_FORM = FORM_ELEMENT_FLAG_BIT(0),
938 MAYBE_ORPHAN_FORM_ELEMENT = FORM_ELEMENT_FLAG_BIT(1),
942 MAY_BE_IN_PAST_NAMES_MAP = FORM_ELEMENT_FLAG_BIT(2)
951 #undef FORM_ELEMENT_FLAG_BIT
/dports/www/firefox/firefox-99.0/dom/html/
H A DnsGenericHTMLElement.h940 #define FORM_ELEMENT_FLAG_BIT(n_) \ macro
949 ADDED_TO_FORM = FORM_ELEMENT_FLAG_BIT(0),
955 MAYBE_ORPHAN_FORM_ELEMENT = FORM_ELEMENT_FLAG_BIT(1),
959 MAY_BE_IN_PAST_NAMES_MAP = FORM_ELEMENT_FLAG_BIT(2)
968 #undef FORM_ELEMENT_FLAG_BIT
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsGenericHTMLElement.h1147 #define FORM_ELEMENT_FLAG_BIT(n_) NODE_FLAG_BIT(ELEMENT_TYPE_SPECIFIC_BITS_OFFSET + (n_)) macro
1155 ADDED_TO_FORM = FORM_ELEMENT_FLAG_BIT(0),
1161 MAYBE_ORPHAN_FORM_ELEMENT = FORM_ELEMENT_FLAG_BIT(1)
1170 #undef FORM_ELEMENT_FLAG_BIT