Searched refs:Uncompress (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/installer/setup/
H A Darchive_patch_helper.cc34 return (instance.Uncompress(NULL) &&
38 bool ArchivePatchHelper::Uncompress(base::FilePath* last_uncompressed_file) { function in class:installer::ArchivePatchHelper
H A Darchive_patch_helper.h53 bool Uncompress(base::FilePath* last_uncompressed_file);
76 // Returns the path of the last file extracted by Uncompress().
H A Dsetup_main.cc145 if (!archive_helper->Uncompress(NULL)) {
1415 // Uncompress and optionally patch the archive if an uncompressed archive was
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc113 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));
583 std::string UniquePosition::Uncompress(cons function in class:syncer::UniquePosition
[all...]
H A Dunique_position.h133 static std::string Uncompress(const std::string& compressed);
137 // algorithm. See Compress() and Uncompress() functions above.
/external/chromium_org/media/cast/logging/
H A Dlog_deserializer.cc183 bool Uncompress(const char* data, function in namespace:__anon8596
234 if (!Uncompress(data,
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc120 string Uncompress(const string& data);
387 string IoTest::Uncompress(const string& data) { function in class:google::protobuf::io::__anon28993::IoTest
431 EXPECT_TRUE(Uncompress(not_compressed) == golden);
432 EXPECT_TRUE(Uncompress(gzip_compressed) == golden);
433 EXPECT_TRUE(Uncompress(zlib_compressed) == golden);
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dlogger_unittest.cc32 bool Uncompress(const char* input, int length, std::string* output) { function in class:extensions::core_api::cast_channel::CastChannelLoggerTest
72 if (!Uncompress(output.get(), length, &uncompressed))
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc121 string Uncompress(const string& data);
545 string IoTest::Uncompress(const string& data) { function in class:google::protobuf::io::__anon14847::IoTest
589 EXPECT_TRUE(Uncompress(not_compressed) == golden);
590 EXPECT_TRUE(Uncompress(gzip_compressed) == golden);
591 EXPECT_TRUE(Uncompress(zlib_compressed) == golden);

Completed in 240 milliseconds