Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.h871 bool directionSetOnDocumentElement() const { return m_directionSetOnDocumentElement; } in directionSetOnDocumentElement() function
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp338 …on() != style()->direction() && (isRootRenderer || !document()->directionSetOnDocumentElement())) { in styleDidChange()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1210 if (bodyRenderer && !document->directionSetOnDocumentElement()) in styleForDocument()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0625620 (WebCore::Document::directionSetOnDocumentElement):