Home
last modified time | relevance | path

Searched refs:nextColumn (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCol.h72 RenderTableCol* nextColumn() const;
DRenderTableCol.cpp143 RenderTableCol* RenderTableCol::nextColumn() const in nextColumn() function in WebCore::RenderTableCol
DRenderTableSection.cpp1443 …unsigned nextColumn = std::upper_bound(columnPos.begin(), columnPos.end(), flippedRect.x()) - colu… in spannedColumns() local
1445 if (nextColumn == columnPos.size()) in spannedColumns()
1448 unsigned startColumn = nextColumn > 0 ? nextColumn - 1 : 0; in spannedColumns()
1452 if (columnPos[nextColumn] >= flippedRect.maxX()) in spannedColumns()
1453 endColumn = nextColumn; in spannedColumns()
1455 …endColumn = std::upper_bound(columnPos.begin() + nextColumn, columnPos.end(), flippedRect.maxX()) … in spannedColumns()
DFixedTableLayout.cpp92 for (RenderTableCol* col = m_table->firstColumn(); col; col = col->nextColumn()) { in calcWidthArray()
DAutoTableLayout.cpp150 for (RenderTableCol* column = m_table->firstColumn(); column; column = column->nextColumn()) { in fullRecalc()
DRenderTable.cpp862 …l* columnRenderer = firstColumn(); columnRenderer; columnRenderer = columnRenderer->nextColumn()) { in updateColumnCache()
DRenderTableCell.cpp132 tableCol = tableCol->nextColumn(); in logicalWidthFromColumns()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1.c995 int nextColumn; /* Next word parsed must be in this column */ member
2637 t->iColumn = q->nextColumn; in queryAdd()
2638 q->nextColumn = q->dfltColumn; in queryAdd()
2698 pQuery->nextColumn = iCol; in tokenizeSegment()
2742 pQuery->nextColumn = dfltColumn; in parseQuery()
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c1915 int nextColumn; /* Next word parsed must be in this column */ member
3685 t->iColumn = q->nextColumn; in queryAdd()
3686 q->nextColumn = q->dfltColumn; in queryAdd()
3747 pQuery->nextColumn = iCol; in tokenizeSegment()
3808 pQuery->nextColumn = dfltColumn; in parseQuery()