Home | History | Annotate | Download | only in webkitmerge

Lines Matching refs:brace

270     int brace;
300 char* brace = openBrace == NULL ? closeBrace : closeBrace == NULL ? openBrace :
307 if (quote && quote < brace) {
413 if (m_inFindFunctionType == true) { // look ahead to see which comes first, a semicolon or an open brace
428 // FIXME what if class line has neither brace nor semi?