Searched refs:editingPhotoSet_ (Results 1 – 2 of 2) sorted by relevance
170 std::set<int32_t> editingPhotoSet_; variable
3175 editingPhotoSet_.insert(fileId); in StartCommitEdit()3182 editingPhotoSet_.erase(fileId); in EndCommitEdit()3188 if (editingPhotoSet_.count(fileId) > 0) { in StartRevert()3211 if (editingPhotoSet_.count(fileId) > 0 || revertingPhotoSet_.count(fileId) > 0) { in IsInEditOperation()