Searched refs:current_page (Results 1 – 4 of 4) sorted by relevance
235 self.current_page = 0344 if self.current_page == self.START_PAGE:347 if self.pages[type][self.current_page] == self.SELECT_TYPE_PAGE:351 if self.pages[type][self.current_page] == self.IN_NET_PAGE:355 if self.pages[type][self.current_page] == self.OUT_NET_PAGE:359 if self.pages[type][self.current_page] == self.APP_PAGE:363 if self.pages[type][self.current_page] == self.EXISTING_USER_PAGE:367 if self.pages[type][self.current_page] == self.SELECT_DIR_PAGE:373 if self.pages[type][self.current_page] == self.FINISH_PAGE:377 self.current_page = self.current_page + 1[all …]
107 int current_page,total_pages; in refresh_show_win() local109 current_page=show_pad_info.line/show_pad_info.display_lines+1; in refresh_show_win()111 current_page++; in refresh_show_win()115 wprintw (show_win,"Page %d of %d\n",current_page,total_pages); in refresh_show_win()
2147 NewSpacePage* current_page() { return current_page_; } in current_page() function2416 DCHECK(to_space_.current_page()->ContainsLimit(allocation_info_.top())); in top()2421 DCHECK(to_space_.current_page()->ContainsLimit(top)); in set_top()2427 DCHECK(to_space_.current_page()->ContainsLimit(allocation_info_.limit())); in limit()
1649 intptr_t flags = from->current_page()->GetFlags(); in Swap()