/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
write_from_file_operation.cc | 21 image_path_ = path; 28 DVLOG(1) << "Starting file-to-usb write of " << image_path_.value() 31 if (!base::PathExists(image_path_) || base::DirectoryExists(image_path_)) {
|
operation_linux.cc | 27 if (image_path_.empty()) { 32 DVLOG(1) << "Starting write of " << image_path_.value() 45 if (reader->Open(image_path_)) { 138 DVLOG(2) << "Completed write of " << image_path_.value(); 158 scoped_ptr<base::FilePath> image_path(new base::FilePath(image_path_)); 176 if (!base::GetFileSize(image_path_, &image_size)){ 201 DVLOG(2) << "Completed write verification of " << image_path_.value();
|
operation_chromeos.cc | 56 burner->BurnImage(image_path_.value(),
|
operation.h | 110 base::FilePath image_path_; member in class:extensions::image_writer::Operation
|
operation.cc | 227 image_path_ = *unzipped_file;
|
/external/chromium_org/chrome_frame/test/ |
delete_chrome_history_test.cc | 35 image_path_ = L"/" + RandomChars(32); 45 "<img alt=\"Blank image.\" src=\"" + WideToASCII(image_path_) + "\" />" 50 std::wstring image_path_; member in class:chrome_frame_test::DeleteBrowsingHistoryTest 202 // First launch will hit the server, requesting top.html and then image_path_ 203 EXPECT_CALL(server_mock_, Get(_, testing::StrEq(image_path_), _)) 316 EXPECT_CALL(server_mock_, Get(_, testing::StrEq(image_path_), _))
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image_manager_impl.cc | 274 base::FilePath image_path_; member in class:chromeos::UserImageManagerImpl::Job 302 image_path_ = image_path; 315 DCHECK(!image_path_.empty()); 316 parent_->image_loader_->Start(image_path_.value(), 425 image_path_ = user_data_dir.Append(user_id_ + kSafeImagePathExtension); 430 base::Bind(&SaveImage, user_image_, image_path_), 447 entry->Set(kImagePathNodeName, new base::StringValue(image_path_.value())); [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.h | 1107 FilePath image_path_; member in class:PageSnapshotTaker [all...] |
automation_provider_observers.cc | [all...] |