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/shadow/
DShadowRoot.cpp135 ASSERT(!hasCustomStyleCallbacks()); in recalcStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1441 if (hasCustomStyleCallbacks()) in styleForRenderer()
1473 if (hasCustomStyleCallbacks()) in recalcStyle()
1511 if (hasCustomStyleCallbacks()) in recalcStyle()
2940 ASSERT(hasCustomStyleCallbacks()); in willRecalcStyle()
2945 ASSERT(hasCustomStyleCallbacks()); in didRecalcStyle()
2951 ASSERT(hasCustomStyleCallbacks()); in customStyleForRenderer()
DNode.h275 bool hasCustomStyleCallbacks() const { return getFlag(HasCustomStyleCallbacksFlag); } in hasCustomStyleCallbacks() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGUseElement.cpp58 ASSERT(hasCustomStyleCallbacks()); in SVGUseElement()