Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkRowSpace.h221 morkRowSpace** outRowSpace) { in FirstRowSpace() argument
222 return this->First(ev, outScope, outRowSpace); in FirstRowSpace()
226 morkRowSpace** outRowSpace) { in NextRowSpace() argument
227 return this->Next(ev, outScope, outRowSpace); in NextRowSpace()
231 morkRowSpace** outRowSpace) { in HereRowSpace() argument
232 return this->Here(ev, outScope, outRowSpace); in HereRowSpace()
236 morkRowSpace** outRowSpace) { in CutHereRowSpace() argument
237 return this->CutHere(ev, outScope, outRowSpace); in CutHereRowSpace()