HomeSort by relevance Sort by last modified time
    Searched defs:totalRows (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.h 41 size_t totalRows() const { return std::max<size_t>(1, m_rowLengths.size()); }
  /external/chromium_org/third_party/WebKit/Source/core/paint/
TableSectionPainter.cpp 27 unsigned totalRows = m_renderTableSection.numRows();
30 if (!totalRows || !totalCols)
106 unsigned totalRows = m_renderTableSection.numRows();
108 ASSERT(overflowingCells.size() < totalRows * totalCols * gMaxAllowedOverflowingCellRatioForFastPaintPath);
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 693 int totalRows = 0;
700 LOG_WINDOW("Stepped statement %p to row %d", statement, totalRows);
702 totalRows += 1;
705 if (startPos >= totalRows || windowFull) {
752 statement, totalRows, addedRows, window->size() - window->freeSpace());
756 if (startPos > totalRows) {
757 ALOGE("startPos %d > actual rows %d", startPos, totalRows);
759 jlong result = jlong(startPos) << 32 | jlong(totalRows);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp     [all...]

Completed in 933 milliseconds