Home
last modified time | relevance | path

Searched refs:HasChangeOverflow (Results 1 – 2 of 2) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkTable.cpp930 if (this->IsTableRewrite() || this->HasChangeOverflow()) in NoteTableMoveRow()
948 if (this->IsTableRewrite() || this->HasChangeOverflow()) in note_row_move()
968 if (this->IsTableRewrite() || this->HasChangeOverflow()) in note_row_change()
H A DmorkTable.h518 mork_bool HasChangeOverflow() const { in HasChangeOverflow() function