HomeSort by relevance Sort by last modified time
    Searched defs:nowrap (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 115 // See if nowrap was set.
117 String nowrap = static_cast<Element*>(node())->getAttribute(nowrapAttr); local
118 if (!nowrap.isNull() && w.isFixed())
119 // Nowrap is set, but we didn't actually use it because of the
    [all...]
RenderBlock.cpp 4328 bool nowrap = style()->whiteSpace() == NOWRAP; local
    [all...]
  /external/libxml2/
xmllint.c 134 static int nowrap = 0; variable
    [all...]

Completed in 246 milliseconds