HomeSort by relevance Sort by last modified time
    Searched defs:GetImagePath (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_unittest.cc 60 base::FilePath GetImagePath() { return image_path_; }
88 operation_->SetImagePath(test_utils_.GetImagePath());
150 EXPECT_TRUE(base::ContentsEqual(image_path_, operation_->GetImagePath()));
write_from_url_operation_unittest.cc 66 base::FilePath GetImagePath() { return image_path_; }
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());
test_utils.cc 213 const base::FilePath& ImageWriterTestUtils::GetImagePath() {
  /external/chromium_org/chrome/utility/image_writer/
image_writer.cc 67 const base::FilePath& ImageWriter::GetImagePath() { return image_path_; }

Completed in 625 milliseconds