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

  /frameworks/base/core/jni/
android_database_SQLiteQuery.cpp 72 int totalRows = 0;
80 LOG_WINDOW("Stepped statement %p to row %d", statement, totalRows);
82 totalRows += 1;
85 if (startPos >= totalRows || windowFull) {
205 statement, totalRows, addedRows, window->size() - window->freeSpace());
209 if (startPos > totalRows) {
210 LOGE("startPos %d > actual rows %d", startPos, totalRows);
212 return countAllRows ? totalRows : 0;
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 457 int totalRows = m_gridRows;
465 for (int r = 0; r < totalRows; r++) {
508 int totalRows = m_gridRows;
515 if (toAdd && totalRows && (m_rowPos[totalRows] || !nextSibling())) {
516 int totalHeight = m_rowPos[totalRows] + toAdd;
521 for (int r = 0; r < totalRows; r++) {
532 for (int r = 0; r < totalRows; r++) {
542 if (r < totalRows - 1)
550 for (int r = 0; r < totalRows; r++)
    [all...]
RenderFrameSet.cpp 137 int rows = frameSet()->totalRows();
418 int rows = frameSet()->totalRows();
439 int rows = frameSet()->totalRows();
474 size_t rows = frameSet()->totalRows();
526 int rows = frameSet()->totalRows();
649 int rows = frameSet()->totalRows();
  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.h 39 int totalRows() const { return m_totalRows; }

Completed in 63 milliseconds