Home | History | Annotate | Download | only in browser

Lines Matching refs:LoadResult

149 // ImageLoader::LoadResult
151 struct ImageLoader::LoadResult {
152 LoadResult(const SkBitmap& bitmap,
155 ~LoadResult();
162 ImageLoader::LoadResult::LoadResult(
171 ImageLoader::LoadResult::~LoadResult() {
176 // Need to be after ImageRepresentation and LoadResult are defined.
177 std::vector<ImageLoader::LoadResult> LoadImagesOnBlockingPool(
181 std::vector<ImageLoader::LoadResult> load_result;
204 ImageLoader::LoadResult(bitmap, original_size, image));
274 const std::vector<LoadResult>& load_result) {
279 for (std::vector<LoadResult>::const_iterator it = load_result.begin();
300 const std::vector<LoadResult>& load_result) {
306 for (std::vector<LoadResult>::const_iterator it = load_result.begin();