Home
last modified time | relevance | path

Searched refs:hasCustomStyleCallbacks (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h232 …PseudoId pseudoId() const { return (isElementNode() && hasCustomStyleCallbacks()) ? customPseudoId… in pseudoId()
271 bool hasCustomStyleCallbacks() const { return getFlag(HasCustomStyleCallbacksFlag); } in hasCustomStyleCallbacks() function
795 ASSERT(hasCustomStyleCallbacks()); in customPseudoId()
DElement.cpp1476 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()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRoot.cpp136 ASSERT(!hasCustomStyleCallbacks()); in recalcStyle()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGUseElement.cpp58 ASSERT(hasCustomStyleCallbacks()); in SVGUseElement()