Searched defs:image_file (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/base/
H A Dfile_stream_unittest.cc1188 base::FilePath image_file = test_dir.Append(FILE_PATH_LITERAL("red.png")); local
1192 base::FilePath path = file_util::InsertImageIntoMediaStore(image_file);
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc321 const base::FilePath& image_file, int image_resource_id) const {
323 wallpaper_loader_->file_path() == image_file &&
326 current_default_wallpaper_path_ == image_file &&
320 DefaultWallpaperIsAlreadyLoadingOrLoaded( const base::FilePath& image_file, int image_resource_id) const argument
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc346 // Updates the version strings and numbers in all of |image_file|'s resources.
347 bool UpdateVersionIfMatch(const base::FilePath& image_file, argument
356 image_file,
365 LOG(WARNING) << "Failed to open \"" << image_file.value() << "\"."
369 image_file,
390 PLOG(DFATAL) << "Failed to open \"" << image_file.value() << "\"";
/external/chromium_org/base/
H A Dfile_util_unittest.cc2314 FilePath image_file = data_dir.Append(FILE_PATH_LITERAL("red.png")); local
2316 GetFileSize(image_file, &image_size);
2321 FilePath path = file_util::InsertImageIntoMediaStore(image_file);

Completed in 106 milliseconds