Home | History | Annotate | Download | only in extensions

Lines Matching refs:Unpacker

5 #include "chrome/utility/extensions/unpacker.h"
90 struct Unpacker::InternalData {
94 Unpacker::Unpacker(const base::FilePath& extension_path,
105 Unpacker::~Unpacker() {
108 base::DictionaryValue* Unpacker::ReadManifest() {
132 bool Unpacker::ReadAllMessageCatalogs(const std::string& default_locale) {
158 bool Unpacker::Run() {
225 bool Unpacker::DumpImagesToFile() {
240 bool Unpacker::DumpMessageCatalogsToFile() {
255 bool Unpacker::AddDecodedImage(const base::FilePath& path) {
280 bool Unpacker::ReadMessageCatalog(const base::FilePath& message_path) {
316 void Unpacker::SetError(const std::string &error) {
320 void Unpacker::SetUTF16Error(const string16 &error) {