Lines Matching full:filepath
46 SkBitmap DecodeImage(const FilePath& path) {
65 bool PathContainsParentDirectory(const FilePath& path) {
66 const FilePath::StringType kSeparators(FilePath::kSeparators);
67 const FilePath::StringType kParentDirectory(FilePath::kParentDirectory);
68 const size_t npos = FilePath::StringType::npos;
69 const FilePath::StringType& value = path.value();
87 ExtensionUnpacker::ExtensionUnpacker(const FilePath& extension_path)
95 FilePath manifest_path =
120 FilePath locales_path =
130 FilePath locale_path;
136 FilePath messages_path =
196 std::set<FilePath> image_paths = extension->GetBrowserImages();
197 for (std::set<FilePath>::iterator it = image_paths.begin();
217 FilePath path = extension_path_.DirName().AppendASCII(
232 FilePath path = extension_path_.DirName().AppendASCII(
244 bool ExtensionUnpacker::ReadImagesFromFile(const FilePath& extension_path,
246 FilePath path = extension_path.AppendASCII(filenames::kDecodedImagesFilename);
258 const FilePath& extension_path, DictionaryValue* catalogs) {
259 FilePath path = extension_path.AppendASCII(
270 bool ExtensionUnpacker::AddDecodedImage(const FilePath& path) {
287 bool ExtensionUnpacker::ReadMessageCatalog(const FilePath& message_path) {
306 FilePath relative_path;