Searched defs:image_path (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_unittest.cc56 void SetImagePath(const base::FilePath image_path) { argument
57 image_path_ = image_path;
H A Dwrite_from_url_operation_unittest.cc62 void SetImagePath(const base::FilePath image_path) { argument
63 image_path_ = image_path;
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dtheme_handler.cc203 base::FilePath image_path = extension->path().Append( local
205 if (!base::PathExists(image_path)) {
208 image_path.LossyDisplayName());
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer.cc24 const base::FilePath& image_path,
26 : image_path_(image_path),
23 ImageWriter(ImageWriterHandler* handler, const base::FilePath& image_path, const base::FilePath& device_path) argument
/external/chromium_org/content/test/
H A Dimage_decoder_test.cc164 const base::FilePath& image_path,
169 if (ShouldImageFail(image_path))
174 ReadFileToVector(image_path, &image_contents);
192 EXPECT_FALSE(decoder->isFailed()) << image_path.value();
199 if (ShouldImageFail(image_path)) {
203 EXPECT_FALSE(decoder->isFailed()) << image_path.value();
207 VerifyImage(*decoder, image_path, md5_sum_path, desired_frame_index);
163 TestWebKitImageDecoder( const base::FilePath& image_path, const base::FilePath& md5_sum_path, int desired_frame_index) const argument
/external/oprofile/libutil++/
H A Dop_spu_bfd.cpp63 string const image_path = local
66 cverb << vbfd << "op_bfd ctor for " << image_path << endl;
70 fd = open(image_path.c_str(), O_RDONLY);
72 cverb << vbfd << "open failed for " << image_path << endl;
78 cverb << vbfd << "stat failed for " << image_path << endl;
84 ibfd.abfd = spu_open_bfd(image_path, fd, spu_offset);
87 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl;
H A Dop_bfd.cpp119 string const image_path = local
122 cverb << vbfd << "op_bfd ctor for " << image_path << endl;
126 cverb << vbfd << "can't locate " << image_path << endl;
130 fd = open(image_path.c_str(), O_RDONLY);
132 cverb << vbfd << "open failed for " << image_path << endl;
138 cverb << vbfd << "stat failed for " << image_path << endl;
145 ibfd.abfd = fdopen_bfd(image_path, fd);
148 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl;
H A Dbfd_support.cpp56 string const image_path = extra.find_image_path(name, img_ok, true); local
61 name = image_path;
63 ifstream file(image_path.c_str());
/external/oprofile/pp/
H A Dcommon_option.cpp34 vector<string> image_path; member in namespace:options
48 popt::option(options::image_path, "image-path", 'p',
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_browsertest.cc139 const base::FilePath& image_path) {
145 "path" , new base::StringValue(image_path.value()));
153 const base::FilePath& image_path) {
163 EXPECT_EQ(image_path.value(), actual_image_path);
176 // Verifies that old user image info matches |image_index| and |image_path|
180 const base::FilePath& image_path) {
182 username, image_index, image_path);
187 // Verifies that new user image info matches |image_index| and |image_path|
191 const base::FilePath& image_path) {
193 username, image_index, image_path);
137 SetOldUserImageInfo(const std::string& username, int image_index, const base::FilePath& image_path) argument
150 ExpectUserImageInfo(const base::DictionaryValue* images_pref, const std::string& username, int image_index, const base::FilePath& image_path) argument
178 ExpectOldUserImageInfo(const std::string& username, int image_index, const base::FilePath& image_path) argument
189 ExpectNewUserImageInfo(const std::string& username, int image_index, const base::FilePath& image_path) argument
201 base::FilePath image_path = GetUserImagePath(username, "png"); local
[all...]
H A Duser_image_manager_impl.cc161 const base::FilePath& image_path) {
176 base::WriteFile(image_path,
208 // Loads the image at |image_path| or one of the default images,
211 void LoadImage(base::FilePath image_path,
294 void UserImageManagerImpl::Job::LoadImage(base::FilePath image_path, argument
302 image_path_ = image_path;
312 // Load the user image from a file referenced by |image_path|. This happens
552 std::string image_path; local
553 image_properties->GetString(kImagePathNodeName, &image_path);
561 DCHECK(!image_path
160 SaveImage(const user_manager::UserImage& user_image, const base::FilePath& image_path) argument
592 std::string image_path; local
976 std::string image_path; local
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dapp_indicator_icon.cc176 const base::FilePath& image_path) {
178 image_path.DirName().DirName().DirName().DirName().value() :
179 image_path.DirName().value();
175 GetIconThemePath(bool using_kde4, const base::FilePath& image_path) argument
/external/oprofile/libpp/
H A Dprofile_spec.cpp303 vector<string> const & image_path,
332 vector<string>::const_iterator ip_it = image_path.begin();
333 for ( ; ip_it != image_path.end(); ++ip_it) {
342 spec.extra_found_images.populate(image_path, spec.get_archive_path(),
302 create(list<string> const & args, vector<string> const & image_path, string const & root_path) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_file_util_unittest.cc562 base::FilePath image_path = temp_dir.path().AppendASCII("img.jpg"); local
563 ASSERT_TRUE(WriteJPEGHeader(image_path));
567 albums_images[info.uid]["mapped_name.jpg"] = image_path;
598 EXPECT_EQ(image_path, platform_path_result);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc86 const base::FilePath& image_path,
91 base::FilePath dir = image_path.DirName();
97 if (base::WriteFile(image_path, reinterpret_cast<char*>(&(*data)[0]),
109 void ReadBitmap(const base::FilePath& image_path, argument
115 if (!base::PathExists(image_path))
119 if (!base::ReadFileToString(image_path, &image_data)) {
134 void DeleteBitmap(const base::FilePath& image_path) { argument
136 base::DeleteFile(image_path, false);
383 base::FilePath image_path = path.AppendASCII(file_name);
384 return LoadAvatarPictureFromPath(key, image_path);
85 SaveBitmap(scoped_ptr<ImageData> data, const base::FilePath& image_path, const base::Closure& callback) argument
647 base::FilePath image_path = path.AppendASCII(old_file_name); local
655 base::FilePath image_path = path.AppendASCII(new_file_name); local
863 SaveAvatarImageAtPath( const gfx::Image* image, const std::string& key, const base::FilePath& image_path, const base::FilePath& profile_path) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc1264 std::string image_path; local
1266 ASSERT_TRUE(image_properties->GetString("path", &image_path));
1268 EXPECT_EQ(saved_image_path.value(), image_path);
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc1231 const base::FilePath& image_path,
1235 (*file_paths)[id][scale_factor] = image_path;
1241 (*file_paths)[id][scale_factor] = image_path;
1229 AddFileAtScaleToMap(const std::string& image_name, ui::ScaleFactor scale_factor, const base::FilePath& image_path, FilePathMap* file_paths) const argument
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp1280 const char *image_path = command.GetArgumentAtIndex(i); local
1281 FileSpec image_spec (image_path, false);
1286 result.AppendMessageWithFormat ("Loading \"%s\"...ok\nImage %u loaded.\n", image_path, image_token);
1291 result.AppendErrorWithFormat ("failed to load '%s': %s", image_path, error.AsCString());

Completed in 399 milliseconds