Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderImage.cpp155 if (!m_altText.isEmpty() && document()->isPendingStyleRecalc()) { in imageChanged()
/external/webkit/Source/WebCore/dom/
DDocument.h699 bool isPendingStyleRecalc() const;
DDocument.cpp1430 bool Document::isPendingStyleRecalc() const in isPendingStyleRecalc() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0611362 (WebCore::Document::isPendingStyleRecalc): Added.