Home
last modified time | relevance | path

Searched defs:nextColumn (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
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
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1.c995 int nextColumn; /* Next word parsed must be in this column */ member
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c1915 int nextColumn; /* Next word parsed must be in this column */ member