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

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTreeBuilder.java190 static final int IN_CELL = 1; // in a <td> or <th> tag field in class:HtmlTreeBuilder.TableFixer
213 state = IN_CELL;
248 state = (tables > 0) ? IN_CELL : NULL;
283 if (state != IN_CELL) {
289 state = IN_CELL;

Completed in 64 milliseconds