Searched refs:m_cachedHorizontalWritingMode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp182 , m_cachedHorizontalWritingMode(false)
245 return (m_cachedHorizontalWritingMode == isHorizontal && !m_lowestFloatBottomCache[floatIndex].dirty);
261 m_cachedHorizontalWritingMode = isHorizontal;
H A DFloatingObjects.h193 bool m_cachedHorizontalWritingMode; member in class:blink::FloatingObjects

Completed in 1154 milliseconds