Searched refs:InsertPageProcessingType (Results 1 – 2 of 2) sorted by relevance
307 enum class InsertPageProcessingType : int32_t { enum312 InsertPageProcessingType insertPageProcessingType_ = InsertPageProcessingType::NONE;
622 if (insertPageProcessingType_ == InsertPageProcessingType::INSERT_BELLOW_TOP) { in GetCurrentPageIndex()625 } else if (insertPageProcessingType_ == InsertPageProcessingType::INSERT_BOTTOM) { in GetCurrentPageIndex()836 if (insertPageProcessingType_ == InsertPageProcessingType::INSERT_BELLOW_TOP) { in GetParams()844 } else if (insertPageProcessingType_ == InsertPageProcessingType::INSERT_BOTTOM) { in GetParams()2201 insertPageProcessingType_ = InsertPageProcessingType::INSERT_BELLOW_TOP; in InsertPageBellowTop()2203 insertPageProcessingType_ = InsertPageProcessingType::NONE; in InsertPageBellowTop()2207 insertPageProcessingType_ = InsertPageProcessingType::NONE; in InsertPageBellowTop()2241 insertPageProcessingType_ = InsertPageProcessingType::INSERT_BOTTOM; in InsertPageToBottom()2243 insertPageProcessingType_ = InsertPageProcessingType::NONE; in InsertPageToBottom()2249 insertPageProcessingType_ = InsertPageProcessingType::NONE; in InsertPageToBottom()