Searched defs:nowrap (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Sema/
H A Dtype-spec-struct-union.c58 int nowrap; member in struct:bar_baz
64 z->baz->mode = z->baz->nowrap ? HOP : SQUAT;
/external/libxml2/
H A Dxmllint.c136 static int nowrap = 0; variable
2995 printf("\t--nowrap : do not put HTML doc wrapper\n");
3174 else if ((!strcmp(argv[i], "-nowrap")) ||
3175 (!strcmp(argv[i], "--nowrap")))
3176 nowrap++;
3501 if ((htmlout) && (!nowrap)) {
3741 if ((htmlout) && (!nowrap)) {
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCell.cpp139 // See if nowrap was set.
141 String nowrap = static_cast<Element*>(node())->getAttribute(nowrapAttr); local
142 if (!nowrap.isNull() && w.isFixed())
H A DRenderBlock.cpp5054 bool nowrap = style()->whiteSpace() == NOWRAP; local
5094 // IE ignores tables for calculation of nowrap. Makes some sense.
5095 if (nowrap && !child->isTable())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1849 milliseconds