HomeSort by relevance Sort by last modified time
    Searched refs:Uncompress (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc 34 return (instance.Uncompress(NULL) &&
38 bool ArchivePatchHelper::Uncompress(base::FilePath* last_uncompressed_file) {
archive_patch_helper.h 31 // Constructs an instance that can uncompress |compressed_archive| into
53 bool Uncompress(base::FilePath* last_uncompressed_file);
76 // Returns the path of the last file extracted by Uncompress().
setup_main.cc 91 // returns a patch helper configured to uncompress and patch.
145 if (!archive_helper->Uncompress(NULL)) {
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 65 int result = uncompress(
113 Uncompress(x.compressed_), suffix);
124 Uncompress(x.compressed_), suffix);
138 Uncompress(before.compressed_),
139 Uncompress(after.compressed_),
181 const std::string& s = Uncompress(compressed_);
202 const std::string bytes = Uncompress(compressed_);
218 const std::string bytes = Uncompress(compressed_);
373 is_valid_(IsValidBytes(Uncompress(internal_rep))) {
526 DCHECK_EQ(str, Uncompress(compressed))
    [all...]
unique_position.h 133 static std::string Uncompress(const std::string& compressed);
137 // algorithm. See Compress() and Uncompress() functions above.
  /external/chromium_org/media/cast/logging/
log_deserializer.cc 183 bool Uncompress(const char* data,
234 if (!Uncompress(data,
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 120 string Uncompress(const string& data);
387 string IoTest::Uncompress(const string& data) {
431 EXPECT_TRUE(Uncompress(not_compressed) == golden);
432 EXPECT_TRUE(Uncompress(gzip_compressed) == golden);
433 EXPECT_TRUE(Uncompress(zlib_compressed) == golden);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 121 string Uncompress(const string& data);
545 string IoTest::Uncompress(const string& data) {
589 EXPECT_TRUE(Uncompress(not_compressed) == golden);
590 EXPECT_TRUE(Uncompress(gzip_compressed) == golden);
591 EXPECT_TRUE(Uncompress(zlib_compressed) == golden);

Completed in 940 milliseconds