Searched refs:insertPageProcessingType_ (Results 1 – 2 of 2) sorted by relevance
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()
312 InsertPageProcessingType insertPageProcessingType_ = InsertPageProcessingType::NONE; variable