Searched refs:pseudoElementSpecifier (Results 1 – 6 of 6) sorted by relevance
205 …tyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) { return computedStyle(pseu…
1084 RenderStyle* SVGElement::computedStyle(PseudoId pseudoElementSpecifier) in computedStyle() argument1087 return Element::computedStyle(pseudoElementSpecifier); in computedStyle()
566 …derStyle* computedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) { return virtualComputedStyle(…
637 …tyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) { return computedStyle(pseu…
2471 RenderStyle* Element::computedStyle(PseudoId pseudoElementSpecifier) in computedStyle() argument2473 if (PseudoElement* element = pseudoElement(pseudoElementSpecifier)) in computedStyle()2480 if (pseudoElementSpecifier) { in computedStyle()2481 … RenderStyle* cachedPseudoStyle = usedStyle->getCachedPseudoStyle(pseudoElementSpecifier); in computedStyle()2495 …return pseudoElementSpecifier ? rareData.computedStyle()->getCachedPseudoStyle(pseudoElementSpecif… in computedStyle()
1171 RenderStyle* Node::virtualComputedStyle(PseudoId pseudoElementSpecifier) in virtualComputedStyle() argument1173 …urn parentOrShadowHostNode() ? parentOrShadowHostNode()->computedStyle(pseudoElementSpecifier) : 0; in virtualComputedStyle()