HomeSort by relevance Sort by last modified time
    Searched defs:relative_file_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/common/
extension.cc 193 base::FilePath relative_file_path = base::FilePath::FromUTF8Unsafe(new_path); local
194 if (ContainsReservedCharacters(relative_file_path))
196 ExtensionResource r(id(), path(), relative_file_path);
204 const base::FilePath& relative_file_path) const {
205 if (ContainsReservedCharacters(relative_file_path))
207 ExtensionResource r(id(), path(), relative_file_path);
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc 295 base::FilePath relative_file_path; local
296 if (!path_.AppendRelativePath(absolute_file_path, &relative_file_path))
300 relative_file_path) != kExcludes + arraysize(kExcludes))
304 pending_directories.push(relative_file_path);
310 files_in_db_.find(relative_file_path);

Completed in 39 milliseconds