Searched refs:hasCustomStyleCallbacks (Results 1 – 4 of 4) sorted by relevance
232 …PseudoId pseudoId() const { return (isElementNode() && hasCustomStyleCallbacks()) ? customPseudoId… in pseudoId()271 bool hasCustomStyleCallbacks() const { return getFlag(HasCustomStyleCallbacksFlag); } in hasCustomStyleCallbacks() function795 ASSERT(hasCustomStyleCallbacks()); in customPseudoId()
1476 if (hasCustomStyleCallbacks()) in styleForRenderer()1503 if (hasCustomStyleCallbacks()) in recalcStyle()1528 if (hasCustomStyleCallbacks()) in recalcStyle()3025 ASSERT(hasCustomStyleCallbacks()); in willRecalcStyle()3030 ASSERT(hasCustomStyleCallbacks()); in didRecalcStyle()3036 ASSERT(hasCustomStyleCallbacks()); in customStyleForRenderer()
136 ASSERT(!hasCustomStyleCallbacks()); in recalcStyle()
58 ASSERT(hasCustomStyleCallbacks()); in SVGUseElement()