Searched refs:pageUpdateTasks_ (Results 1 – 2 of 2) sorted by relevance
714 while (!pageUpdateTasks_.empty()) { in FlushPageUpdateTasks()715 const auto& task = pageUpdateTasks_.front(); in FlushPageUpdateTasks()719 pageUpdateTasks_.pop(); in FlushPageUpdateTasks()2430 while (!pageUpdateTasks_.empty()) { in Destroy()2431 pageUpdateTasks_.pop(); in Destroy()2834 pageUpdateTasks_.emplace(std::move(task)); in AddPageUpdateTask()
941 std::queue<std::function<void()>> pageUpdateTasks_; variable