Home | History | Annotate | Download | only in dom

Lines Matching full:computedstyle

327     RenderStyle* computedStyle(PseudoId = NOPSEUDO);
598 virtual RenderStyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) OVERRIDE { return computedStyle(pseudoElementSpecifier); }