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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp271 static bool hasExplicitWidth(const RenderBlock* block) function in namespace:blink
584 if ((mask & EXPLICIT_WIDTH) && hasExplicitWidth(block))
979 // FIXME: Why do we return true when hasExplicitWidth returns false??
980 if (!cluster->m_parent || !hasExplicitWidth(cluster->m_root))

Completed in 248 milliseconds