Home | History | Annotate | Download | only in dom

Lines Matching refs:isUpgradedCustomElement

484     bool isUpgradedCustomElement() { return customElementState() == Upgraded; }
485 bool isUnresolvedCustomElement() { return isCustomElement() && !isUpgradedCustomElement(); }