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

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_unittest.cc60 base::FilePath GetImagePath() { return image_path_; } function in class:extensions::image_writer::__anon3735::OperationForTest
88 operation_->SetImagePath(test_utils_.GetImagePath());
150 EXPECT_TRUE(base::ContentsEqual(image_path_, operation_->GetImagePath()));
H A Dwrite_from_url_operation_unittest.cc66 base::FilePath GetImagePath() { return image_path_; } function in class:extensions::image_writer::__anon3739::OperationForTest
86 test_utils_.GetImagePath());
122 operation->GetImagePath().BaseName().value());
134 operation->GetImagePath().BaseName().value());
173 EXPECT_TRUE(base::ContentsEqual(test_utils_.GetImagePath(),
174 operation->GetImagePath()));
183 base::ReadFile(test_utils_.GetImagePath(), data_buffer.get(), kTestFileSize);
204 operation->SetImagePath(test_utils_.GetImagePath());
H A Dtest_utils.cc213 const base::FilePath& ImageWriterTestUtils::GetImagePath() { function in class:extensions::image_writer::ImageWriterTestUtils
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer.cc67 const base::FilePath& ImageWriter::GetImagePath() { return image_path_; } function in class:image_writer::ImageWriter

Completed in 108 milliseconds