HomeSort by relevance Sort by last modified time
    Searched refs:IN_CELL (Results 1 - 2 of 2) sorted by null

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

Completed in 515 milliseconds