Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h205 …tyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) { return computedStyle(pseu…
DSVGElement.cpp1084 RenderStyle* SVGElement::computedStyle(PseudoId pseudoElementSpecifier) in computedStyle() argument
1087 return Element::computedStyle(pseudoElementSpecifier); in computedStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h566 …derStyle* computedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) { return virtualComputedStyle(
DElement.h637 …tyle* virtualComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) { return computedStyle(pseu…
DElement.cpp2471 RenderStyle* Element::computedStyle(PseudoId pseudoElementSpecifier) in computedStyle() argument
2473 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()
DNode.cpp1171 RenderStyle* Node::virtualComputedStyle(PseudoId pseudoElementSpecifier) in virtualComputedStyle() argument
1173 …urn parentOrShadowHostNode() ? parentOrShadowHostNode()->computedStyle(pseudoElementSpecifier) : 0; in virtualComputedStyle()