Home
last modified time | relevance | path

Searched refs:shouldNotifyRendererWithIdenticalStyles (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h390 …bool shouldNotifyRendererWithIdenticalStyles() const { return getFlag(NotifyRendererWithIdenticalS… in shouldNotifyRendererWithIdenticalStyles() function
DElement.cpp1588 …doStyleCacheIsInvalid(oldStyle.get(), newStyle.get()) || shouldNotifyRendererWithIdenticalStyles()… in recalcOwnStyle()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp134 if (!hasSVGRareData() || shouldNotifyRendererWithIdenticalStyles()) in willRecalcStyle()