Home | History | Annotate | Download | only in extensions

Lines Matching refs:FilePath

48 SkBitmap DecodeImage(const base::FilePath& path) {
67 bool PathContainsParentDirectory(const base::FilePath& path) {
68 const base::FilePath::StringType kSeparators(base::FilePath::kSeparators);
69 const base::FilePath::StringType kParentDirectory(
70 base::FilePath::kParentDirectory);
71 const size_t npos = base::FilePath::StringType::npos;
72 const base::FilePath::StringType& value = path.value();
88 bool WritePickle(const IPC::Message& pickle, const base::FilePath& dest_path) {
101 Unpacker::Unpacker(const base::FilePath& extension_path,
116 base::FilePath manifest_path =
140 base::FilePath locales_path =
150 base::FilePath locale_path;
156 base::FilePath messages_path = locale_path.Append(kMessagesFilename);
212 std::set<base::FilePath> image_paths =
214 for (std::set<base::FilePath>::iterator it = image_paths.begin();
235 base::FilePath path = extension_path_.DirName().AppendASCII(
249 base::FilePath path = extension_path_.DirName().AppendASCII(
259 bool Unpacker::AddDecodedImage(const base::FilePath& path) {
284 bool Unpacker::ReadMessageCatalog(const base::FilePath& message_path) {
303 base::FilePath relative_path;